Queries the list of resources associated with an intervention dictionary. If a query processor (QP) references the dictionary, the operation returns all associated applications and information about the QP.
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}/related 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. |
D77D0DAF-790D-F5F5-A9C0-133738165014 |
| result |
array<object> |
||
|
object |
The information about the applications and query processors. This parameter is empty if no results are returned. |
[] |
| Parameter | Type | Description |
| result[].appGroup | String | The name of the application. |
| result[].queryProcessor | Object | The information about the query processor. For more information, see QueryProcessor |
Examples
Success response
JSON format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": [
[]
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.