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": "7043f614bbfefafcee37aa17",
"verb": "POST",
"routeName": "7UvzjUG4",
"_id": "8f41296a8ae2a85b05f52c43",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 73397640,
"createdBy": "est ea",
"created": "2017-12-11T01:11:22.962Z",
"lastUpdatedBy": "voluptate quis",
"lastUpdated": "1992-12-24T20:54:12.671Z"
}
}