All Products
Search
Document Center

OpenSearch:UnbindEsInstance

Last Updated:Jun 17, 2024

Unbinds an Elasticsearch instance from an OpenSearch application.

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/unbind-es-instance

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

The name of the application.

"my_app_group_name"

Response parameters

ParameterTypeDescriptionExample
object
resultobject

The data returned.

{}
requestIdstring

The ID of the request.

0A6EB64B-B4C8-CF02-810F-E660812972FF

Examples

Sample success responses

JSONformat

{
  "result": {},
  "requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history