Binds a custom analyzer to an Elasticsearch instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:ModifyAppGroup |
none |
*AppGroup
|
None | None |
Request syntax
POST /v4/openapi/app-groups/{appGroupIdentity}/es/{esInstanceId}/actions/bind-analyzer HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
130187460 |
| esInstanceId |
string |
Yes |
The ID of the instance. |
es-cn-zvp2g952l000v5uxp |
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. |
3AD34CAD-9603-5251-AFF5-3916C848A1D3 |
Examples
Success response
JSON format
{
"result": [],
"requestId": "3AD34CAD-9603-5251-AFF5-3916C848A1D3"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.