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": true,
"actionType": "automations",
"actionId": "054c3e88f6a92b0c5a9374d4",
"source": "nisi",
"topic": "ut pariatur magna qui reprehenderit",
"schema": null,
"_id": "0511749ad83581defe873174",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -17633148,
"legacyWrapper": false,
"createdBy": "in sed do sunt",
"created": "2001-02-13T15:37:07.902Z",
"lastUpdatedBy": "nulla sed",
"lastUpdated": "1988-06-14T19:58:12.773Z"
}
}