OceanBase インスタンスの概要情報を取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
oceanbase:DescribeInstanceSummary |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| PageSize |
integer |
任意 |
1 ページあたりに返す行数。
|
10 |
| PageNumber |
integer |
任意 |
取得するページの番号。
|
1 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
リクエストの返却結果。 |
||
| RequestId |
string |
リクエスト ID 。 |
EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C |
| InstanceSummary |
object |
OceanBase インスタンスの概要情報。 |
|
| TotalInstancesCount |
integer |
インスタンスの総数。 |
3 |
| OverLoadInstancesCount |
integer |
過負荷状態のインスタンス数。 |
1 |
| ImmediatelyExpiredInstancesCount |
integer |
解放対象となった期限切れインスタンスの総数。 |
1 |
| RunningInstancesCount |
integer |
実行中のインスタンス数。 |
1 |
| InsufficientDiskInstancesCount |
integer |
容量リスクのあるクラスターの総数。 |
2 |
| ExpiredInstancesCount |
integer |
期限切れのインスタンス数。 |
1 |
| AlarmSummaryCount |
integer |
クエリ期間中のアラートの総数。 |
1 |
| AnomalySQLCount |
integer |
異常な SQL ステートメントの総数。 |
1 |
| ClusterInstancesCount |
integer |
クラスターインスタンス数。 |
1 |
| TenantInstancesCount |
integer |
テナントインスタンス数。 |
1 |
| TotalOmsInstancesCount |
integer |
データ転送インスタンス数。 |
1 |
| RegionalInstanceSummaryList |
array<object> |
リージョン別インスタンスのリスト。 |
|
|
object |
|||
| Region |
string |
リージョンの ID 。 |
cn-shanghai |
| TotalInstancesCount |
integer |
インスタンスの総数。 |
3 |
| ImmediatelyExpiredInstancesCount |
integer |
まもなく期限切れとなるインスタンス数。 |
1 |
| RunningInstancesCount |
integer |
実行中のインスタンスの総数。 |
1 |
| ExpiredInstancesCount |
integer |
期限切れのインスタンス数。 |
1 |
| RecentCreatedInstancesCount |
integer |
最近作成されたインスタンス数。 |
1 |
例
成功レスポンス
JSONJSON
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"InstanceSummary": {
"TotalInstancesCount": 3,
"OverLoadInstancesCount": 1,
"ImmediatelyExpiredInstancesCount": 1,
"RunningInstancesCount": 1,
"InsufficientDiskInstancesCount": 2,
"ExpiredInstancesCount": 1,
"AlarmSummaryCount": 1,
"AnomalySQLCount": 1,
"ClusterInstancesCount": 1,
"TenantInstancesCount": 1,
"TotalOmsInstancesCount": 1,
"RegionalInstanceSummaryList": [
{
"Region": "cn-shanghai",
"TotalInstancesCount": 3,
"ImmediatelyExpiredInstancesCount": 1,
"RunningInstancesCount": 1,
"ExpiredInstancesCount": 1,
"RecentCreatedInstancesCount": 1
}
]
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。