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": false,
"actionType": "automations",
"actionId": "6262c1f0a1ec7f3d6b037f0b",
"verb": "POST",
"routeName": "lZcs8vJE3o",
"_id": "fc86e64c98b3730a3ad60984",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -77096844,
"createdBy": "aliqua nulla est",
"created": "2013-10-23T15:23:08.566Z",
"lastUpdatedBy": null,
"lastUpdated": "2010-12-25T14:24:38.776Z"
}
}