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": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "9604d8b8696b337d6986cf08",
"verb": "POST",
"routeName": "qVuCEfgea8s",
"_id": "77f5908ef1cfd53f72ba5d36",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 62369043,
"migrationVersion": 49882369,
"createdBy": "ad voluptate ex cillum",
"created": "1970-11-09T08:21:50.47Z",
"lastUpdatedBy": "deserunt nulla anim labore quis",
"lastUpdated": "2015-11-09T13:11:02.979Z"
}
}