GET /machines?group_id=xxxx-xx-xx-xx-xxxxxxxx HTTP/1.1Host: <Region>.cls.tencentyun.comAuthorization: <AuthorizationString>
GET /machines
Field Name | Type | Location | Required | Description |
group_id | string | query | Yes | ID of the group to be queried |
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 123{"machines": [{"ip": "10.10.10.10","status": 0},{"ip": "10.10.10.11","status": 1}]}
Field Name | Type | Required | Description |
machines | JsonArray | Yes | Machine information array |
MachineInfo is in the following format:Field Name | Type | Required | Description |
ip | string | Yes | Machine IP |
status | int | Yes | 0: abnormal, 1: normal |
Feedback