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": false,
"actionType": "automations",
"actionId": "da0e47d721e5fa638eb06d14",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "a2b88dd3305321ece90e2452",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": 38276474,
"migrationVersion": 87292215,
"createdBy": "cupidatat deserunt",
"created": "2006-11-10T07:09:38.255Z",
"lastUpdatedBy": "ut cillum occaecat elit labore",
"lastUpdated": "2024-03-20T08:25:36.954Z",
"formSchemaHash": "nisi",
"legacyWrapper": false
}
}