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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "0aec1cadc5cd988cfaf7b9ff",
"verb": "POST",
"routeName": "D2EpMRe8h",
"_id": "aabd1fb8f31f535351a8ab27",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 96479579,
"migrationVersion": -33212978,
"createdBy": "sit qui in mollit",
"created": "1948-11-30T03:30:34.914Z",
"lastUpdatedBy": "eiusmod dolor occaecat ex dolore",
"lastUpdated": "1998-01-03T22:34:34.687Z"
}
}