Get Search Engine Cluster Data node
- Print
- PDF
Get Search Engine Cluster Data node
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Description
Check a list of Search Engine Cluster's nodes.
Request
Request URL
Request headers
Header | Description |
---|---|
x-ncp-apigw-timestamp | This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC. If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid. x-ncp-apigw-timestamp:{Timestamp} |
x-ncp-iam-access-key | This is the Access Key ID value issued by the Naver Cloud Platform portal.x-ncp-iam-access-key:{Account Access Key} |
x-ncp-apigw-signature-v2 | This is the signature encrypted Access Key ID value and Secret Key.x-ncp-apigw-signature-v2:{API Gateway Signature} |
Content-Type | Specifies the request body content type as application/jsonContent-Type: application/json |
Request parameters
Parameter | Type | Required status | Description |
---|---|---|---|
serviceGroupInstanceNo | String | Y | This is the cluster no. to search the list of data nodes. |
Request example
Response parameters
Field
Parameter Name | Type | Description |
---|---|---|
computeList | List<GetDataNodeListResponseDetailVo> | List of data nodes |
contractNo | Integer | Contract no. |
createdDate | DateTimeVo | Cluster creation date |
productCode | String | OS product code |
regionNo | Integer | No. of a region where the server is located |
serviceGroupInstanceNo | Integer | Cluster instance no. |
serviceGroupInstanceTypeCode | String | Cluster instance type |
serviceGroupName | String | Cluster name |
statusCode | String | Instance status code |
vpcNo | Integer | No. of a VPC where the server is located |
computeInstanceNo | Integer | Server instance number |
computeInstanceProductCode | String | Server instance's HW product code |
computeInstanceStatus | String | Server instance status code |
cpuCount | Integer | Number of vCPUs |
createdYmdt | DateTimeVo | Server creation date |
hostName | String | Server instance name |
macAddress | String | Server instance MAC address |
memorySize | Long | Memory size in Bytes |
nodeRoleCode | String | Server role code |
operationYmdt | DateTimeVo | Server operation time |
osInfo | String | OS information |
privateIp | String | Private IP address |
regionCode | String | Code of the region where the server is located |
regionName | String | Name of the region where the server is located |
regionNo | String | No. of the region where the server is located |
selfManaged | Boolean | Whether the Console Server tab is displayed |
serviceGroupInstanceNo | Integer | Cluster instance no. |
uuid | String | Server instance unique ID |
vpcName | String | Name of the VPC where the server is located |
vpcNo | Integer | No. of the VPC where the server is located |
subnetName | String | Name of the subnet where the server is located |
subnetNo | Integer | No. of the subnet where the server is located |
zoneName | String | Name of the zone where the server is located |
zoneNo | Integer | No. of the zone where the server is located |
formattedDate | Date | Creation date |
formattedDateTime | Date | Creation date and time |
utc | Long | Convert the UTC time created into milliseconds |
Response example
Was this article helpful?