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": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "d82ff28aabb7908348a6fc1d",
"source": "do magna eu occaecat minim",
"topic": "laboris irure id dolor elit",
"schema": null,
"_id": "f2bdaf7964eb3b0543fdb994",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -31122052,
"legacyWrapper": false,
"createdBy": "ut aliquip Lorem esse deserunt",
"created": "1995-01-10T23:33:54.769Z",
"lastUpdatedBy": "nostrud nulla",
"lastUpdated": "2005-02-21T17:41:19.002Z"
}
}