Infrastructure/Assets
GETAssetLinkSince 1.1.0SynchronousAuth Required
ListAssetLinkAudit
List asset-link audit records for a Region with optional asset and operator filters.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
assetLinkUuidString资产链接UUID。
regionUuidString区域UUID。
sourcePlatformUuidString源平台UUID。
targetPlatformUuidString目标平台UUID。
actionString动作名称。
Responses
Endpoint
GET/api/v1/asset-links/audit
/api/v1/asset-links/audit
Request Example
curl -X GET '{host}/api/v1/asset-links/audit?regionUuid=region-uuid' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"uuid": "value", "assetLinkUuid": "value", "action": "value", "operator": "value", "sourcePlatformUuid": "value", "targetPlatformUuid": "value", "regionUuid": "value", "details": "value"}], "total": 10, "limit": 10, "offset": 10}Change History
This API has no change history records yet.
