Search the specifications of each Search Engine Cluster node group
    • PDF

    Search the specifications of each Search Engine Cluster node group

    • PDF

    Article Summary

    Available in VPC

    Description

    Search the specifications of the Search Engine Cluster by node group.

    Requests

    Request URL

    GET https://vpcsearchengine.apigw.ntruss.com/api/v2/cluster/getNodeSpecDetail/{serviceGroupInstanceNo} [KR]
    GET https://vpcsearchengine.apigw.ntruss.com/api/sgn-v2/cluster/getNodeSpecDetail/{serviceGroupInstanceNo} [SGN]
    GET https://vpcsearchengine.apigw.ntruss.com/api/jpn-v2/cluster/getNodeSpecDetail/{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 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 view

    Request examples

    GET https://vpcsearchengine.apigw.ntruss.com/api/v2/cluster/getNodeSpecDetail/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
    
    curl -X GET "https://vpcsearchengine.apigw.ntruss.com/api/v2/cluster/getNodeSpecDetail/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="
    

    Response parameters

    public class Result {
     private String clusterName;
     private Integer serviceGroupInstanceNo;
     private String softwareProductCode;
     private String managerNodeProductName;
     private String managerNodeProductCode;
     private String dataNodeProductName;
     private String dataNodeProductCode;
     private String masterNodeProductName;
     private String masterNodeProductCode;
    }
    

    Field

    ParametersTypeDescription
    clusterNameStringCluster name
    serviceGroupInstanceNoIntegerUnique number of the cluster
    softwareProductCodeStringS/W ProductCode of the cluster
    managerNodeProductNameStringManager Node H/W ProductCode name
    managerNodeProductCodeStringManager Node H/W ProductCode
    dataNodeProductNameStringData node H/W ProductCode name
    dataNodeProductCodeStringdata Node H/W ProductCode
    masterNodeProductNameStringMaster node H/W ProductCode name
    masterNodeProductCodeStringMaster Node H/W ProductCode

    Response examples

    {
      "code": 0,
      "message": "SUCCESS",
      "result": {
        "clusterName": "apitest",
        "serviceGroupInstanceNo": 2715569,
        "softwareProductCode": "SW.VELST.OS.LNX64.CNTOS.0708.B050",
        "managerNodeProductName": "vCPU 2EA, Memory 4GB, [SSD] Disk 50GB",
        "managerNodeProductCode": "SVR.VELST.HICPU.C002.M004.NET.SSD.B050.G002",
        "dataNodeProductName": "vCPU 2EA, Memory 4GB, [SSD] Disk 50GB",
        "dataNodeProductCode": "SVR.VELST.HICPU.C002.M004.NET.SSD.B050.G002",
        "masterNodeProductName": "vCPU 2EA, Memory 4GB, [SSD] Disk 50GB",
        "masterNodeProductCode": "SVR.VELST.HICPU.C002.M004.NET.SSD.B050.G002"
      },
      "requestId": "d3e78486-6ab7-4631-9a78-73bf826f4ea0"
    }
    

    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.