removeNasVolumeAccessControl
    • PDF

    removeNasVolumeAccessControl

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

    Overview

    Remove NAS access control settings.
    The access control permissions that have been set up can be viewed through the getNasVolumeAccessControlRuleList action.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    nasVolumeInstanceNoYesString- NAS volume instance number
    You can obtain nasVolumeInstanceNo through the getNasVolumeInstanceList action.
    serverInstanceNoListNoList<String>Not to be duplicated- Server instance number list
    You can obtain serverInstanceNo through the getServerInstanceList action.
    Only instance numbers of the servers owned by the user can be entered.
    ex) serverInstanceNoList.1=937507&serverInstanceNoList.2=1021003
    customIpListNoList<String>Not to be duplicated- Custom IP list
    You can obtain customIp through the getServerInstanceList action.
    Only private IPs can be set. Public IPs can't be set.
    ex) customIpList.1=10.41.0.56&customIpList.2=10.41.3.81

    Response

    Response body

    Examples

    Request examples

    GET {SERVER_API_URL}/removeNasVolumeAccessControl
    ?nasVolumeInstanceNo=1083118
    &serverInstanceNoList.1=1021003
    &customIpList.1=10.41.3.81
    

    Response examples

    <removeNasVolumeAccessControlResponse>
      <requestId>68f04387-7e79-4699-9136-eb2d680253a2</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</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>
    </removeNasVolumeAccessControlResponse>
    

    Error codes

    Errors that may occur while using this action are listed below. For more information about common errors, please refer to NAVER Cloud Platform API.

    HTTP Response CodeReturn codeReturn message
    40024138The server information for setting up NFS is invalid.
    40024152{0} IP is already entered.
    40024153{0} IP is Loopback IP.
    40024154{0} IP is public IP.
    40024155Please check the IP {0}.
    40024157IP {0} is not supported by region.

    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.