Overview of the Search Engine Service
    • PDF

    Overview of the Search Engine Service

    • PDF

    Article Summary

    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

    HeaderDescription
    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-keyAPI key issued from NAVER Cloud Platform or accessKey issued from IAM
    x-ncp-apigw-signature-v2This 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 nameDescription
    createSearchEngineClusterCreate the Search Engine Cluster
    getSearchEngineVersionListView the Search Engine Version
    getOsProductListView the available OS list
    getNodeProductListSearch the hardware specifications available in the manager and master node
    getVpcListView the available VPC list
    getSubnetListView the list of available subnets
    deleteSearchEngineClusterDelete the Search Engine Cluster
    changeCountOfDataNodeAdd the number of data nodes of the Search Engine Cluster
    restartSearchEngineClusterRestart the Search Engine Cluster
    resetSearchEngineUserPasswordInitialize the Search Engine User password
    getClusterInfoListView the Search Engine Cluster list
    getClusterNodeListCheck the Search Engine Cluster node list
    getClusterAcgDetailCheck ACG of the Search Engine Cluster
    getNodeSpecDetailSearch the specifications of each Search Engine Cluster node group
    getNodeProductListForSpecChangeSearch the specifications that can be changed for each Search Engine Cluster node group
    changeSpecNodeChange the node specifications of the Search Engine Cluster
    getLoginKeyListView authentication key list

    Dashboard

    API nameDescription
    getDashboardInformationSearch cluster information (cluster status, information on the index created)

    Monitoring

    API nameDescription
    getSearchEngineMonitoringDataSearch the monitoring data of the Search Engine cluster or server
    getOsMonitoringDataSearch the OS Monitoring data of the server

    Snapshot

    API nameDescription
    createSnapshotCreate snapshot
    getSnapshotHistoryView the Snapshot creation history
    updateAPIAuthenticationKeySet the API certification key
    getBucketListView the bucket list
    setSnapshotSchedulingSet Snapshot Scheduling
    releaseSnapshotSchedulingRelease the Snapshot Scheduling setting
    getSnapshotSchedulingHistoryView snapshot schedule creation history

    Import

    API nameDescription
    createDataImportJobExecute data import
    stopDataImportJobStop data import
    getBucketListView the bucket list
    getDataImportHistoryView the Data Import history

    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.