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": "ecc4edb324fbc58f3799ed3a",
"source": "Lorem laboris in labore nostrud",
"topic": "ut",
"schema": null,
"_id": "6d9dff654082c4e73630bd2c",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 86368918,
"migrationVersion": -6461494,
"legacyWrapper": false,
"createdBy": "ad culpa",
"created": "1957-11-20T20:57:26.851Z",
"lastUpdatedBy": "pariatur in est tempor",
"lastUpdated": "1960-05-03T10:41:04.117Z"
}
}