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": "d4bcb658b4315ddc0efdd38a",
"source": "irure ipsum Excepteur sint sed",
"topic": "ullamco incididunt",
"_id": "ef26d483dae22caa5df57cf7",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 49212214,
"legacyWrapper": true,
"createdBy": "occaecat incididunt enim",
"created": "2014-06-26T19:48:04.348Z",
"lastUpdatedBy": "Duis aute dolore laboris",
"lastUpdated": "1946-09-28T17:08:24.315Z"
}
}