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": "in qui magna dolore",
"topic": "sint sed voluptate laboris",
"limit": -14666330.738208756,
"skip": -79284842.53350012,
"sort": true
}
}
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
}