MENU
      GetPlannedMaintenanceDetailById

        GetPlannedMaintenanceDetailById


        記事の要約

        概要

        Planned Maintenance IDで Planned Maintenanceの詳細情報を照会します。

        リクエスト

        API URL

        URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/planned-maintenances/{id}
        Method: GET
        Plain text

        リクエストヘッダ

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

        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}
        Plain text

        リクエストパラメータ

        パラメータ名必須の有無タイプ制約事項説明
        idYStringPlanned Maintenance id

        リクエスト例

        次は、IDが1234567890123456789の Planned Maintenanceを照会するサンプルコードです。

        GET /cw_fea/real/cw/api/planned-maintenances/1234567890123456789
        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}
        HTTP

        レスポンス例

        エラーなしで照会が完了した場合、HTTPコード200と共に Planned Maintenanceの詳細情報が返されます。

        {
          "desc": "",
          "dimensions": {
            "{cw_key}": [
              {
                "instanceNo": "{instanceNo}",
                "mnt_nm": "/",
                "type": "fs"
              }
            ]
          },
          "endTime": 1721133000000,
          "id": "1234567890123456789",
          "startTime": 1721129400000,
          "title": "{pm_title}"
        }
        Plain text

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

        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.