getNasVolumeSnapshotList
    • PDF

    getNasVolumeSnapshotList

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Can be used in a VPC environment.

    Overview

    Get the snapshot list of a NAS volume instance.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    You can decide the region of the NAS volume instance to get the snapshot list for.
    regionCode: You can obtain through the getRegionList action.
    Default: Selects the first region of the getRegionList search results.
    nasVolumeInstanceNoYesString- NAS volume instance number to get snapshot list for
    You can obtain nasVolumeInstanceNo through the getNasVolumeInstanceList action.
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Response

    Response body

    Examples

    Request examples

    GET {API_URL}/vnas/v2/getNasVolumeSnapshotList
    ?regionCode=KR
    &nasVolumeInstanceNo=***3901
    

    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>
    

    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.