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": "fb5b6b0e81cbd7e333672b3e",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": "veniam nostrud ipsum adipisicing",
"created": "1993-04-25T13:43:09.326Z",
"lastUpdatedBy": null,
"lastUpdated": "1949-01-05T05:26:46.422Z",
"triggers": [
{
"name": "ea",
"type": "amet ullamco",
"enabled": "sit ut enim commodo",
"actionType": -15534851,
"actionId": false,
"formData": "ut eiusmod nostrud",
"firstRunAt": -39734569,
"processMissedRuns": -13839135,
"repeatUnit": "cupidatat enim",
"repeatFrequency": -8168783,
"repeatInterval": "ea do irure dolor sint",
"_id": 83587581.43366224,
"formId": -93158539.2783397
},
{
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "2f924f8829dedf7f4deb2cff",
"verb": "POST",
"routeName": "3NBS",
"schema": null,
"_id": "6b2b806ecf25a82498385c78",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": 7602329,
"createdBy": null,
"created": "1948-02-11T18:50:48.384Z",
"lastUpdatedBy": "nisi labore",
"lastUpdated": "2024-05-21T01:25:44.725Z"
}
]
}
}