MENU
      deleteTargetGroups

        deleteTargetGroups


        기사 요약

        VPC 환경에서 이용 가능합니다.

        개요

        타겟 그룹을 삭제합니다. 사용중인 타겟 그룹은 삭제할 수 없습니다.

        요청

        요청 파라미터

        파라미터명필수 여부타입제약 사항설명
        regionCodeNoString- 리전 코드
        삭제할 타겟 그룹 리스트의 리전(Region) 결정 가능
        regionCode는 getRegionList 액션을 통해 획득 가능
        Default : getRegionList 조회 결과의 첫 번째 리전을 선택
        targetGroupNoList.NYesList<String>- 삭제할 타겟 그룹 번호 리스트
        targetGroupNo는 getTargetGroupList 액션을 통해 획득 가능
        ex) targetGroupNoList.1=1234&targetGroupNoList.2=2345
        responseFormatTypeNoString- 응답 결과의 포맷 타입
        Options : xml | json
        Default : xml

        응답

        응답 데이터 타입

        • TargetGroupList 타입
        TargetGroupList extends CommonResponse
        private Integer totalRows;
        private List targetGroupList = new ArrayList<>();
        TargetGroup
        private String targetGroupNo;
        private String targetGroupName;
        private CommonCode targetType;
        private String vpcNo;
        private CommonCode targetGroupProtocolType;
        private Integer targetGroupPort;
        private String targetGroupDescription;
        private Boolean useStickySession;
        private Boolean useProxyProtocol;
        private CommonCode algorithmType;
        private Date createDate;
        private String regionCode;
        private String loadBalancerInstanceNo;
        private CommonCode healthCheckProtocolType;
        private Integer healthCheckPort;
        private String healthCheckUrlPath;
        private CommonCode healthCheckHttpMethodType;
        private Integer healthCheckCycle;
        private Integer healthCheckUpThreshold;
        private Integer healthCheckDownThreshold;
        private TargetNoList targetNoList;
        TargetNoList
        private List targetNoList = new ArrayList<>();

        예시

        요청 예시

        ncloud vloadbalancer deleteTargetGroups --regionCode KR --targetGroupNoList ***095
        Plain text

        응답 예시

        <deleteTargetGroupsResponse>
          <requestId>b644e5ed-6ca8-48d5-9b7f-2a3549ef3c96</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <targetGroupList>
            <targetGroup>
              <targetGroupNo>***095</targetGroupNo>
              <targetGroupName>test-***</targetGroupName>
              <targetType>
                <code>VSVR</code>
                <codeName>Server (VPC)</codeName>
              </targetType>
              <vpcNo>***04</vpcNo>
              <targetGroupProtocolType>
                <code>HTTP</code>
                <codeName>HTTP protocol</codeName>
              </targetGroupProtocolType>
              <targetGroupPort>80</targetGroupPort>
              <targetGroupDescription></targetGroupDescription>
              <useStickySession>false</useStickySession>
              <useProxyProtocol>false</useProxyProtocol>
              <algorithmType>
                <code>RR</code>
                <codeName>Round Robin</codeName>
              </algorithmType>
              <createDate>2020-12-17T21:06:45+0900</createDate>
              <regionCode>KR</regionCode>
              <loadBalancerInstanceNo></loadBalancerInstanceNo>
              <healthCheckProtocolType>
                <code>HTTP</code>
                <codeName>HTTP protocol</codeName>
              </healthCheckProtocolType>
              <healthCheckPort>80</healthCheckPort>
              <healthCheckUrlPath>/</healthCheckUrlPath>
              <healthCheckHttpMethodType>
                <code>GET</code>
                <codeName>get</codeName>
              </healthCheckHttpMethodType>
              <healthCheckCycle>30</healthCheckCycle>
              <healthCheckUpThreshold>2</healthCheckUpThreshold>
              <healthCheckDownThreshold>2</healthCheckDownThreshold>
              <targetNoList/>
            </targetGroup>
          </targetGroupList>
        </deleteTargetGroupsResponse>
        XML

        이 문서가 도움이 되었습니까?

        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.