アラートメンテナンスウィンドウの削除
以下の API を使用して、maintenanceId で指定したアラートメンテナンスウィンドウを削除することができます。
リクエストURL
ヘッダー
ヘッダーキー:Authorization
ヘッダー値:Bearer {{access_token}} (SixthSense ポータルで [設定] > [アクセストークン] > [アクセストークンの表示] に移動)
リクエスト
パラメータ | 内容 |
---|---|
maintenanceId | 削除するアラートメンテナンスウィンドウのメンテナンス ID |
応答
{
"data": {},
"message": "string",
"success": true
}
例:
{
"message": "Alert maintenance deleted successfully.",
"success": true
}