Retrieves the details of a custom analyzer.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeUserAnalyzer |
*Analyzer
|
None | None |
Request syntax
GET /v4/openapi/user-analyzers/{name} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the analyzer. |
kevin_test |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| with |
string |
No |
Specifies related information to return. The properties are returned based on the specified level.
|
all |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| result |
object |
The details of the custom analyzer. For more information, see UserAnalyzer. |
{} |
| requestId |
string |
The request ID. |
FFAEF396-10EF-53C7-1F51-518853880729 |
Examples
Success response
JSON format
{
"result": {},
"requestId": "FFAEF396-10EF-53C7-1F51-518853880729"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.