Queries the supported network levels.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:DescribeEnsNetLevel |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The returned service code. A value of 0 indicates that the operation was successful. |
0 |
| EnsNetLevels |
object |
||
| EnsNetLevel |
array<object> |
The network levels. |
|
|
object |
|||
| EnsNetLevelCode |
string |
The network level. Valid values:
|
Big |
| RequestId |
string |
The request ID. |
86A6D421-A0C7-4C01-8648-47377CA6A2CE |
Examples
Success response
JSON format
{
"Code": 0,
"EnsNetLevels": {
"EnsNetLevel": [
{
"EnsNetLevelCode": "Big"
}
]
},
"RequestId": "86A6D421-A0C7-4C01-8648-47377CA6A2CE"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParameter | The input parameter domainName 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 | CallInterface | Call Interface Happen Error. | An error occurred when you call the operation. |
| 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.