Infrastructure/Assets
GETAssetLinkSince 1.1.0SynchronousAuth Required
GetK8SClusterHosting
Get the hosting record for one K8s cluster discovered on a Zaku platform.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
platformUuidStringRequired平台UUID。
clusterIdStringRequired集群唯一标识。
Responses
Endpoint
GET/api/v1/asset-links/hosting/k8s-clusters/{platformUuid}/{clusterId}
/api/v1/asset-links/hosting/k8s-clusters/{platformUuid}/{clusterId}
Request Example
curl -X GET '{host}/api/v1/asset-links/hosting/k8s-clusters/platform-uuid/101' -H 'Authorization: Bearer {token}'
Response Example
200{"platformUuid": "value", "clusterId": 10, "clusterUuid": "value", "clusterName": "value", "hostingRegionUuid": "value", "hostingZoneUuid": "value", "hostingPlatformUuid": "value", "sourceDetection": "value"}Change History
This API has no change history records yet.
