RuleGroupItemDto

Prev Next

Classic/VPC環境で利用できます。

RuleGroupItemDto情報です。

構文

構文は次の通りです。

private String id;
private String prodKey;
private String groupName;
private String groupDesc;
private String domainCode;
private String regionCode;
private List<MonitorGrpDto> monitorGroups;
private List<MetricsGroupDto> metricsGroups;
private String productName;
private List<RecipientNotification> recipientNotifications;
private List<AsgGroupOptions> asgGroupOptions;
private List<AsgPolicy> asgPolicys;
private Long createTime;
private Long updateTime;
private RuleStatus status;
private RuleVersion ruleVersion;
private Set<String> cfTriggers;
private List<CfTriggersOptions> cfTriggersOptions;
private Set<SuspendRuleItemDto> suspendRuleItems;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
id String - Event Rule ID
prodKey String - 商品の cw_key
groupName String - Event Ruleの名前
groupDesc String - Event Ruleの説明
domainCode String - ドメインコード
regionCode String - リージョンコード
monitorGroups List<MonitorGrpDto> - 監視対象グループ
metricsGroups List<MetricsGroupDto> - 監視項目グループ
productName String - 商品の名前
recipientNotifications List<RecipientNotification> - 通知対象グループ
  • 複数個入力可能
asgGroupOptions List<AsgGroupOptions> - Auto Scaling Group設定情報
asgGroupOptions.id String - Auto Scaling Group ID
asgGroupOptions.reminderTime Integer - リマインダー周期(分)
asgGroupOptions.type String - イベントアクションタイプ
asgGroupOptions.updateTime Integer - 更新時間(ミリ秒)
asgPolicys List<AsgPolicy> - オートスケールグループポリシー
  • 複数個入力可能
createTime long - Event Ruleの作成時間(ミリ秒)
updateTime long - Event Ruleの更新時間(ミリ秒)
status - 状態
  • OK | VIOLATED | INSUFFICIENT
ruleVersion - ルールバージョン
cfTriggers Set<String> - Cloud Functions Trigger
cfTriggersOptions List<cfTriggersOptions> - Cloud Functions Trigger設定情報
cfTriggersOptions.name String - Cloud Functions Trigger名
cfTriggersOptions.enableNotiWhenEventClose Boolean - イベント終了時の通知を有効化するかどうか
  • true | false
    • true: 有効化
    • false: 無効化
cfTriggersOptions.reminderTime Integer - リマインダー周期(分)
cfTriggersOptions.type String - イベントアクションタイプ
cfTriggersOptions.updateTime Integer - 更新時間(ミリ秒)
suspendRuleItems Set<SuspendRuleItemDto> - Event Ruleのうち、無効化するリストを設定
参考

一部の APIレスポンス結果に表示されることがありますが、レスポンスボディで説明されていないdetailUrlは、サービスの使用に影響を与えないフィールドです。