latestOpenAPI 3.1.02026-08-23100133183.1 KB
0d66c7340876
Serverless Containers
Get deployment replicas by deployment name
get/v1/container-deployments/{deployment_name}/replicas
Path parameters
deployment_namestring required
Example:my-deployment
Name of the deployment
Response
List of replicas
Example response
{
"list": [
{
"id": "v4cb4",
"status": "running",
"started_at": "2021-06-14T12:00:00Z",
"image": "docker.io/library/nginx:1.21",
"image_name": "nginx",
"image_tag": "1.21"
}
]
}