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": true,
"actionType": "automations",
"actionId": "182deffc31eccd18a0ddcfbd",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"_id": "d22d87643dc43af717b49ad1",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": 19288827,
"migrationVersion": -27214614,
"createdBy": null,
"created": "2024-10-09T11:57:19.653Z",
"lastUpdatedBy": null,
"lastUpdated": "2002-10-02T20:09:33.339Z",
"formSchemaHash": "in officia",
"legacyWrapper": true
}
}