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": "615d147afb6dc37f85b2e978",
"verb": "POST",
"routeName": "LfBOeC7",
"_id": "f3335d519cef9be748da6cd8",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -68547160,
"createdBy": "ipsum incididunt",
"created": "1951-08-31T02:27:54.758Z",
"lastUpdatedBy": null,
"lastUpdated": "1987-09-20T12:11:55.486Z"
}
}