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": "398c6374bda1fbd3958d7e20",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": null,
"created": "1971-04-23T13:35:14.99Z",
"lastUpdatedBy": null,
"lastUpdated": "1954-06-30T14:24:11.337Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "8584425a5b65dfc9725e18b1",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "ef83051fccebc0f22a7336b4",
"formId": null,
"description": "Some helpful information about the document",
"lastExecuted": 40979971,
"migrationVersion": -36813615,
"createdBy": "commodo in reprehenderit Excepteur dolore",
"created": "1954-09-05T23:41:50.105Z",
"lastUpdatedBy": null,
"lastUpdated": "1987-07-18T15:24:39.937Z",
"formSchemaHash": "laborum",
"legacyWrapper": false
},
{
"name": "myCoolDocumentName",
"type": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "147813344bd722bc3886666f",
"source": "consequat do cillum magna",
"topic": "ea ut ad",
"_id": "2ef619e3d475d1df92c77962",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 53103717,
"legacyWrapper": false,
"createdBy": "tempor sed",
"created": "2021-04-30T10:31:00.684Z",
"lastUpdatedBy": "ex magna",
"lastUpdated": "1966-01-12T20:43:30.957Z"
}
]
}
}