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": "4bbdc8873013fdff0175829a",
"source": "ut",
"topic": "ullamco ut Ut ex proident",
"schema": null,
"_id": "0b40c7b65213489ef76aca73",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 87393941,
"migrationVersion": 79144346,
"legacyWrapper": false,
"createdBy": null,
"created": "1995-10-29T14:13:00.835Z",
"lastUpdatedBy": null,
"lastUpdated": "1968-07-25T00:52:46.571Z"
}
}