getNasVolumeAccessControlRuleList
    • PDF

    getNasVolumeAccessControlRuleList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Get the access control rule list set in the NAS volume.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Determines the region of the NAS volume instance to get the access control rule for.
    You can obtain regionCode through the getRegionList action.
    Default: Selects the first region of the getRegionList search results.
    nasVolumeInstanceNoYesString- NAS volume instance number
    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/getNasVolumeAccessControlRuleList
    ?nasVolumeInstanceNo=***3118
    

    Response examples

    <getNasVolumeAccessControlRuleListResponse>
      <totalRows>1</totalRows>
      <nasVolumeAccessControlRuleList>
        <nasVolumeAccessControlRule>
          <serverInstanceNo>***9258</serverInstanceNo>
          <readAccess>true</readAccess>
          <writeAccess>true</writeAccess>
        </nasVolumeAccessControlRule>
      </nasVolumeAccessControlRuleList>
    </getNasVolumeAccessControlRuleListResponse>
    

    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.