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": false,
"actionType": "automations",
"actionId": "30466af66e32493a706a2a4d",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "9d3a37e5bb342e364b7ffa87",
"formId": null,
"description": "Some helpful information about the document",
"lastExecuted": 86849769,
"migrationVersion": 70565560,
"createdBy": "culpa aliqua",
"created": "1966-11-12T22:47:35.814Z",
"lastUpdatedBy": "reprehenderit cillum Duis id",
"lastUpdated": "1980-11-04T16:19:51.555Z",
"formSchemaHash": "Ut"
}
}