Overview of the Search Engine Service
- Print
- PDF
Overview of the Search Engine 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://vpcsearchengine.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
Cluster
API name | Description |
---|---|
createSearchEngineCluster | Create the Search Engine Cluster |
getSearchEngineVersionList | View the Search Engine Version |
getOsProductList | View the available OS list |
getNodeProductList | Search the hardware specifications available in the manager and master node |
getVpcList | View the available VPC list |
getSubnetList | View the list of available subnets |
deleteSearchEngineCluster | Delete the Search Engine Cluster |
changeCountOfDataNode | Add the number of data nodes of the Search Engine Cluster |
restartSearchEngineCluster | Restart the Search Engine Cluster |
resetSearchEngineUserPassword | Initialize the Search Engine User password |
getClusterInfoList | View the Search Engine Cluster list |
getClusterNodeList | Check the Search Engine Cluster node list |
getClusterAcgDetail | Check ACG of the Search Engine Cluster |
getNodeSpecDetail | Search the specifications of each Search Engine Cluster node group |
getNodeProductListForSpecChange | Search the specifications that can be changed for each Search Engine Cluster node group |
changeSpecNode | Change the node specifications of the Search Engine Cluster |
getLoginKeyList | View authentication key list |
Dashboard
API name | Description |
---|---|
getDashboardInformation | Search cluster information (cluster status, information on the index created) |
Monitoring
API name | Description |
---|---|
getSearchEngineMonitoringData | Search the monitoring data of the Search Engine cluster or server |
getOsMonitoringData | Search the OS Monitoring data of the server |
Snapshot
API name | Description |
---|---|
createSnapshot | Create snapshot |
getSnapshotHistory | View the Snapshot creation history |
updateAPIAuthenticationKey | Set the API certification key |
getBucketList | View the bucket list |
setSnapshotScheduling | Set Snapshot Scheduling |
releaseSnapshotScheduling | Release the Snapshot Scheduling setting |
getSnapshotSchedulingHistory | View snapshot schedule creation history |
Import
API name | Description |
---|---|
createDataImportJob | Execute data import |
stopDataImportJob | Stop data import |
getBucketList | View the bucket list |
getDataImportHistory | View the Data Import history |
Was this article helpful?