Skip to main content
GET
/
org
/
{org}
/
gvc
/
{gvc}
/
workload
/
{workload}
/
deployment
List deployments in a workload
curl --request GET \
  --url https://api.cpln.io/org/{org}/gvc/{gvc}/workload/{workload}/deployment \
  --header 'Authorization: <api-key>'
{
  "kind": "<string>",
  "itemKind": "org",
  "items": [
    {}
  ],
  "links": [
    {
      "rel": "<string>",
      "href": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

Success

kind
string
itemKind
enum<string>
Available options:
org,
cloudaccount,
policy,
user,
group,
resource,
task,
permissions,
serviceaccount,
secret,
location,
gvc,
workload,
quota,
identity,
deployment,
event,
account,
domain,
image,
ipset,
resourcepolicy,
accessreport,
agent,
auditctx,
dbcluster,
memcachecluster,
spicedbcluster,
tenant,
mk8s,
command,
policymembership,
primitive,
foreign,
link,
imagesummary,
volumeset
items
object[]