QueryInstanceNcd
Query the network communication distance (Network Communication Distance,NCD) between instances (Lingjun node, Lingjun network interface controller).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:QueryInstanceNcd |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| InstanceId1 |
string |
Yes |
Instance 1ID |
lni-1235**** |
| InstanceId2 |
string |
Yes |
Instance 2ID |
lni-1234**** |
| InstanceType |
string |
Yes |
The parameter that specifies the instance type. Valid value:
Valid values:
|
lni |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
AjaxResult |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The returned message. |
成功 |
| RequestId |
string |
Request ID of the current request |
BDBCC783-84CA-5733-8EEA-645C88B9009C |
| Content |
object |
The response parameters. |
|
| Ncd |
integer |
network communication distance between instances |
1 |
| InstanceId1 |
string |
Instance 1ID |
lni-1235**** |
| InstanceId2 |
string |
Instance 2ID |
lni-1234**** |
| InstanceType |
string |
Instance Type Valid value:
Valid values:
|
lni |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "成功",
"RequestId": "BDBCC783-84CA-5733-8EEA-645C88B9009C",
"Content": {
"Ncd": 1,
"InstanceId1": "lni-1235****",
"InstanceId2": "lni-1234****",
"InstanceType": "lni"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.