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": "700453111ff43ea4bea4bf4e",
"source": "reprehenderit qui ullamco",
"topic": "in culpa adipisicing fugiat cupidatat",
"_id": "e0a7fa3445b326f1cc34bbb9",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -89466503,
"legacyWrapper": false,
"createdBy": "in Duis",
"created": "1963-01-05T02:58:00.236Z",
"lastUpdatedBy": "tempor",
"lastUpdated": "1956-05-31T22:32:31.446Z"
}
}