Queries the details of a cluster.
Operation description
Queries the details of a specified cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DescribeCluster |
get |
*Cluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The cluster ID. |
i119982311660892626523 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
887FA855-89F4-5DB3-B305-C5879EC480E6 |
| CreateTime |
string |
The time when the cluster was created. |
2022-06-08T07:05:11Z |
| NodeCount |
integer |
The number of nodes. |
2 |
| NodeGroupCount |
integer |
The number of node groups. |
2 |
| UpdateTime |
string |
The time when the cluster was last updated. |
2022-08-23T06:36:17.000Z |
| ClusterDescription |
string |
The description of the cluster. |
测试集群 |
| OperatingState |
string |
The state of the cluster. |
running |
| Components |
array<object> |
The component information. |
|
|
object |
|||
| ComponentType |
string |
The type of the component. Valid values:
|
ACKEdge |
| ComponentId |
string |
The component ID. |
i149549021660892626529 |
| ClusterId |
string |
The cluster ID. |
i116913051662373010974 |
| ClusterName |
string |
The name of the cluster. |
Eflo-YJ-Test-Cluster |
| TaskId |
string |
The task ID. |
i152609221670466904596 |
| ClusterType |
string |
The type of the cluster. |
AckEdgePro |
| ResourceGroupId |
string |
The resource group ID. |
rg-aek2k3rqlvv6ytq |
| VpcId |
string |
The ID of the virtual private cloud (VPC). |
vpc-0jlkqysom5dmcviymep3f |
| HpnZone |
string |
The zone of the cluster. |
A2 |
| ComputingIpVersion |
string |
The IP version of the computing network. |
IPv4 |
| OpenEniJumboFrame |
string |
The jumbo frame setting for the network interface. |
unsupported |
| Networks |
object |
The network information. |
|
| VpdId |
string |
The ID of the virtual private datacenter (VPD). |
vpd-iqd7xunc |
| VSwitchId |
string |
The vSwitch ID. |
vsw-0jlwrfecgcbflyosvo242 |
| SecurityGroupId |
string |
The security group ID. |
sg-0jlff84q4o3s58i7fkhy |
Examples
Success response
JSON format
{
"RequestId": "887FA855-89F4-5DB3-B305-C5879EC480E6",
"CreateTime": "2022-06-08T07:05:11Z",
"NodeCount": 2,
"NodeGroupCount": 2,
"UpdateTime": "2022-08-23T06:36:17.000Z",
"ClusterDescription": "测试集群",
"OperatingState": "running",
"Components": [
{
"ComponentType": "ACKEdge",
"ComponentId": "i149549021660892626529"
}
],
"ClusterId": "i116913051662373010974",
"ClusterName": "Eflo-YJ-Test-Cluster",
"TaskId": "i152609221670466904596",
"ClusterType": "AckEdgePro",
"ResourceGroupId": "rg-aek2k3rqlvv6ytq",
"VpcId": "vpc-0jlkqysom5dmcviymep3f",
"HpnZone": "A2",
"ComputingIpVersion": "IPv4",
"OpenEniJumboFrame": "unsupported",
"Networks": {
"VpdId": "vpd-iqd7xunc"
},
"VSwitchId": "vsw-0jlwrfecgcbflyosvo242",
"SecurityGroupId": "sg-0jlff84q4o3s58i7fkhy"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.