查询支持开通的引擎类型。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 |
集群所在地域,MSE支持的地域。 |
cn-hangzhou |
ConnectType | string | 否 |
网络类型,取值如下:
|
slb |
MseVersion | string | 否 |
待开通的MSE集群版本。
|
mse_pro |
AcceptLanguage | string | 否 |
返回信息的语言类型:
|
zh |
返回参数
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "821B5B05-8919-5FBB-BA75-417BFC093EB8",
"Success": true,
"ErrorCode": "mse-100-000",
"Code": 200,
"Message": "请求处理成功",
"DynamicMessage": "The specified parameter is invalid.",
"Data": [
{
"ShowName": "Zookeeper"
}
]
}
错误码
Http code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | duplicatedClusterAliasName | duplicated cluster alias name | 实例名称已重复,请换一个 |
400 | illegalRequest | illegal request:%s | 非法请求:%s |
400 | invalidParameter | parameter error:%s | 请求入参异常:%s |
403 | NoPermission | You are not authorized to perform this operation. | 没有权限使用此接口 |
404 | clusterNotFound | cluster not found | 找不到此集群 |
500 | InternalError | An error occurred while processing your request. | 服务端异常 |
500 | systemError | system error | 系统开小差了,请稍后重试 |
500 | regcenterError | register center error:%s | 注册配置中心请求错误:%s |
访问错误中心查看更多错误码。