Change Node specifications
    • PDF

    Change Node specifications

    • PDF

    Article Summary

    Available in VPC

    Description

    Change the specifications of each node group of the Cloud Data Streaming Service.

    Requests

    Request URL

    POST https://clouddatastreamingservice.apigw.ntruss.com/api/v1/cluster/changeSpecNode/{serviceGroupInstanceNo} [KR]
    POST https://clouddatastreamingservice.apigw.ntruss.com/api/sgn-v1/cluster/changeSpecNode/{serviceGroupInstanceNo} [SGN]
    POST https://clouddatastreamingservice.apigw.ntruss.com/api/jpn-v1/cluster/changeSpecNode/{serviceGroupInstanceNo} [JPN]
    

    Request headers

    HeaderDescription
    x-ncp-apigw-timestamp- This is the time that has elapsed since 00:00:00, January 1, 1970 (UTC) in milliseconds. If the time difference compared to the PI Gateway server is more than 5 minutes, the request is considered invalid.
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-keyAccess Key ID value issued by the NAVER Cloud Platform portal
    x-ncp-iam-access-key:{Account Access Key}
    x-ncp-apigw-signature-v2Signature encrypted with the Access Key ID value and Secret Key
    x-ncp-apigw-signature-v2:{API Gateway Signature}
    Content-TypeThe request body content type is specified as application/json
    Content-Type: application/json

    Request parameters

    ParameterTypeRequirement statusDescription
    serviceGroupInstanceNoStringYServiceGroupInstanceNo of the cluster to change
    managerNodeProductCodeStringNProductCode of the Cluster Manager Node Group to change
    brokerNodeProductCodeStringNProductCode of the Cluster Broker Node Group to change

    Request examples

    POST https://clouddatastreamingservice.apigw.ntruss.com/api/v1/cluster/changeSpecNode/123456
    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
    { 
       "managerNodeProductCode" : "SVR.VCDSS.STAND.C002.M008.NET.SSD.B050.G002",
       "brokerNodeProductCode" : "SVR.VCDSS.STAND.C002.M008.NET.SSD.B050.G002"
    }
    
    curl -X POST "https://clouddatastreamingservice.apigw.ntruss.com/api/v1/cluster/changeSpecNode/123456" \
    -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=" \
    -d "{ \"managerNodeProductCode\": \"SVR.VCDSS.STAND.C002.M008.NET.SSD.B050.G002\", \"brokerNodeProductCode\": \"SVR.VCDSS.STAND.C002.M008.NET.SSD.B050.G002\"}"
    

    Response parameters

    public class Result {
     private Boolean isAllPossible;
    }
    

    Field

    ParametersTypeDescription
    isAllPossibleBooleanWhether specifications are successfully changed

    Response examples

    {
      "code": 0,
      "message": "SUCCESS",
      "result": {
        "isAllPossible": true
      },
      "requestId": "a7e996d8-025f-444e-a627-89f739216b6f"
    }
    

    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.