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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "8dd1c4102dc2e001cbfb92c5",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "26defa06d61077285c4b413e",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": 82385916,
"migrationVersion": -63110503,
"createdBy": "proident in ex quis in",
"created": "1946-11-28T21:54:02.055Z",
"lastUpdatedBy": "velit pariatur",
"lastUpdated": "1978-08-12T22:49:42.341Z",
"formSchemaHash": "dolore"
}
}