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": "workflows",
"_id": "e3b8eb88902a6418430faa3d",
"gbac": {
"write": [
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "ldap",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "designers",
"description": "Description of a group"
}
]
},
"componentName": "Lorem veniam proident",
"createdBy": "exercitation",
"created": "1964-11-29T13:25:08.546Z",
"lastUpdatedBy": "exercitation quis enim",
"lastUpdated": "2011-03-20T12:28:39.624Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "e973a547eafefa7fd2b1598b",
"source": "officia proident velit",
"topic": "minim",
"_id": "14331e2d4fffaf40dfb7e42e",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": 66026429,
"migrationVersion": 44625453,
"createdBy": "ullamco",
"created": "1956-11-11T00:52:07.55Z",
"lastUpdatedBy": "Ut",
"lastUpdated": "1996-03-14T04:08:30.116Z"
},
{
"name": "myCoolDocumentName",
"type": "manual",
"enabled": false,
"actionType": "automations",
"actionId": "84390e7c6d9d4ab154e50e5e",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "5660ea96efc6e780d93cd81f",
"formId": "myCoolDocumentName",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -38290761,
"createdBy": null,
"created": "1982-06-10T05:27:19.52Z",
"lastUpdatedBy": "veniam voluptate ullamco in",
"lastUpdated": "1949-06-11T06:59:47.696Z",
"formSchemaHash": "proident eiusmod dolore reprehenderit aute"
}
]
}
}