1 つ以上のサイトモニタリングタスクを無効にします。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cms:DisableSiteMonitors |
update |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| TaskIds |
string |
必須 |
サイトモニタリングタスクの ID。複数の ID はコンマ (,) で区切ります。 |
49f7b317-7645-4cc9-94fd-ea42e522****,49f7b317-7645-4cc9-94fd-ea42e522**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Code |
string |
状態コード。 説明
値 200 は成功を示します。 |
200 |
| Message |
string |
返されたメッセージ。 |
successful |
| RequestId |
string |
リクエスト ID。 |
3fcd12e7-d387-42ee-b77e-661c775bb17f |
| Success |
string |
操作が成功したかどうかを示します。有効な値:
|
true |
| Data |
object |
サイトモニタリングタスクによって影響を受けた検出ポイントレコードの数。 |
|
| count |
integer |
検出ポイントレコードの数。 |
0 |
例
成功レスポンス
JSONJSON
{
"Code": "200",
"Message": "successful",
"RequestId": "3fcd12e7-d387-42ee-b77e-661c775bb17f",
"Success": "true",
"Data": {
"count": 0
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidQueryParameter | %s | |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | InternalError | %s | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | Forbidden | You are not authorized to operate the specified resource. | |
| 403 | UnauthorizedTasks | You are not permitted to operate the specified tasks. | |
| 404 | TaskNotExist | The specified task does not exist. | |
| 406 | ExceedingQuota | Exceeding quota limits. | |
| 429 | ThrottlingException | The request was denied due to request throttling. | |
| 409 | %s | %s |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。