ACK One フリートインスタンス内のメンバークラスターのリストを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
adcp:DescribeManagedClusters |
list |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ClusterId |
string |
必須 |
フリート ID。 |
c2f41fd4599454a9c9ad8b3daafe8**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。 |
BDA85C7A-FC81-56C4-9BC2-9112EE970059 |
| Clusters |
array<object> |
クラスターのリスト。 |
|
|
array<object> |
クラスターの詳細。 |
||
| Cluster |
object |
クラスターに関する情報。 |
|
| Name |
string |
クラスター名。 |
ackone-heyuan |
| ClusterID |
string |
クラスター ID。 |
c2f41fd4599454a9c9ad8b3daafe8**** |
| Region |
string |
クラスターのリージョン ID。 |
cn-hangzhou |
| State |
string |
メンバークラスターの状態。有効な値:
|
running |
| ClusterType |
string |
クラスターのタイプ。 |
One |
| Created |
string |
クラスターの作成時間。 |
2022-03-23T06:22:28Z |
| Updated |
string |
クラスターの最終更新時間。 |
2022-03-23T06:22:28Z |
| InitVersion |
string |
クラスターの初期バージョン。 |
1.20.4-aliyun.1 |
| CurrentVersion |
string |
クラスターの現在のバージョン。 |
1.22.3-aliyun.1 |
| ResourceGroupId |
string |
リソースグループ ID。 |
rg-acfmx7o7ewy**** |
| VpcID |
string |
VPC ID。 |
vpc-bp1fhizs9fxuvit06**** |
| VSwitchID |
string |
vSwitch ID。 |
vsw-m5e0pbkgmhvzecf7e**** |
| Profile |
string |
クラスタープロファイル。 |
Default |
| ClusterSpec |
string |
クラスターの仕様。 |
ack.pro.small |
| Status |
object |
フリート内のメンバークラスターの状態。 |
|
| State |
string |
フリート内のメンバークラスターの状態。有効な値:
|
Successed |
| Message |
string |
ステータスメッセージ。 |
SUCCESS |
| MeshStatus |
object |
サービスメッシュ内のメンバークラスターの状態。 |
|
| InMesh |
boolean |
メンバークラスターがサービスメッシュ内にあるかどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "BDA85C7A-FC81-56C4-9BC2-9112EE970059",
"Clusters": [
{
"Cluster": {
"Name": "ackone-heyuan",
"ClusterID": "c2f41fd4599454a9c9ad8b3daafe8****",
"Region": "cn-hangzhou",
"State": "running",
"ClusterType": "One",
"Created": "2022-03-23T06:22:28Z",
"Updated": "2022-03-23T06:22:28Z",
"InitVersion": "1.20.4-aliyun.1",
"CurrentVersion": "1.22.3-aliyun.1",
"ResourceGroupId": "rg-acfmx7o7ewy****",
"VpcID": "vpc-bp1fhizs9fxuvit06****",
"VSwitchID": "vsw-m5e0pbkgmhvzecf7e****",
"Profile": "Default",
"ClusterSpec": "ack.pro.small"
},
"Status": {
"State": "Successed",
"Message": "SUCCESS"
},
"MeshStatus": {
"InMesh": true
}
}
]
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。