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": "eaf37c9ab4d063942ee63185",
"verb": "POST",
"routeName": "hjbM9Rr_I",
"schema": null,
"_id": "a2b97eb742ab75f9a0f4fbec",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -21127311,
"createdBy": null,
"created": "1974-09-06T23:10:32.98Z",
"lastUpdatedBy": null,
"lastUpdated": "2020-03-14T06:56:33.717Z"
}
}