Queries the Internet service providers (ISPs) of edge nodes.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:DescribeRegionIsps |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EnsRegionId |
string |
No |
The ID of the node. You can specify only one node ID in a call. |
cn-dalian-unicom |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
DC90CC7E-23B6-5A90-9097-A17CE4A161C4 |
| Isps |
array<object> |
The list of ISPs. |
|
|
object |
List of operators. |
||
| Code |
string |
The code of the ISP. |
cmcc |
| Name |
string |
The name of the ISP. |
Mobile |
Examples
Success response
JSON format
{
"RequestId": "DC90CC7E-23B6-5A90-9097-A17CE4A161C4",
"Isps": [
{
"Code": "cmcc",
"Name": "Mobile"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Invalid%s | The specified parameter %s is invalid. | |
| 400 | Missing%s | You must specify the parameter %s. | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.