PMCreateUpdateDto

Prev Next

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

Planned Maintenanceの作成/変更時に必要です。

構文

構文は次の通りです。

private String desc;
private Map<String, Set> dimensions;
private Long startTime;
private Long endTime;
private String title;

フィールド

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

フィールド タイプ 必須の有無 説明
desc String Optional 説明
dimensions Map<String, Set> Required Dimensionを JSONで明示
  • key: cw_key <例> 460438474722512896
  • value: リソース Dimensionリスト
  • cw_keydimensionsオブジェクトの keyとして使用される
    • <例> {"dimensions": "123456": [{ "instanceNo": "1111", "type": "svr" }]}
    • 上記例で"123456"cw_keyに対応
startTime Long Required Planned Maintenanceの開始時間(ミリ秒)
endTime Long Required Planned Maintenanceの終了時間(ミリ秒)
title String Required Planned Maintenanceのタイトル