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": "c3f89f96a0c26e3449d9af32",
"verb": "POST",
"routeName": "b-k",
"_id": "23d7c74b8c760585db025e84",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -79686464,
"createdBy": "aliqua",
"created": "2014-06-21T08:25:02.26Z",
"lastUpdatedBy": "adipisicing aliquip ipsum exercitation pariatur",
"lastUpdated": "2016-07-07T13:49:25.042Z"
}
}