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": "0edbb3cb8eef8c1d1bebd72c",
"gbac": {
"write": [
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
},
{
"provenance": "ldap",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": null,
"created": "1965-11-21T05:12:55.253Z",
"lastUpdatedBy": null,
"lastUpdated": "1953-01-01T23:27:03.056Z",
"triggers": [
{
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "de18c8c1157ea59b2fdef312",
"verb": "POST",
"routeName": "ZwV-XW",
"_id": "870bcdbe6c14d5e3790f9822",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -79709724,
"createdBy": "ad velit",
"created": "1959-10-02T18:17:00.606Z",
"lastUpdatedBy": null,
"lastUpdated": "1996-09-30T01:58:19.435Z"
}
]
}
}