GET
/
org
/
{org}
/
gvc
/
{gvc}
/
workload
/
{workload}
/
deployment
/
{name}
curl --request GET \
  --url https://api.cpln.io/org/{org}/gvc/{gvc}/workload/{workload}/deployment/{name}
{
  "name": "<string>",
  "kind": "<string>",
  "links": [
    {
      "rel": "<string>",
      "href": "<string>"
    }
  ],
  "lastModified": "2023-11-07T05:31:56Z",
  "status": {
    "endpoint": "<string>",
    "remote": "<string>",
    "lastProcessedVersion": 123,
    "expectedDeploymentVersion": 123,
    "internal": {},
    "ready": true,
    "deploying": true,
    "versions": [
      {
        "name": "<string>",
        "created": "2023-11-07T05:31:56Z",
        "workload": 123,
        "gvc": 123,
        "containers": {},
        "ready": true,
        "message": "<string>"
      }
    ],
    "jobExecutions": [
      {
        "workloadVersion": 123,
        "status": "pending",
        "startTime": "2023-11-07T05:31:56Z",
        "completionTime": "2023-11-07T05:31:56Z",
        "conditions": [
          {
            "status": "Unknown",
            "type": "Complete",
            "lastDetectionTime": "2023-11-07T05:31:56Z",
            "lastTransitionTime": "2023-11-07T05:31:56Z",
            "message": "<string>",
            "reason": "<string>"
          }
        ],
        "name": "<string>",
        "replica": "<string>",
        "containers": {}
      }
    ],
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
gvc
string
required
workload
string
required
name
string
required

Response

200
application/json
Success
name
string
Maximum length: 64
kind
string
lastModified
string
status
object