有効化できるエンジンタイプをクエリします。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:ListClusterTypes |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RegionId |
string |
任意 |
MSE でサポートされているリージョンである、クラスターが配置されているリージョン。 |
cn-hangzhou |
| ConnectType |
string |
任意 |
ネットワークタイプ。有効な値:
|
slb |
| MseVersion |
string |
任意 |
有効化する MSE クラスタのバージョン。
|
mse_pro |
| AcceptLanguage |
string |
任意 |
The language of the response. Valid values: 応答の言語。有効な値:
|
zh |
レスポンスフィールド
|
パラメーター |
型 |
説明 |
例 |
|
object |
データ構造。 |
||
| HttpStatusCode |
integer |
HTTP ステータスコード |
200 |
| RequestId |
string |
リクエスト ID。 |
821B5B05-8919-5FBB-BA75-417BFC093EB8 |
| Success |
boolean |
Indicates whether the request was successful. Valid values: リクエストが成功したかどうかを示します。有効な値:
|
True |
| ErrorCode |
string |
エラーコード |
mse-100-000 |
| Code |
integer |
戻り値。 |
200 |
| Message |
string |
メッセージ。 |
The request was successfully processed. |
| DynamicMessage |
string |
動的なエラーメッセージ。[ErrMessage] パラメーターの %s を置き換えるために使用されます。 説明
ErrMessage が The Value of Input Parameter %s is not valid を返し、DynamicMessage が DtsJobId を返す場合、リクエストパラメータ DtsJobId が無効であることを示します。 |
The specified parameter is invalid. |
| Data |
array |
レスポンスデータ |
|
|
object |
データ構造。 |
||
| Code |
string |
エンジンの種類のコード。 |
|
| ShowName |
string |
有効化できる MSE エンジンタイプ。 |
Zookeeper |
例
成功レスポンス
JSONJSON
{
"HttpStatusCode": 200,
"RequestId": "821B5B05-8919-5FBB-BA75-417BFC093EB8",
"Success": true,
"ErrorCode": "mse-100-000",
"Code": 200,
"Message": "The request was successfully processed.\n",
"DynamicMessage": "The specified parameter is invalid.",
"Data": [
{
"Code": "",
"ShowName": "Zookeeper"
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | |
| 400 | InvalidParameter | Parameter error:%s | |
| 500 | InternalError | Console error. Try again later:%s | |
| 403 | NoPermission | You are not authorized to perform this operation:%s | |
| 404 | NotFound | Not found:%s |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。