Query the physical topology information of Lingjun network interface controller and Lingjun nodes under VPD.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:GetFabricTopology |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| VpdId |
string |
No |
Lingjun CIDR block ID |
vpd-aof7**** |
| VpcId |
string |
No |
The ID of the virtual private cloud (VPC). |
vpc-k8i0g9fk68t7u0u2w**** |
| ClusterId |
string |
No |
The cluster ID. |
i-169263721924**** |
| NodeIds |
array |
No |
Node ID list |
|
|
string |
No |
The ID of the node. |
e01-cn-1234***** |
|
| LniIds |
array |
No |
Lingjun network interface controller ID List |
|
|
string |
No |
Lingjun network interface controller ID |
lni-1234**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
AjaxResult |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The returned message. |
success |
| RequestId |
string |
The ID of the request. |
AC8C713A-A9F4-5984-A5E1-76496DF35153 |
| Content |
object |
The response parameters. |
|
| RegionId |
string |
The region ID. |
cn-wulanchabu |
| VpdId |
string |
Lingjun CIDR block ID |
vpd-fuli**** |
| VpcId |
string |
The ID of the virtual private cloud (VPC). |
vpc-j6ctp4n75306**** |
| ClusterId |
string |
The cluster ID. |
cluster-**** |
| TopoInfo |
array<object> |
network interface controller Topology Information |
|
|
object |
Level information |
||
| LayerType |
string |
Hierarchical resource types Valid value:
Valid values:
|
core |
| LayerName |
string |
The resource name. |
core-1 |
| NextLayer |
array |
Next Level |
|
|
any |
Level information |
{layerType: "node", layerName: "e01-22215****"} |
|
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "success",
"RequestId": "AC8C713A-A9F4-5984-A5E1-76496DF35153",
"Content": {
"RegionId": "cn-wulanchabu",
"VpdId": "vpd-fuli****",
"VpcId": "vpc-j6ctp4n75306****",
"ClusterId": "cluster-****",
"TopoInfo": [
{
"LayerType": "core",
"LayerName": "core-1",
"NextLayer": [
"\n{layerType: \"node\", layerName: \"e01-22215****\"}"
]
}
]
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.