Summary
Export Automation
Description
Export an Automation.
Route
GET /operations-manager/automations/:id/export
Roles
admin
engineering
apiread
viewer
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| id |
string |
yes |
The id of the Automation 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",
"description": "Some helpful information about the document",
"componentType": "ucm_compliance_plans",
"_id": "b5335e7de8d837b8c277d70d",
"gbac": {
"write": [
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": null,
"created": "1945-12-17T14:28:31.694Z",
"lastUpdatedBy": null,
"lastUpdated": "1952-08-23T20:38:34.788Z",
"triggers": [
{
"name": "velit dolore",
"type": "ipsum",
"enabled": -48363939,
"actionType": -33413973.519034542,
"actionId": "officia id ut dolore est",
"formData": "non elit ullamco anim",
"firstRunAt": "dolore in",
"processMissedRuns": 65677389.14030677,
"repeatUnit": -13181399,
"repeatFrequency": "cupidatat",
"repeatInterval": -40789549,
"_id": true,
"formId": 45983261
},
{
"name": "myCoolDocumentName",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "4bf8006ff4570ba417e31a1c",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "1f400bdbdfa8036ac4db0386",
"formId": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -26714590,
"createdBy": "reprehenderit pariatur",
"created": "1968-05-22T08:09:09.405Z",
"lastUpdatedBy": "nisi occaecat laborum est",
"lastUpdated": "1999-09-21T18:52:09.447Z",
"formSchemaHash": "dolore eiusmod Lorem reprehenderit ex",
"legacyWrapper": false
}
]
}
}