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": "b9fc11f9c99ceb30cffd262f",
"source": "do enim quis Duis Excepteur",
"topic": "incididunt sint",
"_id": "c9e63ac1284f79a22f537d04",
"description": "Some helpful information about the document",
"lastExecuted": 56395081,
"migrationVersion": -4317036,
"legacyWrapper": true,
"createdBy": null,
"created": "1950-08-05T12:03:01.337Z",
"lastUpdatedBy": null,
"lastUpdated": "1968-08-31T15:30:38.253Z"
}
}