Queries disk specifications that are supported by an instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClusterType | string | Yes | The type of the instance. Valid values: ZooKeeper, Nacos-Ans, and Eureka. | ZooKeeper |
AcceptLanguage | string | No | The language of the response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpStatusCode": 200,
"RequestId": "E13A3A34-7201-50C4-B2D0-0D7DB891811E",
"Success": true,
"ErrorCode": "mse-100-000",
"Code": 200,
"Message": "The request is successfully processed.\n",
"DynamicMessage": "The specified parameter is invalid.",
"Data": {
"Step": 2,
"Max": 500,
"Min": 1
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
403 | NoPermission | You are not authorized to perform this operation. | - |
403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
404 | NotFound | Not found:%s | The resource does not exist:%s |
500 | InternalError | An error occurred while processing your request. | - |
500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
For a list of error codes, visit the Service error codes.