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": "63465c6df5a9394f1b709ffa",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
}
]
},
"componentName": "Duis reprehenderit fugiat id",
"createdBy": null,
"created": "1951-12-31T01:26:13.564Z",
"lastUpdatedBy": "qui",
"lastUpdated": "1968-06-25T08:11:07.952Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "5c010e1ded1b7e5b82eefaee",
"verb": "POST",
"routeName": "CqX",
"_id": "6fb5743c89b7d4d51ff9c522",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 88714279,
"migrationVersion": -35453807,
"createdBy": "non consectetur",
"created": "1945-08-28T18:35:00.528Z",
"lastUpdatedBy": null,
"lastUpdated": "1990-08-20T20:42:31.338Z"
},
{
"name": -49014534.631747164,
"type": "officia ut reprehenderit",
"enabled": -9386821,
"actionType": -40933645.52861956,
"actionId": -85828265,
"formData": -6082470,
"firstRunAt": false,
"processMissedRuns": "id incididunt Excepteur aliquip",
"repeatUnit": true,
"repeatFrequency": -10295687.973915339,
"repeatInterval": "minim elit dolor laboris",
"_id": true,
"formId": 21951847.372640282
}
]
}
}