Infrastructure/Assets
POSTAssetLinkSince 1.1.0SynchronousAuth Required
CreateManualAssetLink
Create a confirmed manual asset link for beta validation and troubleshooting workflows.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
operatorStringRequiredOperator for this resource
Example: value
regionUuidStringRequiredRegion uuid for this resource
Example: value
sourcePlatformUuidStringRequiredSource platform uuid for this resource
Example: value
sourceAssetTypeStringRequiredSource asset type for this resource
Example: value
sourceAssetUuidStringRequiredSource asset uuid for this resource
Example: value
Responses
Endpoint
POST/api/v1/asset-links/manual
/api/v1/asset-links/manual
Request Example
curl -X POST '{host}/api/v1/asset-links/manual' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"operator":"alice","regionUuid":"region-uuid","sourcePlatformUuid":"zaku-platform-uuid","sourceAssetType":"k8s_node","sourceAssetUuid":"node-uuid","targetPlatformUuid":"cloud-platform-uuid","targetAssetType":"vm","targetAssetUuid":"vm-uuid","linkType":"hosted_on"}'
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.
