getAccessControlGroupList
    • PDF

    getAccessControlGroupList

    • PDF

    Article Summary

    Overview

    When creating a server instance (VM), you can add an access control group (ACG) that you specified to set firewalls. This action gets a list of ACGs.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    accessControlGroupConfigurationNoList.NNList<String>Min: 0, Max: 5List of ACG configuration numbers to get
    isDefaultGroupNBooleanYou can get only the default groups.
    Options: true | false
    accessControlGroupNameNStringMin: 3, Max: 30ACG name to get
    pageNoNIntegerMin: 0, Max: 2147483647Page number
    You can paginate results with pageNo.
    pageSizeNIntegerMin: 0, Max: 2147483647Page size to show when paginating results.
    You can paginate results with pageSize.

    Response

    Response body

    Examples

    Request example

    GET {SERVER_API_URL}/getAccessControlGroupList
    

    Response example

    <getAccessControlGroupListResponse>
      <requestId>f9d82d8e-6689-427e-b016-4cfa7b19a1a3</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <accessControlGroupList>
        <accessControlGroup>
          <accessControlGroupConfigurationNo>39995</accessControlGroupConfigurationNo>
          <accessControlGroupName>ncloud-default-acg</accessControlGroupName>
          <accessControlGroupDescription>Default AccessControlGroup</accessControlGroupDescription>
          <isDefault>true</isDefault>
          <createDate>2018-04-09T11:12:54+0900</createDate>
        </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.