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": "workflows",
"createdBy": "eiusmod ea ut nostrud veniam",
"created": "2009-10-25T01:30:53.294Z",
"lastUpdatedBy": null,
"lastUpdated": "2003-04-13T04:35:48.873Z",
"_id": "2331cb50a075614e00ce290b",
"gbac": {
"write": [
"ab1407c629c6bb75350e4e04",
"1dbb30ae13d6969405746c68",
"93aa53095f58a40eee208e25"
],
"read": [
"422ec7fcb0aa38e273ae9a17",
"b8819dc7e09e936667c6c985",
"2f3d43983a79e3323448183d"
]
},
"componentId": "c89645dc78e5183f9a606379"
}
}