Lists the active physical servers in the rack.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:ListFreeHyperNodes |
get |
*HyperNode
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NextToken |
string |
No |
The token to retrieve the next page of results. Set this parameter to the NextToken value from the previous response. |
a3f2224a5ec7224116c4f5246120**** |
| MaxResults |
integer |
No |
The number of entries to return on each page. The maximum value is 100. Default value: • If you do not set this parameter or you set a value less than 20, the default value is 20. • If you set a value greater than 100, the default value is 100. |
20 |
| MachineType |
string |
No |
The machine type. |
efg1.nvga1 |
| HpnZone |
string |
No |
The cluster ID. |
A1 |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-aekzyqdwnfabx6q |
| Tags |
array<object> |
No |
The list of tags. |
|
|
object |
No |
The tag information. |
||
| Key |
string |
No |
The tag key. |
my_key |
| Value |
string |
No |
The tag value. |
129 |
| Status |
array |
No |
A list of statuses of unused nodes to return. |
|
|
string |
No |
The status of an unused node to return. |
Unused |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
A511C02A-0127-51AA-A9F9-966382C9A1B5 |
| HyperNodes |
array<object> |
The list of nodes. |
|
|
array<object> |
|||
| ZoneId |
string |
The zone ID. |
cn-wulanchabu-a |
| CreateTime |
string |
The time when the node was created. |
2025-08-06T10:11:41.569 |
| HyperNodeId |
string |
The node ID. |
e01-cn-7pp2x193801 |
| MachineType |
string |
The machine type. |
efg2.ks01L20Z2 |
| ExpireTime |
string |
The expiration time of the machine. |
2025-01-22T23:59:59Z |
| HpnZone |
string |
The cluster ID. |
A1 |
| ResourceGroupId |
string |
The resource group ID. |
rg-acfmwaateahzoii |
| CommodityCode |
string |
The commodity code. |
bccluster_eflocomputing_public_cn |
| Tags |
array<object> |
The list of tags. |
|
|
object |
The tag information. |
||
| Key |
string |
The tag key. |
Cpu_Usage |
| Value |
string |
The tag value. |
on |
Status
deprecated
|
string |
The status of the hypernode. |
Using |
| Hostname |
string |
The hostname. |
alywlcb-lingjun-gpu-0025 |
| OperatingState |
string |
The status of the hypernode. |
Using |
| NextToken |
string |
The token to retrieve the next page of results. If this parameter is empty, no more results are available. |
563d42ae0b17572449ec8c97f7f66069 |
| MaxResults |
integer |
The number of entries returned on each page. The maximum value is 100. Default value: • If you do not set this parameter or you set a value less than 20, the default value is 20. • If you set a value greater than 100, the default value is 100. |
20 |
Examples
Success response
JSON format
{
"RequestId": "A511C02A-0127-51AA-A9F9-966382C9A1B5",
"HyperNodes": [
{
"ZoneId": "cn-wulanchabu-a",
"CreateTime": "2025-08-06T10:11:41.569",
"HyperNodeId": "e01-cn-7pp2x193801",
"MachineType": "efg2.ks01L20Z2",
"ExpireTime": "2025-01-22T23:59:59Z",
"HpnZone": "A1",
"ResourceGroupId": "rg-acfmwaateahzoii",
"CommodityCode": "bccluster_eflocomputing_public_cn",
"Tags": [
{
"Key": "Cpu_Usage",
"Value": "on"
}
],
"Status": "Using",
"Hostname": "alywlcb-lingjun-gpu-0025",
"OperatingState": "Using"
}
],
"NextToken": "563d42ae0b17572449ec8c97f7f66069",
"MaxResults": 20
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.