getNasVolumeInstanceList
    • PDF

    getNasVolumeInstanceList

    • 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.

    Available in Classic

    Overview

    Gets a list of NAS volume instances.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    volumeAllotmentProtocolTypeCodeNStringMin: 1, Max: 5Volume allotment protocol type code
    Options: NFS | CIFS
    All volume instances will be selected if this parameter is not specified.
    isEventConfigurationNBooleanIndicates whether an event is configured.
    Options: true | false
    All volume instances will be selected if this parameter is not specified.
    isSnapshotConfigurationNBooleanIndicates whether a snapshot volume is configured.
    nasVolumeInstanceNoListNList<String>List of NAS volume instance numbers
    All volume instances will be selected if this parameter is not specified.
    Example) nasVolumeInstanceNoList.1=1084361&nasVolumeInstanceNoList.2=1084362
    regionNoNStringRegion number
    This parameter limits results to the specified region.
    Get available values by using the getRegionList action.
    Default: KR region
    Example) regionNo=1
    zoneNoNStringZone number
    You can filter NAS volume instances by zoneNo.
    Get available values by using the getZoneList action.
    All zones in the region will be selected if this parameter is not specified.
    Example) zoneNo=1

    Response

    Response body

    Examples

    Request example

    GET {SERVER_API_URL}/getNasVolumeInstanceList
    

    Response example

    <getNasVolumeInstanceListResponse>
      <requestId>4bdfecee-76a8-487e-8c00-54733badf386</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>2</totalRows>
      <nasVolumeInstanceList>
        <nasVolumeInstance>
          <nasVolumeInstanceNo>1084361</nasVolumeInstanceNo>
          <nasVolumeInstanceStatus>
            <code>CREAT</code>
            <codeName>NAS create</codeName>
          </nasVolumeInstanceStatus>
          <nasVolumeInstanceOperation>
            <code>NULL</code>
            <codeName>NAS NULL OP</codeName>
          </nasVolumeInstanceOperation>
          <nasVolumeInstanceStatusName>created</nasVolumeInstanceStatusName>
          <createDate>2018-11-26T19:40:14+0900</createDate>
          <nasVolumeDescription></nasVolumeDescription>
          <mountInformation>10.250.53.74:/n2532613_testnas</mountInformation>
          <volumeAllotmentProtocolType>
            <code>NFS</code>
            <codeName>NFS</codeName>
          </volumeAllotmentProtocolType>
          <volumeName>n2532613_testnas</volumeName>
          <volumeTotalSize>536870912000</volumeTotalSize>
          <volumeSize>536870912000</volumeSize>
          <snapshotVolumeConfigurationRatio>0.0</snapshotVolumeConfigurationRatio>
          <snapshotVolumeSize>0</snapshotVolumeSize>
          <isSnapshotConfiguration>false</isSnapshotConfiguration>
          <isEventConfiguration>false</isEventConfiguration>
          <region>
            <regionNo>1</regionNo>
            <regionCode>KR</regionCode>
            <regionName>Korea</regionName>
          </region>
          <zone>
            <zoneNo>3</zoneNo>
            <zoneName>KR-2</zoneName>
            <zoneCode>KR-2</zoneCode>
            <zoneDescription>Pyeongchon zone</zoneDescription>
            <regionNo>1</regionNo>
          </zone>
          <isReturnProtection>false</isReturnProtection>
          <nasVolumeInstanceCustomIpList/>
          <nasVolumeServerInstanceList/>
        </nasVolumeInstance>
      </nasVolumeInstanceList>
    </getNasVolumeInstanceListResponse>
    

    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.