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": "a9ed7afb66d7d66895595504",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"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": "designers",
"description": "Description of a group"
}
]
},
"componentName": "incididunt consectetur",
"createdBy": "sunt commodo irure laboris id",
"created": "1983-09-05T20:03:34.953Z",
"lastUpdatedBy": null,
"lastUpdated": "1979-12-02T11:19:15.674Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "25985cd9926801cfca348891",
"source": "proident ad ut reprehenderit sunt",
"topic": "velit",
"schema": null,
"_id": "69c35d123a77c91c2bfcfc70",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 48063803,
"legacyWrapper": true,
"createdBy": "consectetur in esse ut",
"created": "2015-05-04T05:17:24.764Z",
"lastUpdatedBy": "anim non laborum",
"lastUpdated": "2005-05-04T19:17:20.265Z"
}
]
}
}