MENU
      getNasVolumeSnapshotList

        getNasVolumeSnapshotList


        記事の要約

        Classic環境で利用できます。

        概要

        NASボリュームインスタンスのスナップショットリストを照会します。

        リクエスト

        リクエストパラメータ

        パラメータ名必須の有無タイプ制約事項説明
        nasVolumeInstanceNoYesString- スナップショットリストを照会するNASボリュームインスタンス番号
        nasVolumeInstanceNo:getNasVolumeInstanceListアクションを通じて取得

        レスポンス

        レスポンスデータのタイプ

        • NasVolumeSnapshotListタイプ
        NasVolumeSnapshotList extends CommonResponse
        private Integer totalRows;
        private List<NasVolumeSnapshot> nasVolumeSnapshotList = new ArrayList<>();
        NasVolumeSnapshot
        private String nasVolumeSnapshotName;
        private Date createDate;
        private Long snapshotSize;
        private Boolean isBusy;

        リクエスト例

        ncloud server getNasVolumeSnapshotList --nasVolumeInstanceNo ***3901
        Plain text

        レスポンス例

        <getNasVolumeSnapshotListResponse>
          <requestId></requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <nasVolumeSnapshotList>
            <nasVolumeSnapshot>
              <nasVolumeSnapshotName>now.20210916.000000</nasVolumeSnapshotName>
              <createDate>2021-09-16T00:00:00+0900</createDate>
              <snapshotSize>139264</snapshotSize>
              <isBusy>false</isBusy>
            </nasVolumeSnapshot>
          </nasVolumeSnapshotList>
        </getNasVolumeSnapshotListResponse>
        XML

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

        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.