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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "b7e3c7139bd801afed8033ba",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "a15ea99707e3f86b6c4bce9c",
"formId": null,
"description": "Some helpful information about the document",
"lastExecuted": 32334599,
"migrationVersion": 67296193,
"createdBy": null,
"created": "2010-05-15T15:47:23.613Z",
"lastUpdatedBy": "ad veniam aliquip dolor",
"lastUpdated": "1977-03-05T09:01:38.454Z",
"formSchemaHash": null
}
}