MENU
      removeNetworkInterfaceAccessControlGroup

        removeNetworkInterfaceAccessControlGroup


        Article summary

        Can be used in a VPC environment.

        Overview

        This removes the list of ACG applied to the network interface. At least 1 ACG per network interface should be applied.

        Request

        Request parameters

        Parameter nameRequiredTypeRestrictionsDescription
        regionCodeNoStringRegion code
        You can decide the region of the network interface in which the ACG will be removed.
        regionCode can be obtained through the getRegionList action.
        Default: Select the first region of the getRegionList search results
        networkInterfaceNoYesStringThe number of the network interface from which ACG will be removed
        networkInterfaceNo can be obtained through the getNetworkInterfaceList action.
        accessControlGroupNoList.NYesList<String>List of ACG numbers to be removed
        accessControlGroupNo can be obtained through the getAccessControlGroupList action.
        ex) accessControlGroupNoList.1=1234&accessControlGroupNoList.2=2345
        responseFormatTypeNoStringFormat type of the response results
        Options : xml | json
        Default : xml

        Response

        Response body

        Example

        Request Example

        GET {API_URL}/removeNetworkInterfaceAccessControlGroup
        ?regionCode=KR
        &networkInterfaceNo=***87
        &accessControlGroupNoList.1=***64
        HTTP

        Response Example

        <removeNetworkInterfaceAccessControlGroupResponse>
          <requestId>ee0c81c5-5d66-49df-857e-696619f1cf35</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <networkInterfaceList>
              <networkInterface>
                <networkInterfaceNo>***87</networkInterfaceNo>
                <networkInterfaceName>test-***</networkInterfaceName>
                <subnetNo>***43</subnetNo>
                <deleteOnTermination>false</deleteOnTermination>
                <isDefault>false</isDefault>
                <deviceName>eth1</deviceName>
                <networkInterfaceStatus>
                  <code>USED</code>
                  <codeName>used </codeName>
                </networkInterfaceStatus>
                <instanceType>
                  <code>VSVR</code>
                  <codeName>Server (VPC)</codeName>
                </instanceType>
                <instanceNo>***4299</instanceNo>
                <ip>***.***.1.7</ip>
                <macAddress>F2:20:***:***:8A:F5</macAddress>
                <accessControlGroupNoList>
                  <accessControlGroupNo>***63</accessControlGroupNo>
                </accessControlGroupNoList>
                <networkInterfaceDescription></networkInterfaceDescription>
                <secondaryIpList></secondaryIpList>
              </networkInterface>
            </networkInterfaceList>
        </removeNetworkInterfaceAccessControlGroupResponse>
        XML

        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.