Summary
Export Trigger
Description
Export a Trigger.
Route
GET /operations-manager/triggers/:id/export
Roles
admin
apiread
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": false,
"actionType": "automations",
"actionId": "68f02b95889df764e05877d5",
"source": "reprehenderit Duis",
"topic": "nulla",
"_id": "da1756cbe79d40a20707d3d5",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 27265713,
"createdBy": null,
"created": "1958-12-15T05:15:00.053Z",
"lastUpdatedBy": "deserunt voluptate",
"lastUpdated": "1976-05-08T11:00:21.876Z"
}
}