Summary
Get Trigger
Description
Get a Trigger.
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
operations
viewer
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
The id of the Trigger to get. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The requested Trigger. |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": {
"name": -95695661.1990686,
"description": -31873212,
"type": -77143024.7040076,
"enabled": "nisi dolore do Excepteur Ut",
"actionType": "fugiat pariatur",
"actionId": true,
"lastExecuted": "sunt id Ut",
"createdBy": 96627493.30422655,
"created": true,
"lastUpdatedBy": -34132343.75314516,
"lastUpdated": -71042303,
"formData": false,
"legacyWrapper": true,
"firstRunAt": -25146787.814292714,
"nextRunAt": 2340687.8282582313,
"processMissedRuns": -17744864.512559026,
"locked": -4851907,
"repeatUnit": 26384965,
"repeatFrequency": -83567718,
"repeatInterval": 46239585,
"_id": 99453485.43522584,
"formId": "est ullamco sit ut labore"
}
}