Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

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 Map<String, RemindOption> asgGroupOptions;
private Map<String, RemindOption> classicAsgGroupOptions;
private List<AsgPolicy> asgPolicys;
private Long createTime;
private Long updateTime;
private RuleStatus status;
private RuleVersion ruleVersion;
private Set<String> cfTriggers;
private Map<String, RemindOption> cfTriggersOptions;
private Map<String, RemindOption> channelsOptions;
private String prodType;
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 Map<String, RemindOption> - Auto Scaling Groupの設定情報 (key: Auto Scaling Group)
classicAsgGroupOptions Map<String, RemindOption> - Classic Auto Scaling Groupの設定情報 (key: Classic Auto Scaling Group No)
asgPolicys List<AsgPolicy> - オートスケールグループポリシー
  • 複数個入力可能
createTime long - Event Ruleの作成時間(ミリ秒)
updateTime long - Event Ruleの更新時間(ミリ秒)
status - 状態
  • OK | VIOLATED | INSUFFICIENT
ruleVersion - ルールバージョン
cfTriggers Set<String> - Cloud Functions Trigger
cfTriggersOptions Map<String, RemindOption> - Cloud Functions Triggerの設定情報 (key: Cloud Functions Trigger名)
channelsOptions Map<String, RemindOption> - Channelsの設定情報 (key: Channel Id)
prodType String - 商品タイプ
  • Ncloud商品の場合、system
  • Custom Schemaの場合、custom
suspendRuleItems Set<SuspendRuleItemDto> - Event Ruleのうち、無効化するリストを設定
参考

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