MENU
      getNasVolumeSnapshotConfigurationHistoryList

        getNasVolumeSnapshotConfigurationHistoryList


        Article summary

        Can be used in a VPC environment.

        Overview

        Gets the snapshot configuration history for 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 configuration history 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 configuration history from
        nasVolumeInstanceNo: It can be obtained through the getNasVolumeInstanceList action.

        Response

        Response data type

        • NasVolumeSnapshotConfigurationHistoryList type
        NasVolumeSnapshotConfigurationHistoryList extends CommonResponse
        private Integer totalRows;
        private List<NasVolumeSnapshotConfigurationHistory> nasVolumeSnapshotConfigurationHistoryList = new ArrayList<>();
        NasVolumeSnapshotConfigurationHistory
        private String nasVolumeInstanceNo;
        private String historySequenceNo;
        private CommonCode historyType;
        private String ip;
        private Date registerDate;
        private Float snapshotVolumeConfigurationRatio;
        private CommonCode snapshotVolumeConfigPeriodType;
        private CommonCode snapshotVolumeConfigDayOfWeekType;
        private Integer snapshotVolumeConfigTime;

        Examples

        Request examples

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

        Response examples

        <getNasVolumeSnapshotConfigurationHistoryListResponse>
          <requestId></requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <nasVolumeSnapshotConfigurationHistoryList>
            <nasVolumeSnapshotConfigurationHistory>
              <nasVolumeInstanceNo>***3901</nasVolumeInstanceNo>
              <historySequenceNo>***412</historySequenceNo>
              <historyType>
                <code>CREAT</code>
                <codeName>Create</codeName>
              </historyType>
              <ip>***.***.0.1</ip>
              <registerDate>2021-09-16T00:00:00+0900</registerDate>
              <snapshotVolumeConfigurationRatio>10.0</snapshotVolumeConfigurationRatio>
              <snapshotVolumeConfigPeriodType>
                <code>DAY</code>
                <codeName>everyday</codeName>
              </snapshotVolumeConfigPeriodType>
              <snapshotVolumeConfigDayOfWeekType>
                <code>-1</code>
                <codeName>Everyday</codeName>
              </snapshotVolumeConfigDayOfWeekType>
              <snapshotVolumeConfigTime>1</snapshotVolumeConfigTime>
            </nasVolumeSnapshotConfigurationHistory>
          </nasVolumeSnapshotConfigurationHistoryList>
        </getNasVolumeSnapshotConfigurationHistoryListResponse>
        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.