Menu

Cloud Phone Status

Usage Instructions

Get the status of cloud phones.

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/cloudPhone/status

Request Parameters

Parameter Type Required Description
image_ids array Yes Cloud phone IDs

Request Example

json Copy
{
    "image_ids": ["xx"]
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "list": [
            {
                "id": "xx", // Cloud phone ID
                "name": "xx", // Cloud phone name
                "status": 1, // Status: 
                // 0 - Not configured; 1 - Powered on; 
                // 2 - Powered off; 3 - Expired; 
                // 4 - Renewal needed; 10 - Powering on; 
                // 11 - Configuring; 12 - Configuration failed
            }
        ]
    },
    "message": "Success"
}
Previous
Batch Restart
Next
Details
Last modified: 2025-06-16Powered by