브로커 노드 정보 확인
    • PDF

    브로커 노드 정보 확인

    • PDF

    Article Summary

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

    설명

    Cloud Data Streaming Service Cluster의 브로커 노드 정보를 확인합니다.

    요청

    요청 URL

    GET https://clouddatastreamingservice.apigw.ntruss.com/api/v1/cluster/getBrokerInfo/{service-group-instance-no} [KR]
    GET https://clouddatastreamingservice.apigw.ntruss.com/api/sgn-v1/cluster/getBrokerInfo/{service-group-instance-no} [SGN]
    GET https://clouddatastreamingservice.apigw.ntruss.com/api/jpn-v1/cluster/getBrokerInfo/{service-group-instance-no} [JPN]
    

    요청 헤더

    헤더명설명
    x-ncp-apigw-timestamp- 1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간을 밀리초(Millisecond)로 나타냄
    - API Gateway 서버와 시간 차가 5분 이상 나는 경우 유효하지 않은 요청으로 간주
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-key네이버 클라우드 플랫폼 포털에서 발급받은 Access Key ID 값
    x-ncp-iam-access-key:{Account Access Key}
    x-ncp-apigw-signature-v2Access Key ID 값과 Secret Key로 암호화한 서명
    x-ncp-apigw-signature-v2:{API Gateway Signature}
    Content-TypeRequest body content type을 application/json으로 지정
    Content-Type: application/json

    요청 파라미터

    파라미터타입필수 여부설명
    serviceGroupInstanceNoStringY브로커 노드 정보를 확인할 Cluster 번호

    요청 예시

    GET https://clouddatastreamingservice.apigw.ntruss.com/api/v1/cluster/getBrokerInfo/1484848
    HOST: clouddatastreamingservice.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-signature-v2: zq0FrtlU8JZJi9esTK31bCQUNG3H+jo4CMjMkJDoWSc=
    x-ncp-apigw-timestamp: 1593848345548
    x-ncp-iam-access-key: 7fIvgFY428mtY6sY8maw
    
    curl -X GET "https://clouddatastreamingservice.apigw.ntruss.com/api/v1/cluster/getBrokerInfo/1484848" \
    -H "accept: application/json" \
    -H "Content-Type: application/json" \
    -H "x-ncp-iam-access-key: 7fIvgFY428mtY6sY8maw" \
    -H "x-ncp-apigw-timestamp: 1601971222179" \
    -H "x-ncp-apigw-signature-v2: zrCelnR48AADdK/uh6Xe3yy468i8KpQoewYHUmeqYh4=" 
    

    응답 파라미터

    public class GetBrokerNodeListsResponseVo {
        String brokerNodeList;
        String brokerTlsNodeList;
        String publicEndpointBrokerNodeList;
        String publicEndpointBrokerNodeListenerPortList;
        String publicEndpointBrokerTlsNodeList;
        String publicEndpointBrokerTlsNodeListenerPortList;
        String localDnsList;
        String localDnsTlsList;
        String zookeeperList;
    }
    

    필드

    파라미터명타입설명
    brokerNodeListString브로커 노드 목록(9092port)
    brokerTlsNodeListString브로커 노드 목록(9093port) (TLS)
    publicEndpointBrokerNodeListString브로커 노드 Public Endpoint 목록
    publicEndpointBrokerNodeListenerPortListString브로커 노드 Public Endpoint 설정 리스너 목록
    publicEndpointBrokerTlsNodeListString브로커 노드 Public Endpoint 목록 (TLS)
    publicEndpointBrokerTlsNodeListenerPortListString브로커 노드 Public Endpoint 설정 리스너 목록 (TLS)
    localDnsListStringhosts 파일 수정 내용(사설IP Hostname 형태)
    localDnsTlsListStringhosts 파일 수정 내용(공인IP Hostname 형태) (TLS)
    zookeeperListString주키퍼 노드 목록(2181port)

    응답 예시

    {
      "code": 0,
      "message": "SUCCESS",
      "result": {
        "brokerNodeList": "10.0.200.14:9092,10.0.200.15:9092,10.0.200.16:9092",
        "brokerTlsNodeList": "test-220526-1-b-19ba:9093,test-220526-1-b-19bb:9093,test-220526-1-b-19bc:9093",
        "publicEndpointBrokerNodeList": "kimdong-kafka-lb-9891840-8fc81ef1c280.kr.lb.naverncp.com:9100,kimdong-kafka-lb-9891840-8fc81ef1c280.kr.lb.naverncp.com:9101,kimdong-kafka-lb-9891840-8fc81ef1c280.kr.lb.naverncp.com:9102",
        "publicEndpointBrokerNodeListenerPortList": "test-220526-1-b-19ba 9100\ntest-220526-1-b-19bb 9101\ntest-220526-1-b-19bc 9102\n",
        "publicEndpointBrokerTlsNodeList": "test-220526-1-b-19ba:9300,test-220526-1-b-19bb:9301,test-220526-1-b-19bc:9302",
        "publicEndpointBrokerTlsNodeListenerPortList": "test-220526-1-b-19ba 9300\ntest-220526-1-b-19bb 9301\ntest-220526-1-b-19bc 9302\n",
        "localDnsList": "10.0.200.14 test-220526-1-b-19ba\n10.0.200.15 test-220526-1-b-19bb\n10.0.200.16 test-220526-1-b-19bc\n",
        "localDnsTlsList": "175.106.103.181 test-220526-1-b-19ba\n175.106.103.181 test-220526-1-b-19bb\n175.106.103.181 test-220526-1-b-19bc\n",
        "zookeeperList": "10.0.200.14:2181,10.0.200.15:2181,10.0.200.16:2181"
      },
      "requestId": "7be2b2bc-67ae-4829-b93c-a7eb904152f7"
    }
    

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

    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.