Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
viewer
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
The id of the Automation to get. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The requested Automation. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "dolor pariatur Duis proident sunt",
"created": "1995-11-09T22:20:46.931Z",
"lastUpdatedBy": null,
"lastUpdated": "1959-01-17T00:02:32.023Z",
"_id": "095bc2f42072b5fde932a9e4",
"gbac": {
"write": [
"1b4ac3330243c22978a116cc",
"9d5474f0ce221d43ccf11e6a"
],
"read": [
"115afd074fff1c5f08644f52"
]
},
"componentId": "c15ad59c49927f525bc396a8"
}
}