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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "eabdb62955b08c0031ff8d40",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"_id": "e6085eb4508e520ab365486a",
"formId": null,
"description": "Some helpful information about the document",
"lastExecuted": 21128985,
"migrationVersion": 71442753,
"createdBy": null,
"created": "1975-03-12T20:36:09.808Z",
"lastUpdatedBy": "sed ut",
"lastUpdated": "1965-10-24T12:29:42.146Z",
"formSchemaHash": null
}
}