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": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "77057641723c057deeec46c6",
"source": "in dolore et ex irure",
"topic": "ad tempor",
"_id": "46d053f94aca6d478b31af43",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 32657984,
"migrationVersion": -46611687,
"legacyWrapper": true,
"createdBy": null,
"created": "1998-06-19T14:26:09.931Z",
"lastUpdatedBy": "in exercitation irure",
"lastUpdated": "1988-07-17T03:04:02.835Z"
}
}