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": "b4ed0762ccb110de3c1b8d2b",
"gbac": {
"write": [
{
"provenance": "ldap",
"name": "operators",
"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": "designers",
"description": "Description of a group"
}
],
"read": [
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "designers",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "admins",
"description": "Description of a group"
},
{
"provenance": "localAAA",
"name": "operators",
"description": "Description of a group"
}
]
},
"componentName": null,
"createdBy": null,
"created": "1984-04-26T20:59:19.226Z",
"lastUpdatedBy": null,
"lastUpdated": "1953-11-30T02:42:51.064Z",
"triggers": [
{
"name": -40871237,
"type": -56188931.0897226,
"enabled": true,
"actionType": false,
"actionId": -14522224,
"formData": true,
"firstRunAt": true,
"processMissedRuns": "sint dolore in aliquip",
"repeatUnit": "mollit qui et",
"repeatFrequency": -93178201.50965561,
"repeatInterval": -43476488.70899929,
"_id": -35752508.68149742,
"formId": false
},
{
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "1fcf0f118b2a7874333c9ed7",
"verb": "POST",
"routeName": "2m2Wh",
"_id": "deca1016d024c091f445f1b9",
"jst": null,
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -48803194,
"createdBy": null,
"created": "1952-02-19T19:30:07.813Z",
"lastUpdatedBy": "do minim tempor qui ullamco",
"lastUpdated": "1987-05-13T16:52:14.236Z"
}
]
}
}