CreateOrUpdateRuleGroupDto
- 印刷する
- PDF
CreateOrUpdateRuleGroupDto
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Classic環境で利用できます。
Event Ruleを作成したり、変更したりします。
構文
構文は次の通りです。
private String id;
private List<String> metricsGroupKey;
private List<String> monitorGroupKey;
private String prodKey;
private String groupName;
private String groupDesc;
private List<RecipientNotification> recipientNotifications;
private List<PersonalRecipientNotification> personalNotificationRecipients;
private List<AsgPolicy> asgPolicyList;
private Set<SuspendRuleItemDto> suspendRuleItems;
private Set<String> cfTriggers;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
id | String | Optional | Event Rule ID |
metricsGroupKey | List | Required | 監視項目グループ ID
|
monitorGroupKey | List | Required | 監視対象グループ ID
|
prodKey | String | Required | 商品の cw_key |
groupName | String | Required | Event Rule名
|
groupDesc | String | Optional | Event Ruleの説明
|
recipientNotifications | List<RecipientNotification> | Optional | 通知対象グループ
|
personalNotificationRecipients | List<PersonalRecipientNotification> | Optional | 通知対象者
|
asgPolicyList | List<AsgPolicy> | Optional | オートスケールグループポリシー
|
suspendRuleItems | Set<SuspendRuleItemDto> | Optional | Event Ruleのうち、無効化するリストを設定 |
cfTriggers | Set<String> | Optional | 今後提供予定 |
この記事は役に立ちましたか?