Queries the details of a hyper node.
Operation description
Queries the details of a specified hyper node.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DescribeHyperNode |
get |
*HyperNode
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| HyperNodeId |
string |
Yes |
The ID of the hyper node. |
e01-cn-zvp2tgykr08 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The schema of the response body. |
||
| RequestId |
string |
The request ID. |
D6058705-1C45-35C9-9461-02504897D4D0 |
| NodeGroupName |
string |
The name of the node group. |
lisan-nodegroup |
| ClusterId |
string |
The cluster ID. |
i119982311660892626523 |
| ClusterName |
string |
The cluster name. |
Standard_Cluster |
| ZoneId |
string |
The zone ID. |
cn-wulanchabu-c |
| CreateTime |
string |
The time when the hyper node was created. |
2022-11-30T02:00:00.852Z |
| NodeGroupId |
string |
The node group ID. |
ng-ec3c96ff0aa4c60d |
| MachineType |
string |
The machine type. |
efg1.nvga1 |
| ExpireTime |
string |
The expiration time. |
2125-06-24T16:52:44.318000 |
| HpnZone |
string |
The cluster number. |
A1 |
| ResourceGroupId |
string |
The resource group ID. |
rg-acfmxno4vh5**** |
| FileSystemMountEnabled |
boolean |
Indicates whether file storage mounting is supported. |
True |
| HyperNodeId |
string |
The ID of the hyper node. |
e01-cn-zvp2tgykr08 |
| Nodes |
array<object> |
The list of nodes. |
|
|
array<object> |
The list of nodes. |
||
| NodeId |
string |
The node ID. |
e01-cn-zvp2tgykr0b |
| ImageId |
string |
The image ID. |
i190297201669099844192 |
| Hostname |
string |
The hostname. |
457db5ca-241d-11ed-9fd7-acde48001122 |
Status
deprecated
|
string |
The state. |
InProgress |
| ImageName |
string |
The image name. |
Alinux3_x86_gu8xf_P_Host_D3_C7E3_550.127_Legacy_N_241230 |
| Networks |
object |
The network information. |
|
| BondName |
string |
The name of the network interface on the machine. |
bond0 |
| Ip |
string |
The IP address of the machine in the virtual private cloud (VPC). |
192.168.22.2 |
| UserData |
string |
The user-defined script. |
#!/bin/bash uptime echo "aaaaaaa" >> /tmp/ttttttest.sh |
| Disks |
array<object> |
The disk information. |
|
|
object |
The disk information. |
||
| DiskId |
string |
The disk ID. |
d-bp1564bcc2306uui4zpk |
| Category |
string |
The packet classification. Valid values:
|
DOWNLINK_PACKET |
| Size |
integer |
The disk size. Unit: GiB. |
5 |
| PerformanceLevel |
string |
When you create an enhanced SSD (ESSD) to use as a system disk, set the performance level of the disk. Valid values:
|
PL0 |
| Type |
string |
The disk type. Valid values:
|
system |
| OperatingState |
string |
The state of the node. |
Using |
Status
deprecated
|
string |
The state of the node. |
Operating |
| Hostname |
string |
The hostname. |
alywlcb-lingjun-gpu-0025 |
| OperatingState |
string |
The state of the hyper node. |
Using |
Examples
Success response
JSON format
{
"RequestId": "D6058705-1C45-35C9-9461-02504897D4D0",
"NodeGroupName": "lisan-nodegroup",
"ClusterId": "i119982311660892626523",
"ClusterName": "Standard_Cluster",
"ZoneId": "cn-wulanchabu-c",
"CreateTime": "2022-11-30T02:00:00.852Z",
"NodeGroupId": "ng-ec3c96ff0aa4c60d",
"MachineType": "efg1.nvga1",
"ExpireTime": "2125-06-24T16:52:44.318000",
"HpnZone": "A1",
"ResourceGroupId": "rg-acfmxno4vh5****",
"FileSystemMountEnabled": true,
"HyperNodeId": "e01-cn-zvp2tgykr08",
"Nodes": [
{
"NodeId": "e01-cn-zvp2tgykr0b",
"ImageId": "i190297201669099844192",
"Hostname": "457db5ca-241d-11ed-9fd7-acde48001122",
"Status": "InProgress",
"ImageName": "Alinux3_x86_gu8xf_P_Host_D3_C7E3_550.127_Legacy_N_241230",
"Networks": {
"BondName": "bond0",
"Ip": "192.168.22.2"
},
"UserData": "#!/bin/bash\nuptime\necho \"aaaaaaa\" >> /tmp/ttttttest.sh",
"Disks": [
{
"DiskId": "d-bp1564bcc2306uui4zpk",
"Category": "DOWNLINK_PACKET",
"Size": 5,
"PerformanceLevel": "PL0",
"Type": "system"
}
],
"OperatingState": "Using"
}
],
"Status": "Operating",
"Hostname": "alywlcb-lingjun-gpu-0025",
"OperatingState": "Using"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.