v1
latestOpenAPI 3.1.02026-07-264048103.1 KBList Deployments
List all deployments.
Query parameters
Maximum number of resources to return.
Maximum number of resources to return.
Pagination offset. Pass this value to subsequent requests to fetch the next page of resources.
Pagination offset. Pass this value to subsequent requests to fetch the next page of resources.
Name of the deployment to filter by.
Name of the deployment to filter by.
status of the deployment to filter by.
status of the deployment to filter by.
Flag to filter by remote reconciled deployments.
Flag to filter by remote reconciled deployments.
Comma separated list of tag value IDs of the deployment to filter by.
Comma separated list of tag value IDs of the deployment to filter by.
Image version to filter by.
Image version to filter by.
Deployment type to filter by.
Deployment type to filter by.
Comma separated list of deployment IDs to filter by.
Comma separated list of deployment IDs to filter by.
Response
Successful Response
Example response
{
"resources": [
{
"source_config": {
"resource_spec": {
"cpu": 0.1,
"cpu_limit": 0.2,
"queue_cpu": 0.1,
"queue_cpu_limit": 0.2,
"redis_cpu": 0.1,
"redis_cpu_limit": 0.2
}
}
}
]
}