cURL
curl --request GET \ --url https://api.cpln.io/org/{org}/gvc/{gvc}/workload/{workload}/deployment/{name} \ --header 'Authorization: <api-key>'
{ "name": "<string>", "kind": "<string>", "links": [ { "rel": "<string>", "href": "<string>" } ], "lastModified": "2023-11-07T05:31:56Z", "status": { "endpoint": "<string>", "logs": "<string>", "internal": {}, "healthStatus": "healthy", "healthCheck": {}, "resources": {}, "versions": [ { "name": "<string>", "created": "2023-11-07T05:31:56Z", "workload": 123, "gvc": 123, "healthStatus": "healthy", "resources": {}, "image": "<string>", "message": "<string>" } ] } }
Fetch a specific deployment of a workload
Service account key can be used as API keys
Success
64
Show child attributes