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": null,
"createdBy": "et mollit",
"created": "2019-09-14T10:53:07.425Z",
"lastUpdatedBy": "magna consectetur officia ad",
"lastUpdated": "1989-01-11T15:50:18.868Z",
"_id": "18795501b22fce13f57863eb",
"gbac": {
"write": [
"84273e2b74efb1139982a3c7"
],
"read": [
"878ccfb1d84b5b9c789c1255",
"5b4a493a630601a9d44e9676",
"23ea57972e8346f39ccf9a0d",
"6f052d84c472fdfcf0ffd9a6",
"2c53e766e908cc6e15c749fe"
]
},
"componentId": ""
}
}