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": "manual",
"enabled": false,
"actionType": "automations",
"actionId": "ae1b705c5f36a2f4c19d6af8",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"_id": "16b106fa2208dd6acd9fecb8",
"formId": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -33175183,
"createdBy": null,
"created": "2018-11-04T08:05:55.845Z",
"lastUpdatedBy": null,
"lastUpdated": "1988-12-12T06:54:32.543Z",
"formSchemaHash": null,
"legacyWrapper": false
}
}