MENU
      getNasVolumeSnapshotList

        getNasVolumeSnapshotList


        Article summary

        Can be used in a VPC environment.

        Overview

        Gets the snapshot list of a NAS volume instance.

        Request

        Request parameter

        Parameter nameRequirement statusTypeRestrictionsDescription
        regionCodeNoString- Region code
        Determines the region of the NAS volume instance to get the snapshot list from.
        regionCode: It can be obtained through the getRegionList action.
        Default: Selects the first region of the getRegionList search results.
        nasVolumeInstanceNoYesString- Instance number of NAS volume to get the snapshot list from
        nasVolumeInstanceNo: It can be obtained through the getNasVolumeInstanceList action.

        Response

        Response data type

        • NasVolumeSnapshotList type
        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;

        Examples

        Request examples

        ncloud vnas getNasVolumeSnapshotList --regionCode KR --nasVolumeInstanceNo ***3901
        Plain text

        Response examples

        <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

        Was this article helpful?

        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.