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.