All Products
Search
Document Center

OpenSearch:BindEsInstance

Last Updated:Jul 02, 2024

Binds an Elasticsearch instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v4/openapi/app-groups/{appGroupIdentity}/actions/bind-es-instance

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

The name of the application.

my_app_group_name
bodyobjectNo

The body of the request.

{ "esInstanceId": "es-cn-abcde" }

Response parameters

ParameterTypeDescriptionExample
object
resultobject

The result

[]
requestIdstring

The ID of the request.

F5099063-6B86-F398-D843-905F9EFB683A

Examples

Sample success responses

JSONformat

{
  "result": [],
  "requestId": "F5099063-6B86-F398-D843-905F9EFB683A"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-05-24API Description Update. The request parameters of the API has changedView Change Details