Detaches a custom analyzer from an Elasticsearch instance.
Operation description
Use this operation to detach a custom analyzer from an Elasticsearch instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:ModifyAppGroup |
*AppGroup
|
None | None |
Request syntax
POST /v4/openapi/app-groups/{appGroupIdentity}/es/{esInstanceId}/actions/unbind-analyzer HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
my_app_group_name |
| esInstanceId |
string |
Yes |
The ID of the instance. |
es-cn-zvp2ff3iq000myzv7 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
any |
No |
The request body. |
{ "name": "kevintest-analyzer" } |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
{} |
|
| result |
object |
The custom analyzer. |
[] |
| requestId |
string |
The ID of the request. |
0A6EB64B-B4C8-CF02-810F-E660812972FF |
Examples
Success response
JSON format
{
"result": [],
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.