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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"_id": "6fb95f43baea52fafdacc757",
"gbac": {
"write": [
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
},
{
"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"
}
],
"read": [
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
}
]
},
"componentName": "dolor sit nulla aliquip",
"createdBy": "officia ullamco elit dolor",
"created": "1983-12-17T16:16:58.622Z",
"lastUpdatedBy": null,
"lastUpdated": "1958-05-22T15:43:05.385Z",
"triggers": [
{
"name": -30228503,
"type": 47113006.20711568,
"enabled": false,
"actionType": "aute cillum mollit",
"actionId": 16191030.232049018,
"formData": 9153621.489511862,
"firstRunAt": 74138352,
"processMissedRuns": 20523956,
"repeatUnit": -72822203.61561364,
"repeatFrequency": -80915555,
"repeatInterval": 87839109,
"_id": false,
"formId": true
},
{
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "94bb473f2636f45efd6bd0fb",
"verb": "POST",
"routeName": "pkz",
"_id": "ffc7ca7d9ee1eb614fb0eba2",
"description": "Some helpful information about the document",
"lastExecuted": 8585474,
"migrationVersion": 24518442,
"createdBy": null,
"created": "2006-10-06T23:13:01.138Z",
"lastUpdatedBy": null,
"lastUpdated": "1993-05-03T22:38:50.432Z"
}
]
}
}