v49

Swagger 2.0raw.githubusercontent.com2026-03-230098.6 KB
service

Get bounce status of service_name.instance_name

get/services/{service}/{instance}/bounce_status

Path parameters

servicestring required

Service name

instancestring required

Instance name

Response

Bounce status of an instance

desired_state'start' | 'stop'

Desired state of a service, for Kubernetes

app_countinteger

The number of different running versions of the same service (0 for stopped, 1 for running and 1+ for bouncing)

deploy_status'Running' | 'Deploying' | 'Stopped' | 'Delayed' | 'Waiting' | 'NotRunning'

Deploy status of a Kubernetes service

running_instance_countinteger

The number of actual running instances of the service

expected_instance_countinteger

The number of desired instances of the service