Infrastructure/Assets
GETAssetLinkSince 1.1.0SynchronousAuth Required
GetAssetLink
Get one asset link by UUID.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequired资源的UUID,唯一标识该资源。
Responses
Endpoint
GET/api/v1/asset-links/{uuid}
/api/v1/asset-links/{uuid}
Request Example
curl -X GET '{host}/api/v1/asset-links/link-uuid' -H 'Authorization: Bearer {token}'
Response Example
200{"uuid": "link-uuid", "regionUuid": "value", "sourcePlatformUuid": "value", "sourceAssetType": "value", "sourceAssetUuid": "value", "sourceAssetName": "value", "targetPlatformUuid": "value", "targetAssetType": "value"}Change History
This API has no change history records yet.
