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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "ucm_compliance_plans",
"_id": "b58a98e55a359233b7baaa78",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": "velit culpa nostrud",
"created": "2002-10-13T16:00:39.103Z",
"lastUpdatedBy": "ullamco voluptate",
"lastUpdated": "1954-09-22T16:27:45.057Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "22de8680bc273d92a1a4ff6b",
"verb": "POST",
"routeName": "dVQ7nr2",
"schema": null,
"_id": "36d2be0e4ce027d06afff5e6",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 76690593,
"createdBy": "cupidatat in",
"created": "2015-12-22T06:57:58.171Z",
"lastUpdatedBy": null,
"lastUpdated": "2017-03-15T01:52:26.85Z"
}
]
}
}