Summary
undefined
Description
search through event system events that can be used in an event trigger
Route
GET /operations-manager/events
Roles
admin
engineering
apiread
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
queryParameters |
object |
yes |
query parameters |
Copied to Clipboard
{
"queryParameters": {
"source": "aute in nostrud",
"topic": "incididunt",
"limit": -14701911.631355107,
"skip": 6656069.491840184,
"sort": false
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"queryParameters": {
"title": "queryParameters",
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "the source of the events returned"
},
"topic": {
"type": "string",
"description": "the topic of the events returned"
},
"limit": {
"type": "number",
"description": "the limit of the events returned"
},
"skip": {
"type": "number",
"description": "the number of the events to skip"
},
"sort": {
"type": "boolean"
}
},
"required": []
}
},
"required": [
"queryParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
total number and a list of event system events that matched the query |
Copied to Clipboard
{
"result": true
}