DescribeSystemEventMetaList 操作を呼び出して、システムイベントのメタ情報を照会します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Code |
integer |
HTTP 状態コード。 説明
値が 200 の場合、成功を示します。 |
200 |
| Message |
string |
返されたメッセージ。 |
success |
| RequestId |
string |
リクエスト ID。 |
A6582C8B-E67C-4A19-BC15-EAEFEBDC7995 |
| Success |
boolean |
操作が成功したかどうかを示します。有効な値:
|
true |
| Data |
object |
||
| Resource |
array<object> |
メタ情報。 |
|
|
object |
|||
| Status |
string |
システムイベントのステータス。 |
failed |
| EventType |
string |
システムイベントのタイプ。有効な値:
|
Exception |
| Product |
string |
サービス名の略語。 |
ADS |
| NameDesc |
string |
イベント名の説明。 |
High query failure rate |
| NameDesc.En |
string |
システムイベントの説明。 |
High query failure rate. |
| Name |
string |
システムイベントの名前。 |
SelectFailureRate |
| StatusDesc |
string |
イベントステータスの説明。 |
Operation Failed |
| Level |
string |
アラートレベル。有効な値:
|
INFO |
例
成功レスポンス
JSONJSON
{
"Code": 200,
"Message": "success",
"RequestId": "A6582C8B-E67C-4A19-BC15-EAEFEBDC7995",
"Success": true,
"Data": {
"Resource": [
{
"Status": "failed",
"EventType": "Exception",
"Product": "ADS",
"NameDesc": "High query failure rate",
"NameDesc.En": "High query failure rate.",
"Name": "SelectFailureRate",
"StatusDesc": "Operation Failed",
"Level": "INFO"
}
]
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | ParameterInvalid | Illegal parameters. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | AccessForbidden | User not authorized to operate on the specified resource. | |
| 404 | ResourceNotFound | The specified resource is not found. | The specified resource is not found. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。