Summary
Export Trigger
Description
Export a Trigger.
Route
GET /operations-manager/triggers/:id/export
Roles
admin
apiread
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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"type": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "6f2a3ba634e9317e12b5cd0c",
"source": "Excepteur exercitation ex",
"topic": "proident qui non quis",
"_id": "7de31c87d9ae71c57a63329d",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 17775229,
"createdBy": null,
"created": "1986-05-01T18:05:40.843Z",
"lastUpdatedBy": "aliquip mollit ut",
"lastUpdated": "1952-09-22T23:47:26.772Z"
}
}