Handle Get Cvm State
CVMs
Handle Get Cvm State
Get CVM state. Supports two modes:
- Immediate mode (no target): Returns current state immediately
- SSE mode (with target): Streams state updates until status matches target or timeout
Example: GET /cvms//state - Returns current state GET /cvms//state?target=running - Streams until status becomes ‘running’
SSE connection limit: 5 concurrent connections per user
GET
Handle Get Cvm State
Path Parameters
Query Parameters
Target status to wait for. If specified, returns SSE stream.
Polling interval in seconds (5-30)
Required range:
5 <= x <= 30Maximum wait time in seconds (10-600)
Required range:
10 <= x <= 600Response
Successful Response

