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": "workflows",
"_id": "5d60c3423680a28765d11124",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": null,
"created": "1999-12-18T05:22:58.281Z",
"lastUpdatedBy": "quis officia",
"lastUpdated": "1977-08-17T16:04:42.153Z",
"triggers": [
{
"name": 78623202,
"type": 8580580.551165491,
"enabled": 95805341,
"actionType": true,
"actionId": "pariatur ullamco",
"formData": -96191160,
"firstRunAt": -65282737,
"processMissedRuns": "dolore nisi ut incididunt",
"repeatUnit": "ut deserunt labore",
"repeatFrequency": -22993144,
"repeatInterval": -99900095,
"_id": 84151712.64834508,
"formId": false
}
]
}
}