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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "ucm_compliance_plans",
"_id": "baf5d5eb214af7e4a296193e",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": null,
"created": "2020-08-07T08:56:35.099Z",
"lastUpdatedBy": "fugiat laborum",
"lastUpdated": "2000-04-21T11:24:25.479Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "643f83152d8bb8363930c4fb",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "36511f476bb9a8e7d46dd664",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": 40810450,
"migrationVersion": 48635567,
"createdBy": "commodo",
"created": "1975-01-31T00:59:51.517Z",
"lastUpdatedBy": null,
"lastUpdated": "1994-07-15T01:25:36.94Z",
"formSchemaHash": "adipisicing cupidatat",
"legacyWrapper": true
}
]
}
}