getAccessControlGroupList
    • PDF

    getAccessControlGroupList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This searches for an ACG list. ACG can be set on the network interface for the access control feature.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the ACG list will be queried.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    vpcNoNoStringVPC number
    You can search by filtering with a VPC number.
    vpcNo can be obtained through the getVpcList action.
    accessControlGroupNoList.NNoList<String>ACG number list
    You can search by filtering with an ACG number.
    accessControlGroupNo can be obtained through the getAccessControlGroupList action.
    ex) accessControlGroupNoList.1=1234&accessControlGroupNoList.2=2345
    accessControlGroupNameNoStringACG name
    You can search by filtering with an ACG name.
    accessControlGroupStatusCodeNoStringACG status code
    You can search by filtering with an ACG status code.
    Options : INIT | SET | RUN | TERMTING
    pageNoNoIntegerPage number of the paged results
    The results can be paged using pageNo and pageSize.
    pageSizeConditionalIntegerEach page size to be displayed when paging
    The results can be paged using pageNo and pageSize.
    It must be entered when entering pageNo.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/getAccessControlGroupList
    ?regionCode=KR
    &vpcNo=***04
    &accessControlGroupNoList.1=***63
    &accessControlGroupName=test-***
    &accessControlGroupStatusCode=RUN
    

    Response Example

    <getAccessControlGroupListResponse>
      <requestId>aca35644-739e-42b3-bdcb-55c2eedc54b9</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <accessControlGroupList>
        <accessControlGroup>
          <accessControlGroupNo>***63</accessControlGroupNo>
          <accessControlGroupName>test-***</accessControlGroupName>
          <isDefault>false</isDefault>
          <vpcNo>***04</vpcNo>
          <accessControlGroupStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </accessControlGroupStatus>
          <accessControlGroupDescription></accessControlGroupDescription>
        </accessControlGroup>
      </accessControlGroupList>
    </getAccessControlGroupListResponse>
    

    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.