Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
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": "1954-05-18T02:31:37.624Z",
"lastUpdatedBy": null,
"lastUpdated": "1986-06-16T05:17:51.142Z",
"_id": "d45203c9f121b2eea8fde11a",
"gbac": {
"write": [
"229bb1189b272b340acf7892",
"2af983f666550d5a2e0eeb13",
"ea92da3c44b51e018af8faff",
"cf76b6dae6390584fa0b5860",
"16a2e3b644e8c743d5108945"
],
"read": [
"a09a79fa8c1475fb96b07f05",
"4b84840bef79eedf9bb71a3c",
"2b3af6347464af6a205f8bde"
]
},
"componentName": null
}
}