Queries whether a node supports IPv6.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:DescribeEnsRegionIdIpv6Info |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EnsRegionId |
string |
Yes |
The ID of the node. You can specify only one node ID in a call. |
cn-chengdu-****-4 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
3703C4AC-9396-458C-8F25-1D701334D309 |
| SupportIpv6Info |
object |
IPv6 support information. |
|
| EnsRegionId |
string |
The ID of the node. |
cn-chengdu-****-4 |
| SupportIpv6 |
boolean |
Specifies whether IPv6 is supported. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "3703C4AC-9396-458C-8F25-1D701334D309",
"SupportIpv6Info": {
"EnsRegionId": "cn-chengdu-****-4",
"SupportIpv6": true
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParameter | The input parameter that is mandatory for processing this request is not supplied. | |
| 400 | InstanceIdNotFound | The input parameter instancdId that is not found. | The specified instance ID does not exist. |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter | The input parameter is Invalid. | |
| 400 | StockNotEnough | The specified configuration is unavailable. Reconfigure and try again. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. | |
| 400 | CallInterface | Call Interface Happen Error. | An error occurred when you call the operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.