Tests the results of query analysis. This operation can be called only for existing applications of the Open Source-compatible Edition.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeQueryProcessor |
*QueryProcessor
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/query-processors/{name}/analyze HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application group. |
my_app_group_name |
| appId |
string |
Yes |
The version number of the application. |
"110157886" |
| name |
string |
Yes |
The name of the rule. |
"test" |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| text |
string |
Yes |
The text to test. |
"abcde" |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
{} |
|
| result |
object |
The result of the request. |
{} |
| RequestId |
string |
The ID of the request. |
98724351-D6B2-5D8A-B089-7FFD1821A7E9 |
Examples
Success response
JSON format
{
"result": {},
"RequestId": "98724351-D6B2-5D8A-B089-7FFD1821A7E9"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.