Summary
Export Trigger
Description
Export a Trigger.
Route
GET /operations-manager/triggers/:id/export
Roles
admin
apiread
viewer
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
The id of the Trigger to export. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
document |
object |
The result of the export operation. |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": {
"name": "myCoolDocumentName",
"type": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "53a2922981e9663124706656",
"source": "officia qui id culpa",
"topic": "officia",
"_id": "301fb4bfbda3fe29d2bce896",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 85337088,
"migrationVersion": -42442802,
"legacyWrapper": false,
"createdBy": null,
"created": "1997-06-06T21:55:27.596Z",
"lastUpdatedBy": "in Ut amet et ut",
"lastUpdated": "1986-06-14T00:21:09.81Z"
}
}