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": "7ced91e0e1eef2256bcf4589",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
}
]
},
"componentName": "Excepteur ut amet incididunt",
"createdBy": "commodo adipisicing",
"created": "1974-04-30T06:15:53.882Z",
"lastUpdatedBy": null,
"lastUpdated": "1986-09-10T07:34:52.708Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "48a75916f6a7980527e9e5bf",
"source": "velit",
"topic": "voluptate ea aliqua Lorem laboris",
"schema": null,
"_id": "07d53f1e8919e19c5bfdd671",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -46842059,
"legacyWrapper": true,
"createdBy": null,
"created": "1994-07-02T22:11:26.186Z",
"lastUpdatedBy": "est id quis sint",
"lastUpdated": "2005-03-08T17:09:31.482Z"
},
{
"name": -31796719.01224625,
"type": -48597515.24750702,
"enabled": -48027627.84474113,
"actionType": false,
"actionId": 79719244,
"formData": 91193566.12977493,
"firstRunAt": -5569129.907016456,
"processMissedRuns": 85489745.35244712,
"repeatUnit": 72575631,
"repeatFrequency": 91497262.13739577,
"repeatInterval": 79324876.81299964,
"_id": 62408176,
"formId": -47358899.507419184
}
]
}
}