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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "ea voluptate",
"created": "2021-08-15T08:09:25.533Z",
"lastUpdatedBy": "veniam culpa eu officia irure",
"lastUpdated": "1993-07-07T05:01:14.732Z",
"_id": "f107b44462942055f407b0c0",
"gbac": {
"write": [
"749257a880e161b6d10b703c"
],
"read": [
"8f2e46c05aad2e1527310724"
]
},
"componentName": null
}
}