Summary
undefined
Description
Search the system events that can be used in an event Trigger.
Route
GET /operations-manager/events
Roles
admin
engineering
apiread
viewer
operations
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| queryParameters |
object |
yes |
- |
Copied to Clipboard
{
"queryParameters": {
"source": "in fugiat",
"topic": "mollit consequat dolore elit"
}
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| result |
object |
The events that matched the search query. |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": [
{
"source": "laboris Excepteur dolor reprehenderit",
"topic": "magna nostrud minim ut"
},
{
"source": "Ut",
"topic": "anim pariatur nostrud minim Lorem"
},
{
"source": "in est ex consequat",
"topic": "laborum proident veniam mollit labore"
},
{
"source": "veniam nulla enim",
"topic": "exercitation esse reprehenderit ad"
},
{
"source": "tempor non minim sed",
"topic": "Ut do pariatur qui anim"
}
]
}