Overview of the Cloud data streaming service
- Print
- PDF
Overview of the Cloud data streaming service
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
NAVER Cloud Platform is a cloud service built on the latest in NAVER's computing technologies and operational know-how.
The application program interfaces (APIs) that enable you to fully utilize the services and solutions provided by NAVER Cloud Platform are collectively referred to as NAVER Cloud Platform APIs.
NAVER Cloud Platform API is provided in the RESTful form when the HTTP GET/POST method is called.
Common settings
API URL
https://clouddatastreamingservice.apigw.ntruss.com/api/
Request headers
Header | Description |
---|---|
x-ncp-apigw-timestamp | - This is the number of milliseconds that have elapsed since 00:00:00, January 1, 1970 (UTC). - If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid. |
x-ncp-iam-access-key | API key issued from NAVER Cloud Platform or accessKey issued from IAM |
x-ncp-apigw-signature-v2 | - This is the signature used to encrypt the body of the example above with SecretKey that maps with AccessKey. - The HMAC encryption algorithm is HmacSHA256 |
For more information, see the NAVER Cloud Platform API Guide.
Response parameters
public class ResponseVo<T> {
private int code;
private String message;
private T result;
private String requestId;
}
Operation
Cluster
API name | Description |
---|---|
createCDSSCluster | Creating a cloud data streaming service cluster |
createCDSSClusterReturnServiceGroupInstancNo | Creating a Cloud data streaming service cluster (Return ID) |
getCDSSVersionList | Search the Cloud data streaming service Version |
getOsProductList | View the available OS list |
getNodeProductList | Search hardware specifications available in the manager and broker node |
getVpcList | View the available VPC list |
getSubnetList | View the list of available subnets |
deleteCDSSCluster | Delete the Cloud data streaming service cluster |
changeCountOfBrokerNode | Add the number of broker nodes of the Cloud data streaming service cluster |
restartAllServices | Restart all services |
restartCMAKService | Restart the CMAK service |
restartKafkaService | Restart the Kafka service |
restartKafkaServicePerNode | Restart the Kafka service for each node |
resetCMAKPassword | Initialize the CMAK connection password |
getClusterInfoList | Search the list of Cloud data streaming service clusters |
getClusterInfo | Search a single Cloud data streaming service cluster |
getClusterStatus | Search the Cloud data streaming service cluster status |
getClusterNodeList | Check the list of nodes of the Cloud data streaming service cluster |
getBrokerInfo | Check the broker node information of the Cloud data streaming service cluster |
getClusterAcgInfo | Check the ACG of the Cloud data streaming service cluster |
downloadCertificate | Download a certificate |
enablePublicDomain | Enable the public domain |
disablePublicDomain | Disable public domain |
getLoadBalancerInstanceList | View the load balancer list |
enableBrokerNodePublicEndpoint | Enable the public endpoint of the Broker node |
disableBrokerNodePublicEndpoint | Disable the public endpoint of the Broker node |
getNodeSpecDetail | Search the specifications by node group |
getNodeProductListForSpecChange | Search the specifications that can be changed for each node group |
changeSpecNode | Change Node specifications |
Monitoring
API name | Description |
---|---|
getCdssMonitoringData | Search the Cloud data streaming service monitoring data of the cluster or server |
getOsMonitoringData | Search the OS Monitoring data of the server |
ConfigGroup
API name | Description |
---|---|
createConfigGroup | Create a Cloud data streaming service config group |
deleteConfigGroup | Delete the Cloud data streaming service config group |
getKafkaConfigGroup | View information on the Cloud data streaming service config group |
setKafkaConfigGroupMemo | Edit the description of the Cloud data streaming service config group |
getKafkaVersionConfigGroupList | View available ConfigGroup information depending on the Kafka version of the Cloud data streaming service |
getConfigGroupUsingClusterList | View the list of clusters that are using ConfigGroup of the Cloud data streaming service |
getKafkaConfigGroupDetailList | View detailed Kafka settings of ConfigGroup of the Cloud data streaming service that can be changed |
setKafkaConfigGroupDetail | Edit detailed Config information of the Cloud data streaming service config group |
setClusterKafkaConfigGroup | Restart the cluster after applying the Cloud data streaming service config group to the cluster |
Was this article helpful?