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": "2c0ca65f464be42350845842",
"source": "commodo",
"topic": "dolore magna",
"schema": null,
"_id": "ac7475c284e0e78c7ad40a62",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 7788111,
"migrationVersion": -66674222,
"createdBy": "mollit minim quis qui laborum",
"created": "1982-09-26T07:48:47.16Z",
"lastUpdatedBy": "reprehenderit laborum ad dolore",
"lastUpdated": "1984-05-28T10:19:48.356Z"
}
}