getAccessControlGroupDetail
    • PDF

    getAccessControlGroupDetail

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This searches the ACG details using the ACG number.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the ACG details will be queried.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    accessControlGroupNoYesStringThe ACG number to be queried
    accessControlGroupNo can be obtained through the getAccessControlGroupList action.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/getAccessControlGroupDetail
    ?regionCode=KR
    &accessControlGroupNo=***63
    

    Response Example

    <getAccessControlGroupDetailResponse>
      <requestId>245b3116-7c66-407a-8969-3b8376167fb3</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>
    </getAccessControlGroupDetailResponse>
    

    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.