Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
operations
viewer
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": null,
"createdBy": "dolor in mollit laboris",
"created": "2022-09-19T21:20:04.74Z",
"lastUpdatedBy": null,
"lastUpdated": "2010-08-07T11:13:20.735Z",
"_id": "5da9e60278185cc024f90081",
"gbac": {
"write": [
"880fdbb75f55f22b336acbf6",
"6e9d1dfbe7b461aa4b35a87d",
"3280f9b87d5d05d26c7edca7"
],
"read": [
"f333ae09c7703a86d08cf00e",
"fb41840254abd66270618e5a",
"9c968a6249744d19313bf310"
]
},
"componentName": "voluptate elit esse ullamco"
}
}