Infrastructure/Assets
GETAssetLinkSince 1.1.0SynchronousAuth Required
ListAssetLinkOverlay
List overlay asset links for a Region topology root without changing the topology tree structure.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
regionUuidString区域UUID。
rootAssetTypeString根资产类型。
rootAssetUuidString根资产UUID。
Responses
Endpoint
GET/api/v1/asset-links/overlay
/api/v1/asset-links/overlay
Request Example
curl -X GET '{host}/api/v1/asset-links/overlay?regionUuid=region-uuid&rootAssetType=region&rootAssetUuid=region-uuid' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"uuid": "link-uuid", "regionUuid": "value", "sourcePlatformUuid": "value", "sourceAssetType": "value", "sourceAssetUuid": "value", "sourceAssetName": "value", "targetPlatformUuid": "value", "targetAssetType": "value"}], "total": 10, "limit": 10, "offset": 10}Change History
This API has no change history records yet.
