CreatePlannedMaintenance
    • PDF

    CreatePlannedMaintenance

    • PDF

    記事の要約

    概要

    Planned Maintenanceを作成します。

    リクエスト

    API URL

    URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/planned-maintenances
    Method: POST
    

    リクエストヘッダ

    共通の設定に明示されたリクエストヘッダが必要です。

    Content-Type: application/json
    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    

    リクエストボディ

    PMCreateUpdateDto

    リクエスト例

    cw_keyがxxxxxxxxxxxxxxxxxxの商品で、fsタイプのディメンションがmnt_nm: /の Planned Maintenanceを作成するサンプルコードです。

    POST /cw_fea/real/cw/api/planned-maintenances
    Host: cw.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    
    Payload:
    {
      "desc": "",
      "dimensions": {
            "xxxxxxxxxxxxxxxxxx": [
              {
                "instanceNo": "{instanceNo}",
                "mnt_nm": "/",
                "type": "fs"
              }
            ]
          },
      "endTime": 1721133000000,
      "startTime": 1721129400000,
      "title": "{title}"
    }
    

    レスポンス例

    エラーなしで正常に作成された場合、作成された Planned Maintenanceの IDが返されます。

    "1234567890123456789"
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.