Retrieves the details of an intervention dictionary.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeInterventionDictionary |
*InterventionDictionary
|
None | None |
Request syntax
GET /v4/openapi/intervention-dictionaries/{name} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the intervention dictionary. |
my_dict |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
D7CCF454-472A-030E-F254-604520B028AA |
| result |
object |
The details of the intervention dictionary. |
|
| created |
string |
The time when the intervention dictionary was created. |
1536233287 |
| analyzer |
string |
The custom analyzer. |
- |
| updated |
string |
The time when the intervention dictionary was updated. |
1536233287 |
| type |
string |
The type of the intervention dictionary.
|
category_prediction |
| name |
string |
The name of the intervention dictionary. |
test |
Examples
Success response
JSON format
{
"requestId": "D7CCF454-472A-030E-F254-604520B028AA",
"result": {
"created": "1536233287",
"analyzer": "-",
"updated": "1536233287",
"type": "category_prediction",
"name": "test"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.