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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"type": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "93450de842e2784124d48b0a",
"source": "Lorem ea ad",
"topic": "irure nulla",
"schema": null,
"_id": "2e57dd5629081c0b0d524cc2",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -3606504,
"createdBy": "minim labore aute",
"created": "1984-05-25T04:35:22.396Z",
"lastUpdatedBy": null,
"lastUpdated": "2019-11-18T20:44:08.085Z"
}
}