PrecheckAssetLink
Run asset-link matching logic without persisting links or audit records.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
productTypeStringRequiredReserved for a future create-before-persist precheck flow. Not supported in beta; use platform_uuid instead.
Example: value
hostIpStringRequiredReserved for a future create-before-persist precheck flow. Not supported in beta; use platform_uuid instead.
Example: value
hostPortIntegerRequiredReserved for a future create-before-persist precheck flow. Not supported in beta; use platform_uuid instead.
Example: 10
usernameStringRequiredReserved for a future create-before-persist precheck flow. Not supported in beta; use platform_uuid instead.
Example: value
passwordStringRequiredReserved for a future create-before-persist precheck flow. Not supported in beta; use platform_uuid instead.
Example: value
Responses
Endpoint
POST/api/v1/asset-links/precheck
/api/v1/asset-links/precheck
Request Example
curl -X POST '{host}/api/v1/asset-links/precheck' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"platformUuid":"zaku-platform-uuid"}'
Response Example
200{"items": [{"link": {"uuid": "link-uuid", "regionUuid": "value", "sourcePlatformUuid": "value", "sourceAssetType": "value", "sourceAssetUuid": "value", "sourceAssetName": "value", "targetPlatformUuid": "value", "targetAssetType": "value"}, "auditAction": "value", "auditDetail": "value"}], "total": 10, "limit": 10, "offset": 10, "blocking": false, "blockingReason": "value", "mode": "post_create_only"}Change History
This API has no change history records yet.
