Queries the GPU node list of a specified GPU node whose communication distance does not exceed the specified NCD.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:ListInstancesByNcd |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| InstanceId |
string |
Yes |
The instance ID. |
lni-1234**** |
| InstanceType |
string |
Yes |
The parameter that specifies the instance type. Valid value:
Valid values:
|
lni |
| MaxNcd |
integer |
Yes |
Maximum network communication distance |
2 |
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 |
AC8C713A-A9F4-5984-A5E1-76496DF35153 |
| Content |
object |
The response parameters. |
|
| MaxNcd |
integer |
Maximum communication distance between nodes |
3 |
| InstanceType |
string |
Instance Type Valid value:
Valid values:
|
lni |
| SourceInstanceId |
string |
The ID of the source instance. |
lni-1234**** |
| InstanceInfos |
array<object> |
A collection of instances whose network communication distance from the source instance ID does not exceed maxNcd |
|
|
object |
The information about the savings plan. |
||
| InstanceId |
string |
The instance ID. |
lni-1235**** |
| Ncd |
integer |
network communication distance |
2 |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "成功",
"RequestId": "AC8C713A-A9F4-5984-A5E1-76496DF35153",
"Content": {
"MaxNcd": 3,
"InstanceType": "lni",
"SourceInstanceId": "lni-1234****",
"InstanceInfos": [
{
"InstanceId": "lni-1235****",
"Ncd": 2
}
]
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.