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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "f8d36715b1d33d1c8f98c9dd",
"verb": "POST",
"routeName": "JM60aS",
"schema": null,
"_id": "05923419fa34853a2252eb86",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -96841244,
"createdBy": "ex amet aliqua",
"created": "1947-06-23T19:43:48.156Z",
"lastUpdatedBy": null,
"lastUpdated": "1984-12-13T15:12:01.19Z"
}
}