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": "2001-09-06T05:25:03.034Z",
"lastUpdatedBy": null,
"lastUpdated": "1984-11-10T21:57:36.824Z",
"_id": "8c3b870c688575dec35510e0",
"gbac": {
"write": [
"de379643a60de50c4f96ea24",
"de44098ff8b8b08c35be41ee",
"fda50d20ae768573865f7c27",
"b78d4de2813c202875a08de3",
"a31803a7b8e1c1d0c4112a23"
],
"read": [
"41c1f5f39dfe71eeb6ab47fb",
"118bb87c09d94e8a7aae6a50"
]
},
"componentId": null,
"componentName": "mollit aliqua proident esse"
}
}