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": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "8386cfe0b102753a5853e105",
"verb": "POST",
"routeName": "9L4Nvgk52",
"_id": "a893c841da00542820939153",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -24344024,
"createdBy": null,
"created": "1958-02-11T23:02:31.442Z",
"lastUpdatedBy": null,
"lastUpdated": "2022-08-10T05:10:41.0Z"
}
}