[ { "desc":"Welcome to Cloud Search Service (CSS) API Reference. CSS is a fully managed, distributed search service that enables you to perform quick, real-time search on both struct", "product_code":"css", "title":"Before You Start", "uri":"css_03_0001.html", "doc_type":"api", "p_code":"", "code":"1" }, { "desc":"CSS APIs comply with RESTful API design specifications. You can use the functions described in Table 1 by calling the corresponding APIs.", "product_code":"css", "title":"API Overview", "uri":"css_03_0057.html", "doc_type":"api", "p_code":"", "code":"2" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Calling APIs", "uri":"css_03_0077.html", "doc_type":"api", "p_code":"", "code":"3" }, { "desc":"This section describes the structure of a RESTful API request, and uses the IAM API for obtain a user token as an example to describe how to call an API.A request URI is ", "product_code":"css", "title":"Making an API Request", "uri":"css_03_0078.html", "doc_type":"api", "p_code":"3", "code":"4" }, { "desc":"You can use either of the following authentication methods when calling APIs:AK/SK-based authentication: Requests are encrypted using AK/SK pairs.Token authentication: Re", "product_code":"css", "title":"Authentication", "uri":"css_03_0079.html", "doc_type":"api", "p_code":"3", "code":"5" }, { "desc":"After sending a request, you will receive a response containing the status code, response header, and response body.A status code is a group of digits, ranging from 1xx t", "product_code":"css", "title":"Returned Values", "uri":"css_03_0080.html", "doc_type":"api", "p_code":"3", "code":"6" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"APIs", "uri":"css_03_0097.html", "doc_type":"api", "p_code":"", "code":"7" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Cluster Management", "uri":"cluster_management.html", "doc_type":"api", "p_code":"7", "code":"8" }, { "desc":"This API is used to create a cluster.POST /v1.0/{project_id}/clustersStatus code: 200Example request for creating a pay-per-use cluster.Status code: 200Request succeeded.", "product_code":"css", "title":"Creating a cluster", "uri":"CreateCluster.html", "doc_type":"api", "p_code":"8", "code":"9" }, { "desc":"This API is used to query and display the cluster list and cluster status.GET /v1.0/{project_id}/clustersNoneStatus code: 200Query the first two clusters.- Method 1: GET ", "product_code":"css", "title":"Querying the Cluster List", "uri":"ListClustersDetails.html", "doc_type":"api", "p_code":"8", "code":"10" }, { "desc":"This API is used to query and display the details of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}NoneStatus code: 200Whether the details of a cluster are obtain", "product_code":"css", "title":"Querying Cluster Details", "uri":"ShowClusterDetail.html", "doc_type":"api", "p_code":"8", "code":"11" }, { "desc":"This API is used to delete a cluster. All resources of the deleted cluster, including customer data, will be released. If you want to retain the data in a customer cluste", "product_code":"css", "title":"Deleting a Cluster", "uri":"DeleteCluster.html", "doc_type":"api", "p_code":"8", "code":"12" }, { "desc":"This API is used to change the name of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/changenameNoneChange the display name of the current cluster.NoneSee Error ", "product_code":"css", "title":"Renaming a Cluster", "uri":"UpdateClusterName.html", "doc_type":"api", "p_code":"8", "code":"13" }, { "desc":"This API is used to change the password of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/password/resetNoneChange the administrator password of the current clus", "product_code":"css", "title":"Changing the Password of a Cluster", "uri":"ResetPassword.html", "doc_type":"api", "p_code":"8", "code":"14" }, { "desc":"This API is used to restart a data node in a cluster, which will interrupt services. To restart all nodes in a cluster, you are advised to use [Restart Cluster V2] (Resta", "product_code":"css", "title":"Restarting a Cluster (Deprecated)", "uri":"RestartCluster.html", "doc_type":"api", "p_code":"8", "code":"15" }, { "desc":"This API is used to add instances to a cluster (only Elasticsearch instances can be added). This API can only scale out clusters that only have common nodes. Clusters wit", "product_code":"css", "title":"Scaling Out a Cluster", "uri":"UpdateExtendCluster.html", "doc_type":"api", "p_code":"8", "code":"16" }, { "desc":"This API is used to add instances of different types and expand instance storage capacity in a cluster. This API is available for clusters with master, client, or cold da", "product_code":"css", "title":"Adding Instances and Expanding Instance Storage Capacity", "uri":"UpdateExtendInstanceStorage.html", "doc_type":"api", "p_code":"8", "code":"17" }, { "desc":"This API is used to modify the specifications of a cluster. Only the nodes of the ESS type can be modified.POST /v1.0/{project_id}/clusters/{cluster_id}/flavorNonePOST /v", "product_code":"css", "title":"Changing Specifications", "uri":"UpdateFlavor.html", "doc_type":"api", "p_code":"8", "code":"18" }, { "desc":"This API is used to query and display the IDs of supported instance specifications.GET /v1.0/{project_id}/es-flavorsNoneStatus code: 200Obtain the specifications of all i", "product_code":"css", "title":"Obtaining the Instance Specifications List", "uri":"ListFlavors.html", "doc_type":"api", "p_code":"8", "code":"19" }, { "desc":"This API is used to query all tags in a specified region.GET /v1.0/{project_id}/{resource_type}/tagsNoneStatus code: 200Query all CSS cluster tags in a project.Status cod", "product_code":"css", "title":"Querying All Tags", "uri":"ListClustersTags.html", "doc_type":"api", "p_code":"8", "code":"20" }, { "desc":"This API is used to query the tags of a specified cluster.GET /v1.0/{project_id}/{resource_type}/{cluster_id}/tagsNoneStatus code: 200Query the tags of a cluster.Status c", "product_code":"css", "title":"Querying Tags of a Specified Cluster", "uri":"ShowClusterTag.html", "doc_type":"api", "p_code":"8", "code":"21" }, { "desc":"This API is used to add tags to a cluster.POST /v1.0/{project_id}/{resource_type}/{cluster_id}/tagsNoneCreate a cluster tag.NoneSee Error Codes.", "product_code":"css", "title":"Adding Tags to a Cluster", "uri":"CreateClustersTags.html", "doc_type":"api", "p_code":"8", "code":"22" }, { "desc":"This API is used to delete a cluster tag.DELETE /v1.0/{project_id}/{resource_type}/{cluster_id}/tags/{key}NoneNoneNoneNoneSee Error Codes.", "product_code":"css", "title":"Deleting a Cluster Tag", "uri":"DeleteClustersTags.html", "doc_type":"api", "p_code":"8", "code":"23" }, { "desc":"This API is used to add tags to or delete tags from a cluster in batches.POST /v1.0/{project_id}/{resource_type}/{cluster_id}/tags/actionNoneCreate or delete cluster tags", "product_code":"css", "title":"Adding or Deleting Cluster Tags in Batches", "uri":"UpdateBatchClustersTags.html", "doc_type":"api", "p_code":"8", "code":"24" }, { "desc":"This API is used to scale in a cluster by removing a specified node. Yearly/Monthly clusters do not support the removal of specified nodes by calling this API.POST /v1.0/", "product_code":"css", "title":"Scaling In a Cluster by Removing a Specific Node", "uri":"UpdateShrinkNodes.html", "doc_type":"api", "p_code":"8", "code":"25" }, { "desc":"This API is used to modify cluster specifications. Supported node types:ess: data nodeess: data nodeess-cold: cold data nodeess-cold: cold data nodeess-client: client nod", "product_code":"css", "title":"Change the specifications of a specified node type.", "uri":"UpdateFlavorByType.html", "doc_type":"api", "p_code":"8", "code":"26" }, { "desc":"This API is used to remove instances of specific types and reduce instance storage capacity in a cluster. Yearly/Monthly clusters do not support the removal of specified ", "product_code":"css", "title":"Scaling In Nodes of a Specific Type", "uri":"UpdateShrinkCluster.html", "doc_type":"api", "p_code":"8", "code":"27" }, { "desc":"This API is used to download a security certificate.GET /v1.0/{project_id}/cer/downloadNoneStatus code: 200Download the security certificate.Status code: 200Request succe", "product_code":"css", "title":"Downloading a Security Certificate", "uri":"DownloadCert.html", "doc_type":"api", "p_code":"8", "code":"28" }, { "desc":"This API is used to replace a failed node.PUT /v1.0/{project_id}/clusters/{cluster_id}/instance/{instance_id}/replaceNoneNoneNoneSee Error Codes.", "product_code":"css", "title":"Replacing a Node", "uri":"UpdateInstance.html", "doc_type":"api", "p_code":"8", "code":"29" }, { "desc":"This API is used to configure the security mode of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/mode/changeNoneChange the security mode of the current cluster.", "product_code":"css", "title":"Configuring the Security Mode.", "uri":"ChangeMode.html", "doc_type":"api", "p_code":"8", "code":"30" }, { "desc":"This API is used to add dedicated master and client nodes to an existing cluster that previously does not have such nodes.POST /v1.0/{project_id}/clusters/{cluster_id}/ty", "product_code":"css", "title":"Adding Independent Masters and Clients", "uri":"AddIndependentNode.html", "doc_type":"api", "p_code":"8", "code":"31" }, { "desc":"This API is used to upgrade Elasticsearch from an earlier version to a later version or the same version.POST /v1.0/{project_id}/clusters/{cluster_id}/inst-type/{inst_typ", "product_code":"css", "title":"Upgrading a Cluster Kernel", "uri":"UpgradeCore.html", "doc_type":"api", "p_code":"8", "code":"32" }, { "desc":"This API is used to obtain the ID of an image that can be upgraded in the current cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/target/{upgrade_type}/imagesNoneSta", "product_code":"css", "title":"Obtaining the ID of the Target Image to Upgrade To", "uri":"ListImages.html", "doc_type":"api", "p_code":"8", "code":"33" }, { "desc":"The upgrade may take a long time. This API can be used to check phase-by-phase information during a cluster upgrade or AZ switchover.GET /v1.0/{project_id}/clusters/{clus", "product_code":"css", "title":"Obtaining Details About a Cluster Upgrade or AZ Switchover", "uri":"UpgradeDetail.html", "doc_type":"api", "p_code":"8", "code":"34" }, { "desc":"The upgrade may fail due to network problems. In this case, you can call this API to retry.PUT /v1.0/{project_id}/clusters/{cluster_id}/upgrade/{action_id}/retryNoneNoneE", "product_code":"css", "title":"Retrying a Failed Upgrade Task", "uri":"RetryUpgradeTask.html", "doc_type":"api", "p_code":"8", "code":"35" }, { "desc":"This API is used to change the security group after a cluster is created.POST /v1.0/{project_id}/clusters/{cluster_id}/sg/changeNoneChange the security group that the cur", "product_code":"css", "title":"Changing the Security Group", "uri":"ChangeSecurityGroup.html", "doc_type":"api", "p_code":"8", "code":"36" }, { "desc":"This API is used to bind a new subnet to newly added nodes after cluster creation, or in the case of a cluster subnet change.POST /v1.0/{project_id}/clusters/{cluster_id}", "product_code":"css", "title":"Changing the Subnet of a Cluster", "uri":"ChangeClusterSubnet.html", "doc_type":"api", "p_code":"8", "code":"37" }, { "desc":"This API is used to change the AZ by specifying node types.POST /v1.0/{project_id}/clusters/{cluster_id}/inst-type/{inst_type}/azmigrateNoneSwitch the AZ of the current c", "product_code":"css", "title":"Changing the AZ of a Cluster Instance", "uri":"UpdateAzByInstanceType.html", "doc_type":"api", "p_code":"8", "code":"38" }, { "desc":"This API is used to create a cluster with multiple node types (for example, ess, ess-cold, ess-client, ess-master).POST /v2.0/{project_id}/clustersStatus code: 200Example", "product_code":"css", "title":"Creating a Cluster (V2)", "uri":"CreateClusterMultiRole.html", "doc_type":"api", "p_code":"8", "code":"39" }, { "desc":"This API is used to restart nodes of all or some types in the current cluster.POST /v2.0/{project_id}/clusters/{cluster_id}/restartNoneRestart nodes of all or some types ", "product_code":"css", "title":"Restarting a Cluster (V2)", "uri":"RestartClusterMultiRole.html", "doc_type":"api", "p_code":"8", "code":"40" }, { "desc":"This API is used to restart nodes one by one, which requires a long time when the nodes have a large number of indexes.POST /v2.0/{project_id}/clusters/{cluster_id}/rolli", "product_code":"css", "title":"Rolling Restart", "uri":"RollingRestart.html", "doc_type":"api", "p_code":"8", "code":"41" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Word Dictionary Management", "uri":"thesaurus_management.html", "doc_type":"api", "p_code":"7", "code":"42" }, { "desc":"This API is used to load a custom word dictionary stored in OBS.POST /v1.0/{project_id}/clusters/{cluster_id}/thesaurusNoneEnable and configure the word dictionary.NoneSe", "product_code":"css", "title":"Loading Custom Word Dictionaries", "uri":"CreateLoadIkThesaurus.html", "doc_type":"api", "p_code":"42", "code":"43" }, { "desc":"This API is used to query the loading status of a custom word dictionary.GET /v1.0/{project_id}/clusters/{cluster_id}/thesaurusNoneStatus code: 200Query the loading statu", "product_code":"css", "title":"Querying the Status of a Custom Word Dictionary", "uri":"ShowIkThesaurus.html", "doc_type":"api", "p_code":"42", "code":"44" }, { "desc":"This API is used to clear custom word dictionaries (main word dictionary, stop word dictionary, and synonym dictionary).DELETE /v1.0/{project_id}/clusters/{cluster_id}/th", "product_code":"css", "title":"Disabling a Word Dictionary", "uri":"DeleteIkThesaurus.html", "doc_type":"api", "p_code":"42", "code":"45" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Kibana Public Network Access", "uri":"kibana_public_network_access.html", "doc_type":"api", "p_code":"7", "code":"46" }, { "desc":"This API is used to enable public network access to Kibana.POST /v1.0/{project_id}/clusters/{cluster_id}/publickibana/openNoneNoneSee Error Codes.", "product_code":"css", "title":"Enabling Kibana Public Access", "uri":"StartKibanaPublic.html", "doc_type":"api", "p_code":"46", "code":"47" }, { "desc":"This API is used to disable public network access to Kibana. Kibana public network access cannot be disabled for yearly/monthly clusters by calling this API.PUT /v1.0/{pr", "product_code":"css", "title":"Disabling Kibana Public Access", "uri":"UpdateCloseKibana.html", "doc_type":"api", "p_code":"46", "code":"48" }, { "desc":"This API is used to modify the public network bandwidth of Kibana.POST /v1.0/{project_id}/clusters/{cluster_id}/publickibana/bandwidthNoneModify the Kibana public network", "product_code":"css", "title":"Modifying the Kibana Public Network Bandwidth", "uri":"UpdateAlterKibana.html", "doc_type":"api", "p_code":"46", "code":"49" }, { "desc":"This API is used to modify the Kibana access permission by modifying the Kibana whitelist.POST /v1.0/{project_id}/clusters/{cluster_id}/publickibana/whitelist/updateNoneT", "product_code":"css", "title":"Modifying Kibana Public Access Control", "uri":"UpdatePublicKibanaWhitelist.html", "doc_type":"api", "p_code":"46", "code":"50" }, { "desc":"This API is used to disable public network access control for Kibana.PUT /v1.0/{project_id}/clusters/{cluster_id}/publickibana/whitelist/closeNoneNoneNoneNoneSee Error Co", "product_code":"css", "title":"Disabling Kibana Public Network Access Control", "uri":"StopPublicKibanaWhitelist.html", "doc_type":"api", "p_code":"46", "code":"51" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Log Management", "uri":"log_management.html", "doc_type":"api", "p_code":"7", "code":"52" }, { "desc":"This API is used to enable the log function.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/openNoneEnable the log function.POST /v1.0/6204a5bd270343b5885144cf9c8c158d", "product_code":"css", "title":"Enabling the Log Function", "uri":"StartLogs.html", "doc_type":"api", "p_code":"52", "code":"53" }, { "desc":"This API is used to disable the log function.PUT /v1.0/{project_id}/clusters/{cluster_id}/logs/closeNoneNoneNoneNoneSee Error Codes.", "product_code":"css", "title":"Disabling the Log Function", "uri":"StopLogs.html", "doc_type":"api", "p_code":"52", "code":"54" }, { "desc":"This API is used to query the log backup task list of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/logs/recordsNoneStatus code: 200Querying the First 10 Log Bac", "product_code":"css", "title":"Querying the Log Backup Task List", "uri":"ListLogsJob.html", "doc_type":"api", "p_code":"52", "code":"55" }, { "desc":"This API is used to query basic cluster log configurations.GET /v1.0/{project_id}/clusters/{cluster_id}/logs/settingsNoneStatus code: 200Query basic cluster log configura", "product_code":"css", "title":"Querying Basic Log Configurations", "uri":"ShowGetLogSetting.html", "doc_type":"api", "p_code":"52", "code":"56" }, { "desc":"This API is used to modify basic log configurations.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/settingsNoneModify basic log configurations.POST /v1.0/6204a5bd2703", "product_code":"css", "title":"Modifying Basic Log Configurations", "uri":"UpdateLogSetting.html", "doc_type":"api", "p_code":"52", "code":"57" }, { "desc":"This API is used to enable the automatic log backup policy.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/policy/updateNoneEnable the automatic log backup policy.None", "product_code":"css", "title":"Enabling the Automatic Log Backup Policy", "uri":"StartLogAutoBackupPolicy.html", "doc_type":"api", "p_code":"52", "code":"58" }, { "desc":"This API is used to disable the automatic log backup policy.PUT /v1.0/{project_id}/clusters/{cluster_id}/logs/policy/closeNoneNoneNoneNoneSee Error Codes.", "product_code":"css", "title":"Disabling the Automatic Log Backup Policy", "uri":"StopLogAutoBackupPolicy.html", "doc_type":"api", "p_code":"52", "code":"59" }, { "desc":"This API is used to back up logs.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/collectNoneNoneNoneNoneSee Error Codes.", "product_code":"css", "title":"Backing Up Logs", "uri":"CreateLogBackup.html", "doc_type":"api", "p_code":"52", "code":"60" }, { "desc":"This API is used to query log information.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/searchStatus code: 200Query logs.Status code: 200Request succeeded.See Error ", "product_code":"css", "title":"Searching for Logs", "uri":"ShowLogBackup.html", "doc_type":"api", "p_code":"52", "code":"61" }, { "desc":"This API is used to test connectivity.POST /v1.0/{project_id}/clusters/{cluster_id}/logs/connectivityNoneTest connectivity to the target cluster.Status code: 200Request s", "product_code":"css", "title":"Test connectivity.", "uri":"StartTargetClusterConnectivityTest.html", "doc_type":"api", "p_code":"52", "code":"62" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Public Network Access", "uri":"public_network_access.html", "doc_type":"api", "p_code":"7", "code":"63" }, { "desc":"This API is used to enable public network access.POST /v1.0/{project_id}/clusters/{cluster_id}/public/openStatus code: 200Status code: 200Request succeeded.See Error Code", "product_code":"css", "title":"Enabling Public Network Access", "uri":"CreateBindPublic.html", "doc_type":"api", "p_code":"63", "code":"64" }, { "desc":"This API is used to disable public network access. Public network access cannot be disabled for yearly/monthly clusters by calling this API.PUT /v1.0/{project_id}/cluster", "product_code":"css", "title":"Disabling Public Network Access", "uri":"UpdateUnbindPublic.html", "doc_type":"api", "p_code":"63", "code":"65" }, { "desc":"This API is used to modify the public network access bandwidth.POST /v1.0/{project_id}/clusters/{cluster_id}/public/bandwidthNoneModify public network access bandwidth.No", "product_code":"css", "title":"Modifying Public Network Access Bandwidth", "uri":"UpdatePublicBandWidth.html", "doc_type":"api", "p_code":"63", "code":"66" }, { "desc":"This API is used to enable the public network access control whitelist.POST /v1.0/{project_id}/clusters/{cluster_id}/public/whitelist/updateNoneEnable the public network ", "product_code":"css", "title":"Enabling the Public Network Access Control Whitelist", "uri":"StartPublicWhitelist.html", "doc_type":"api", "p_code":"63", "code":"67" }, { "desc":"This API is used to disable the public network access control whitelist.PUT /v1.0/{project_id}/clusters/{cluster_id}/public/whitelist/closeNoneNoneNoneNoneSee Error Codes", "product_code":"css", "title":"Disabling the Public Network Access Control Whitelist", "uri":"StopPublicWhitelist.html", "doc_type":"api", "p_code":"63", "code":"68" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Snapshot Management", "uri":"snapshot_management.html", "doc_type":"api", "p_code":"7", "code":"69" }, { "desc":"This API is used to automatically set basic configurations for a cluster snapshot, including configuring OBS buckets and IAM agency.OBS Bucket: Enter the location of the ", "product_code":"css", "title":"(Not Recommended) Automatically Setting Basic Configurations of a Cluster Snapshot", "uri":"StartAutoSetting.html", "doc_type":"api", "p_code":"69", "code":"70" }, { "desc":"This API is used to modify the basic configurations for a cluster snapshot, including OBS buckets and IAM agency.You can also use this API to enable the snapshot function", "product_code":"css", "title":"Modifying Basic Configurations of a Cluster Snapshot", "uri":"UpdateSnapshotSetting.html", "doc_type":"api", "p_code":"69", "code":"71" }, { "desc":"This API is used to manually create a snapshot.POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshotStatus code: 201Create a snapshot.Status code: 201Resource crea", "product_code":"css", "title":"Manually Creating a Snapshot", "uri":"CreateSnapshot.html", "doc_type":"api", "p_code":"69", "code":"72" }, { "desc":"This API is used to manually restore a snapshot.POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/{snapshot_id}/restoreNoneRestore a snapshot.NoneSee Error Cod", "product_code":"css", "title":"Restoring a Snapshot", "uri":"RestoreSnapshot.html", "doc_type":"api", "p_code":"69", "code":"73" }, { "desc":"This API is used to delete a snapshot.DELETE /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/{snapshot_id}NoneNoneNoneNoneSee Error Codes.", "product_code":"css", "title":"Deleting a Snapshot", "uri":"DeleteSnapshot.html", "doc_type":"api", "p_code":"69", "code":"74" }, { "desc":"This API is used to configure automatic snapshot creation. By default, a snapshot is created every day.POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/policy", "product_code":"css", "title":"Configuring the Automatic Snapshot Creation Policy", "uri":"CreateAutoCreatePolicy.html", "doc_type":"api", "p_code":"69", "code":"75" }, { "desc":"This API is used to query the automatic snapshot creation policy.GET /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/policyNoneStatus code: 200Query the automatic", "product_code":"css", "title":"Querying the Automatic Snapshot Creation Policy", "uri":"ShowAutoCreatePolicy.html", "doc_type":"api", "p_code":"69", "code":"76" }, { "desc":"This API is used to query all the snapshots of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/index_snapshotsNoneStatus code: 200Query the cluster snapshot list.S", "product_code":"css", "title":"Querying a Snapshot List", "uri":"ListSnapshots.html", "doc_type":"api", "p_code":"69", "code":"77" }, { "desc":"This API is used to disable the snapshot function.DELETE /v1.0/{project_id}/clusters/{cluster_id}/index_snapshotsNoneNoneNoneNoneSee Error Codes.", "product_code":"css", "title":"Disabling the Snapshot Function", "uri":"StopSnapshot.html", "doc_type":"api", "p_code":"69", "code":"78" }, { "desc":"This API is used to enable automatic snapshot creation.POST /v2.0/{project_id}/clusters/{cluster_id}/snapshots/policy/openNoneEnable the automatic backup function.NoneSee", "product_code":"css", "title":"Enabling Automatic Snapshot Creation", "uri":"StartAutoCreateSnapshots.html", "doc_type":"api", "p_code":"69", "code":"79" }, { "desc":"This API is used to disable the automatic snapshot creation function.PUT /v2.0/{project_id}/clusters/{cluster_id}/snapshots/policy/closeNoneNoneDisable the automatic back", "product_code":"css", "title":"Disabling Automatic Snapshot Creation", "uri":"StopAutoCreateSnapshots.html", "doc_type":"api", "p_code":"69", "code":"80" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"VPC Endpoint", "uri":"vpecp_management.html", "doc_type":"api", "p_code":"7", "code":"81" }, { "desc":"This API is used to enable the VPCEP service for a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/openStatus code: 200Enable the VPC endpoint service.", "product_code":"css", "title":"Enabling the VPC Endpoint Service", "uri":"StartVpecp.html", "doc_type":"api", "p_code":"81", "code":"82" }, { "desc":"This API is used to disable the VPCEP service for a cluster.PUT /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/closeNoneStatus code: 200NoneStatus code: 200Request", "product_code":"css", "title":"Disabling the VPC Endpoint Service", "uri":"StopVpecp.html", "doc_type":"api", "p_code":"81", "code":"83" }, { "desc":"This API is used to obtain the VPCEP connection of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/connectionsNoneStatus code: 200Obtain the VPCEP con", "product_code":"css", "title":"Obtaining an Endpoint Connection", "uri":"ShowVpcepConnection.html", "doc_type":"api", "p_code":"81", "code":"84" }, { "desc":"This API is used to update the VPCEP connection of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/connectionsNoneUpdate an endpoint connection.NoneS", "product_code":"css", "title":"Updating an Endpoint Connection", "uri":"UpdateVpcepConnection.html", "doc_type":"api", "p_code":"81", "code":"85" }, { "desc":"This API is used to modify the endpoint service whitelist.POST /v1.0/{project_id}/clusters/{cluster_id}/vpcepservice/permissionsNoneModify the endpoint service whitelist.", "product_code":"css", "title":"Modifying the VPCEP Service Whitelist of a Cluster", "uri":"UpdateVpcepWhitelist.html", "doc_type":"api", "p_code":"81", "code":"86" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Parameter Configuration", "uri":"ymls_management.html", "doc_type":"api", "p_code":"7", "code":"87" }, { "desc":"This API is used to modify the parameter settings of a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/ymls/updateStatus code: 200Modify parameter settings.Status c", "product_code":"css", "title":"Modifying Cluster Parameters", "uri":"UpdateYmls.html", "doc_type":"api", "p_code":"87", "code":"88" }, { "desc":"This API is used to obtain the parameter configuration task list of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/ymls/joblistsNoneStatus code: 200Obtaining the ", "product_code":"css", "title":"Obtaining the Task List of Parameter Configurations", "uri":"ListYmlsJob.html", "doc_type":"api", "p_code":"87", "code":"89" }, { "desc":"This API is used to obtain the YAML parameter configuration list of the current cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/ymls/templateNoneStatus code: 200Obta", "product_code":"css", "title":"Obtaining the Parameter Configuration List", "uri":"ListYmls.html", "doc_type":"api", "p_code":"87", "code":"90" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Intelligent O&M", "uri":"intelligent_maintenance.html", "doc_type":"api", "p_code":"7", "code":"91" }, { "desc":"This API is used to obtain the intelligent O&M task list and details.GET /v1.0/{project_id}/clusters/{cluster_id}/ai-opsNoneStatus code: 200This API is used to obtain the", "product_code":"css", "title":"Obtaining the Intelligent O&M Task List and Details", "uri":"ListAiOps.html", "doc_type":"api", "p_code":"91", "code":"92" }, { "desc":"This API is used to create a cluster detection task.POST /v1.0/{project_id}/clusters/{cluster_id}/ai-opsNoneCreate a cluster detection task.NoneSee Error Codes.", "product_code":"css", "title":"Creating a Cluster Detection Task", "uri":"CreateAiOps.html", "doc_type":"api", "p_code":"91", "code":"93" }, { "desc":"This API is used to delete a detection task.DELETE /v1.0/{project_id}/clusters/{cluster_id}/ai-ops/{aiops_id}NoneNoneDelete a detection task.NoneSee Error Codes.", "product_code":"css", "title":"Deleting a Detection Task", "uri":"DeleteAiOps.html", "doc_type":"api", "p_code":"91", "code":"94" }, { "desc":"This API is used to obtain SMN topics available for intelligent O&M alarms.GET /v1.0/{project_id}/domains/{domain_id}/ai-ops/smn-topicsNoneStatus code: 200Obtain the inte", "product_code":"css", "title":"Obtaining SMN Topics Available for Intelligent O&M Alarms", "uri":"ListSmnTopics.html", "doc_type":"api", "p_code":"91", "code":"95" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Load Balancing", "uri":"topic_300000010.html", "doc_type":"api", "p_code":"7", "code":"96" }, { "desc":"Query the ELB V3 load balancers supported by a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/loadbalancersNoneStatus code: 200Query ELB V3 load balancers supported", "product_code":"css", "title":"Querying ELB V3 Load Balancers Supported by a Cluster", "uri":"ListElbs.html", "doc_type":"api", "p_code":"96", "code":"97" }, { "desc":"This API is used to enable or disable load balancers for a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/loadbalancers/es-switchStatus code: 200Enable the load ba", "product_code":"css", "title":"Enabling or Disabling Load Balancers for a Cluster", "uri":"EnableOrDisableElb.html", "doc_type":"api", "p_code":"96", "code":"98" }, { "desc":"This API is used to configure load balancing listeners for a cluster.POST /v1.0/{project_id}/clusters/{cluster_id}/es-listenersStatus code: 200Status code: 200Request suc", "product_code":"css", "title":"Configuring Load Balancing Listeners for a Cluster", "uri":"CreateElbListener.html", "doc_type":"api", "p_code":"96", "code":"99" }, { "desc":"This API is used to obtain information about the load balancers of a cluster.GET /v1.0/{project_id}/clusters/{cluster_id}/es-listenersNoneStatus code: 200NoneStatus code:", "product_code":"css", "title":"Obtain information about the load balancers of a cluster.", "uri":"ShowElbDetail.html", "doc_type":"api", "p_code":"96", "code":"100" }, { "desc":"This API is used to update load balancing listeners for a cluster.PUT /v1.0/{project_id}/clusters/{cluster_id}/es-listeners/{listener_id}Status code: 200Status code: 200R", "product_code":"css", "title":"Updating Load Balancing Listeners for a Cluster", "uri":"UpdateESListener.html", "doc_type":"api", "p_code":"96", "code":"101" }, { "desc":"This API is used to query the certificate list.GET /v1.0/{project_id}/clusters/{cluster_id}/elb/certificatesNoneStatus code: 200NoneStatus code: 200Request succeeded.See ", "product_code":"css", "title":"Querying the Certificate List", "uri":"ListElbCerts.html", "doc_type":"api", "p_code":"96", "code":"102" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Examples", "uri":"en-us_topic_0000002083557490.html", "doc_type":"api", "p_code":"", "code":"103" }, { "desc":"This section describes how to create a CSS cluster by using APIs. Figure 1 illustrates the API calling process.The token obtained on IAM is valid for only 24 hours. If yo", "product_code":"css", "title":"Creating a Pay-per-Use Elasticsearch Cluster", "uri":"css_03_0062.html", "doc_type":"api", "p_code":"103", "code":"104" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Appendixes", "uri":"css_03_0040.html", "doc_type":"api", "p_code":"", "code":"105" }, { "desc":"Table 1 describes the status codes.", "product_code":"css", "title":"Status Codes", "uri":"css_03_0075.html", "doc_type":"api", "p_code":"105", "code":"106" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Error Codes", "uri":"css_03_0076.html", "doc_type":"api", "p_code":"105", "code":"107" }, { "desc":"A project ID or project name is required in some API requests. You need to obtain the project ID and name before calling an API.Log in to the console.In the upper right c", "product_code":"css", "title":"Obtaining a Project ID and Name", "uri":"css_03_0071.html", "doc_type":"api", "p_code":"105", "code":"108" }, { "desc":"A cluster ID (cluster_id) is required for some URLs when an API is called. To obtain the cluster ID, perform the following steps:You can obtain the cluster ID by calling ", "product_code":"css", "title":"Obtaining the Cluster ID", "uri":"css_03_0101.html", "doc_type":"api", "p_code":"105", "code":"109" }, { "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", "product_code":"css", "title":"Change History", "uri":"css_03_0024.html", "doc_type":"api", "p_code":"", "code":"110" } ]