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": null,
"created": "2019-02-24T14:47:53.867Z",
"lastUpdatedBy": "pariatur id deserunt",
"lastUpdated": "2016-12-03T06:13:06.539Z",
"_id": "16750e0300ec2deefaea9282",
"gbac": {
"write": [
"4f0608a7a4108c5c1de6809d",
"e0a2cb7e93af71fea44dee12"
],
"read": [
"1e099b033c248cbdad0c7b30",
"31405d34ce99b93d4bc637e8",
"4bae5b1e72998e457f435655",
"214f54cca3ecb4fd8057a7de"
]
},
"componentId": "",
"componentName": null
}
}