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": "2c84c6ad3d407e49a5b234eb",
"verb": "POST",
"routeName": "bE3O",
"_id": "90518846e295901b4c88f3b6",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -46602333,
"createdBy": null,
"created": "2015-02-21T07:00:57.017Z",
"lastUpdatedBy": null,
"lastUpdated": "1958-12-20T02:07:36.216Z"
}
}