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": true,
"actionType": "automations",
"actionId": "1645712de5bcbb792be20c60",
"source": "Lorem",
"topic": "laborum est",
"schema": null,
"_id": "a355b069c9d02886a275ca1c",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 57892247,
"legacyWrapper": true,
"createdBy": null,
"created": "1970-07-28T00:25:55.833Z",
"lastUpdatedBy": "occaecat ex",
"lastUpdated": "2020-06-17T15:36:46.324Z"
}
}