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": "1f63ff9bd6c60fc1282d0678",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "47c5bd7217008cb05bcd046f",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -29911125,
"createdBy": null,
"created": "1969-04-13T19:00:10.114Z",
"lastUpdatedBy": null,
"lastUpdated": "1968-09-24T18:08:17.596Z",
"formSchemaHash": null,
"legacyWrapper": false
}
}