Get auto-standby diagnostic status
get/instances/{id}/auto-standby/status
Path parameters
idstring required
Instance ID or name
Response
Current auto-standby diagnostic status for the instance
Example response
{
"supported": true,
"configured": true,
"enabled": true,
"eligible": true,
"status": "idle_countdown",
"reason": "idle_timeout_not_elapsed",
"idle_timeout": "5m0s",
"idle_since": "2026-04-06T17:04:05Z",
"last_inbound_activity_at": "2026-04-06T17:01:05Z",
"next_standby_at": "2026-04-06T17:09:05Z",
"countdown_remaining": "4m0s",
"tracking_mode": "conntrack_events_v4_tcp"
}