Queries the regions that support Express Connect Router (ECR).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
expressconnectrouter:ListExpressConnectRouterSupportedRegion |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeType |
string |
Yes |
The type of network instance. Valid values:
|
VBR |
| ClientToken |
string |
No |
A client token to ensure the idempotence of the request. Generate a value that is unique across different requests. The client token can contain only ASCII characters. Note
If you do not specify this parameter, the system uses the RequestId as the ClientToken. Each request has a unique RequestId. |
02fb3da4-130e-11e9-8e44-00**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
6FABF516-FED3-5697-BDA2-B18C5D9A**** |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
True |
| Code |
string |
The status code. A value of 200 indicates that the call was successful. For more information about other values, see the error codes. |
200 |
| Message |
string |
The returned message. |
OK |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| SupportedRegionIdList |
array |
The list of supported regions. |
|
|
string |
The supported region. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "6FABF516-FED3-5697-BDA2-B18C5D9A****\n",
"Success": true,
"Code": "200",
"Message": "OK",
"HttpStatusCode": 200,
"SupportedRegionIdList": [
"cn-hangzhou"
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParam.%s | The param of %s is missing. | The request parameters are not specified. Please check the corresponding parameters and try again. |
| 400 | IllegalParamFormat.%s | The param format of %s is illegal. | Illegal parameter format |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.