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": "3587da93b494c6aabcc57466",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "595a9673fcaeb95dbbe035b1",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 66241498,
"createdBy": null,
"created": "1969-09-10T03:06:09.433Z",
"lastUpdatedBy": null,
"lastUpdated": "1994-06-21T14:44:02.681Z",
"formSchemaHash": null,
"legacyWrapper": true
}
}