エスカレーション チェーンの詳細の更新
最終更新日: 07 年 2024 月 XNUMX 日LogicMonitor REST API v3 を使用して、エスカレーション チェーンの詳細を更新できます。 API リクエストを行う前に、自分自身を認証する必要があります。
URI: パッチ /setting/alert/chains/{id}
URI: 置く /setting/alert/chains/{id}
ご注意: REST 標準に従って、PUT リクエストで指定されていないプロパティはデフォルト値に戻ります。
種類 | 説明 | |
id | 整数 | (必須の) 更新するエスカレーション チェーンの ID。 ID は次の方法で取得できます。 GET エスカレーション チェーン リソースへのリクエスト。 |
throttlingAlerts | 整数 | If enableThrottling に設定されています true をタップし、その後、 throttlingAlerts スロットル期間中に送信できるアラートの最大数を示します。例– “throttlingAlerts”: 35 |
enableThrottling | ブーリアン | このエスカレーション チェーンに対してスロットル (レート制限) が有効かどうかを示します。フィールドが次のように設定されている場合、 true をタップし、その後、 throttlingPeriod と throttlingAlerts アラートがどのように抑制されるかを示します。 例– “enableThrottling”: false |
destinations | (必須の) 宛先は次のもので構成されます。
| |
name | String | (必須の) エスカレーション チェーンの名前。 例– “name”: ”MyEscalationChain” |
description | String | エスカレーション チェーンの説明。 例– "description": "For alerts escalated to the NOC Team." |
ccDestinations | この ccDestination 受信者の詳細情報で構成されます。
| |
throttlingPeriod | 整数 | スロットル (レート制限) 期間 (分単位)。 enableThrottling に設定されています true . 例– “throttlingPeriod”: 20 |