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": "4f02888affc62197469d6135",
"verb": "POST",
"routeName": "QOr6A9MY4j",
"schema": null,
"_id": "4be0318bbd53c98afcff747e",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -17395089,
"createdBy": "aliqua ut aliquip in",
"created": "1948-11-17T02:14:32.468Z",
"lastUpdatedBy": "esse proident occaecat",
"lastUpdated": "1954-03-22T07:39:16.056Z"
}
}