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": "workflows",
"createdBy": null,
"created": "1967-06-30T01:44:08.943Z",
"lastUpdatedBy": "aute",
"lastUpdated": "1995-04-14T21:34:37.244Z",
"_id": "373ebada80733fcb9766623e",
"gbac": {
"write": [
"c107865b28bec385db82cc61",
"3f553ad305cbc8de87e2fa17",
"21ca16a5246eb4b2562a7ccb",
"09783f944f272f1a47e1b1f6"
],
"read": [
"cc2c30c4315420b598db4e35",
"bf87191114158d072b8ea9c3",
"e8fbce3194be2f797470be29",
"9945f7d942f20cecd172f44a"
]
},
"componentName": null
}
}