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": true,
"actionType": "automations",
"actionId": "bef96e63f3bd797ffd3a0273",
"verb": "POST",
"routeName": "7GzWK_",
"_id": "dee706231a49207a4d115e1c",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 86255321,
"createdBy": "non nostrud veniam",
"created": "1956-10-11T04:50:21.843Z",
"lastUpdatedBy": "nisi nulla",
"lastUpdated": "2018-02-22T06:29:48.554Z"
}
}