This operation queries the details of a specified node.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DescribeNode |
get |
*Node
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeId |
string |
Yes |
The node ID. |
mock-sn-2060 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response parameters. |
||
| RequestId |
string |
The request ID. |
AC4F0004-7BCE-52E0-891B-CAC7D64E3368 |
| NodeGroupName |
string |
The name of the node group. |
emr-default |
| ClusterId |
string |
The cluster ID. |
i116913051662373010974 |
| ClusterName |
string |
The name of the cluster. |
Standard_Cluster |
| ZoneId |
string |
The zone ID. |
cn-hangzhou-i |
| CreateTime |
string |
The time when the node was created. |
2022-09-30T03:35:53Z |
| NodeGroupId |
string |
The node group ID. |
ng-ec3c96ff0aa4c60d |
| Hostname |
string |
The hostname. |
31d38530-241e-11ed-bc63-acde48001122 |
| ImageId |
string |
The image ID. |
i190297201634099844192 |
| MachineType |
string |
The machine type. |
efg1.nvga1 |
| NodeId |
string |
The node ID. |
e01-cn-zvp2tgykr08 |
| Sn |
string |
The unique identifier of the machine. |
sag42ckf4jx |
| OperatingState |
string |
The state of the node. Valid values:
|
Using |
| ExpiredTime |
string |
The expiration time. |
2022-06-23T16:00:00Z |
| Networks |
array<object> |
The network information. |
|
|
object |
The network information. |
||
| BondName |
string |
The name of the bonded network interface. |
Bond0 |
| Ip |
string |
The IP address of the machine. |
47.254.235.44 |
| SubnetId |
string |
The subnet ID of the cluster. |
vsw-uf68v51fldm5egmui5a6k |
| VpdId |
string |
The cluster network ID. |
vpd-xcuhjyrj |
| ImageName |
string |
The name of the image. |
Centos7.9_all_0811 |
| HpnZone |
string |
The cluster code. |
A1 |
| ResourceGroupId |
string |
The resource group ID. |
rg-acfmywpvugkh7kq |
| UserData |
string |
The user-defined script. |
#!/bin/bash uptime echo "aaaaaaa" >> /tmp/ttttt20250110141010.sh |
| Disks |
array<object> |
A list of disk information. |
|
|
object |
The disk information. |
||
| DiskId |
string |
The disk ID. |
d-2zeap7wkns2tdmbr11se |
| Category |
string |
The disk category. Valid value:
|
cloud_essd |
| Size |
integer |
The disk size. Unit: GiB. |
100 |
| PerformanceLevel |
string |
The performance level of the ESSD when it is used as a system disk. Valid values:
|
PL1 |
| Type |
string |
The disk type. Valid values:
|
system |
| FileSystemMountEnabled |
boolean |
Indicates whether file storage can be mounted. |
True |
| NodeType |
string |
The type of the node. Valid values: ● cpfs-enhanced ● ebs-enhanced ● standard ● standby ● standard-v2 ● standby-v2 |
standard |
| HyperNodeId |
string |
The hyper node ID. |
e01-cn-zvp2tgykr08 |
Examples
Success response
JSON format
{
"RequestId": "AC4F0004-7BCE-52E0-891B-CAC7D64E3368",
"NodeGroupName": "emr-default",
"ClusterId": "i116913051662373010974",
"ClusterName": "Standard_Cluster",
"ZoneId": "cn-hangzhou-i",
"CreateTime": "2022-09-30T03:35:53Z",
"NodeGroupId": "ng-ec3c96ff0aa4c60d",
"Hostname": "31d38530-241e-11ed-bc63-acde48001122",
"ImageId": "i190297201634099844192",
"MachineType": "efg1.nvga1",
"NodeId": "e01-cn-zvp2tgykr08",
"Sn": "sag42ckf4jx",
"OperatingState": "Using",
"ExpiredTime": "2022-06-23T16:00:00Z",
"Networks": [
{
"BondName": "Bond0",
"Ip": "47.254.235.44",
"SubnetId": "vsw-uf68v51fldm5egmui5a6k",
"VpdId": "vpd-xcuhjyrj"
}
],
"ImageName": "Centos7.9_all_0811",
"HpnZone": "A1",
"ResourceGroupId": "rg-acfmywpvugkh7kq",
"UserData": "#!/bin/bash\nuptime\necho \"aaaaaaa\" >> /tmp/ttttt20250110141010.sh",
"Disks": [
{
"DiskId": "d-2zeap7wkns2tdmbr11se",
"Category": "cloud_essd",
"Size": 100,
"PerformanceLevel": "PL1",
"Type": "system"
}
],
"FileSystemMountEnabled": true,
"NodeType": "standard",
"HyperNodeId": "e01-cn-zvp2tgykr08"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.