deleteAccessControlGroup
    • PDF

    deleteAccessControlGroup

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Delete an ACG.

    Request

    Request parameter

    Parameter NameRequired StatusTypeRestrictionsDescription
    regionCodeNoStringRegion Code
    You can decide the region of the ACG to be deleted.
    The regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList query results.
    vpcNoYesStringVPC number
    This determines the VPC of the ACG to be deleted.
    vpcNo can be obtained through the getVpcList action.
    accessControlGroupNoYesStringThe number of the ACG to be deleted
    The accessControlGroupNo can be obtained through the getAccessControlGroupList action.
    responseFormatTypeNoStringFormat type for the response result
    Options : xml | json
    Default : xml

    Response

    Response data type

    • AccessControlGroupList type
    AccessControlGroupList extends CommonResponse
    private Integer totalRows;
    private List accessControlGroupList = new ArrayList<>();
    AccessControlGroup
    private String accessControlGroupNo;
    private String accessControlGroupName;
    private Boolean isDefault;
    private String vpcNo;
    private CommonCode accessControlGroupStatus;
    private String accessControlGroupDescription;

    Example

    Request example

    ncloud vserver deleteAccessControlGroup --regionCode KR --vpcNo ***04 --accessControlGroupNo ***63
    

    Response example

    <deleteAccessControlGroupResponse>
      <requestId>e7b41cdc-0168-4d2b-8efd-0f94f1680cd5</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>TERMT</code>
            <codeName>terminate</codeName>
          </accessControlGroupStatus>
          <accessControlGroupDescription></accessControlGroupDescription>
        </accessControlGroup>
      </accessControlGroupList>
    </deleteAccessControlGroupResponse>
    

    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.