MENU
      Change the node specifications of the Search Engine Cluster

        Change the node specifications of the Search Engine Cluster


        Article summary

        Available in VPC

        Description

        Change the specifications of each node group of the Search Engine Cluster.

        Requests

        Request URL

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

        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 API 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
        dataNodeProductCodeStringNProductCode of the Cluster Data Node Group to change
        masterNodeProductCodeStringNProductCode of the Cluster Master Node Group to change

        Request examples

        POST https://vpcsearchengine.apigw.ntruss.com/api/v2/cluster/changeSpecNode/123456
        HOST: vpcsearchengine.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.VELST.STAND.C002.M008.NET.SSD.B050.G002",
           "dataNodeProductCode" : "SVR.VELST.STAND.C002.M008.NET.SSD.B050.G002",
           "masterNodeProductCode": "SVR.VELST.STAND.C002.M008.NET.SSD.B050.G002"
        }
        HTTP
        curl -X POST "https://vpcsearchengine.apigw.ntruss.com/api/v2/cluster/changeSpecNode/2715569" \
        -H "accept: application/json" \
        -H "Content-Type: application/json" \
        -H "x-ncp-iam-access-key: ANJNnR1jz1gUzaiS0aV2" \
        -H "x-ncp-apigw-timestamp: 1670332553041" \
        -H "x-ncp-apigw-signature-v2: ZcFmB0KHG+KpBllfmACkhI1Up5CQOrumzBb4OAV4F8w=" \
        -d "{ \"managerNodeProductCode\": \"SVR.VELST.STAND.C002.M008.NET.SSD.B050.G002\", \"dataNodeProductCode\": \"SVR.VELST.STAND.C002.M008.NET.SSD.B050.G002\", \"masterNodeProductCode\": \"SVR.VELST.STAND.C002.M008.NET.SSD.B050.G002\"}"
        Bash

        Response parameters

        public class Result {
         private Boolean isAllPossible;
        }
        Java

        Field

        ParametersTypeDescription
        isAllPossibleBooleanWhether specifications are successfully changed

        Response examples

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

        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.