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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "0b54b3d9832e7fb5f0e56bf1",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "5718c09d3fb9b167fc132503",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -62511338,
"createdBy": "aliquip",
"created": "2010-12-02T15:16:58.905Z",
"lastUpdatedBy": "irure Duis",
"lastUpdated": "2005-08-06T02:26:17.874Z",
"formSchemaHash": null
}
}