MENU
      Cloud Data Streaming Service 개요

        Cloud Data Streaming Service 개요


        기사 요약

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

        개요

        네이버 클라우드 플랫폼은 NAVER의 최신 컴퓨팅 기술과 운영 노하우가 축적된 클라우드 서비스입니다.
        네이버 클라우드 플랫폼에서 제공하는 서비스와 솔루션을 활용할 수 있도록 지원하는 응용 프로그램 인터페이스(API)를 네이버 클라우드 플랫폼 API라고 합니다.
        네이버 클라우드 플랫폼 API는 RESTful 형태로 제공되며 HTTP 방식의 GET/POST 메서드 호출을 통해서 이루어집니다.

        공통 설정

        API URL

        https://clouddatastreamingservice.apigw.ntruss.com/api/
        Bash

        요청 헤더

        헤더명설명
        x-ncp-apigw-timestamp- 1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간을 밀리초(Millisecond)로 나타낸 것
        - API Gateway 서버와 시간 차가 5분 이상 나는 경우 유효하지 않은 요청으로 간주
        x-ncp-iam-access-key네이버 클라우드 플랫폼에서 발급받은 API Key 또는 IAM에서 발급받은 AccessKey
        x-ncp-apigw-signature-v2- 위 예제의 Body를 AccessKey와 맵핑되는 SecretKey로 암호화한 서명
        - HMAC 암호화 알고리즘은 HmacSHA256 사용

        자세한 내용은 NAVER Cloud Platform API 가이드를 참고해 주십시오.

        응답 파라미터

        public class ResponseVo<T> {
                private int code;
                private String message;
                private T result;
                private String requestId;
        }
        Java

        오퍼레이션

        Cluster

        API명설명
        createCDSSClusterCloud Data Streaming Service Cluster 생성
        createCDSSClusterReturnServiceGroupInstancNoCloud Data Streaming Service Cluster 생성 (Return ID)
        getCDSSVersionListCloud Data Streaming Service Version 조회
        getOsProductList사용할 수 있는 OS 목록 조회
        getNodeProductList매니저, 브로커 노드에서 사용할 수 있는 하드웨어 스펙 조회
        getVpcList사용할 수 있는 VPC 목록 조회
        getSubnetList사용할 수 있는 Subnet 목록 조회
        deleteCDSSClusterCloud Data Streaming Service Cluster 삭제
        changeCountOfBrokerNodeCloud Data Streaming Service Cluster의 브로커 노드 수 추가
        restartAllServices전체 서비스 재시작
        restartCMAKServiceCMAK 서비스 재시작
        restartKafkaServiceKafka 서비스 재시작
        restartKafkaServicePerNode노드별 Kafka 서비스 재시작
        resetCMAKPasswordCMAK 접속 패스워드 초기화
        getClusterInfoListCloud Data Streaming Service Cluster 목록 조회
        getClusterInfoCloud Data Streaming Service Cluster 단건 조회
        getClusterStatusCloud Data Streaming Service Cluster 상태 조회
        getClusterNodeListCloud Data Streaming Service Cluster의 노드 목록 확인
        getBrokerInfoCloud Data Streaming Service Cluster의 브로커 노드 정보 확인
        getClusterAcgInfoCloud Data Streaming Service Cluster의 ACG 확인
        downloadCertificate인증서 다운로드
        enablePublicDomainPublic Domain 활성화
        disablePublicDomainPublic Domain 비활성화
        getLoadBalancerInstanceList로드밸런서 목록 조회
        enableBrokerNodePublicEndpointBroker 노드의 Public Endpoint 활성화
        disableBrokerNodePublicEndpointBroker 노드의 Public Endpoint 비활성화
        getNodeSpecDetail노드 그룹별 스펙 조회
        getNodeProductListForSpecChange노드 그룹별 변경 가능 스펙 조회
        changeSpecNode노드 스펙 변경

        Monitoring

        API명설명
        getCdssMonitoringDataCluster 또는 서버의 Cloud Data Streaming Service Monitoring 데이터 조회
        getOsMonitoringData서버의 OS Monitoring 데이터 조회

        ConfigGroup

        API명설명
        createConfigGroupCloud Data Streaming Service Config Group을 생성
        deleteConfigGroupCloud Data Streaming Service Config Group을 삭제
        getKafkaConfigGroupCloud Data Streaming Service Config Group의 정보를 조회
        setKafkaConfigGroupMemoCloud Data Streaming Service Config Group의 Description 수정
        getKafkaVersionConfigGroupListCloud Data Streaming Service의 KafkaVersion에 따라 사용 가능한 ConfigGroup정보 조회
        getConfigGroupUsingClusterListCloud Data Streaming Service의 ConfigGroup을 사용 중인 Cluster 목록 조회
        getKafkaConfigGroupDetailListCloud Data Streaming Service의 ConfigGroup의 변경 가능한 Kafka 상세 설정 조회
        setKafkaConfigGroupDetailCloud Data Streaming Service Config Group의 Config상세 정보 수정
        setClusterKafkaConfigGroupCloud Data Streaming Service Config Group을 Cluster에 적용 후 Cluster 재시작

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

        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.