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": "6807e073807a22dc50e1a581",
"source": "sit incididunt",
"topic": "sed et dolor dolore",
"schema": null,
"_id": "f7af58c1e703826f15b59211",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 8023804,
"createdBy": "velit consectetur minim ea",
"created": "1950-09-01T20:26:12.585Z",
"lastUpdatedBy": null,
"lastUpdated": "1991-10-30T14:13:25.531Z"
}
}