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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "labore ea",
"created": "1955-11-30T03:27:09.626Z",
"lastUpdatedBy": null,
"lastUpdated": "1976-01-10T18:13:28.498Z",
"_id": "8f5aa7f7f37eb2874982979b",
"gbac": {
"write": [
"65c3588cf8d23dedad7aa28d",
"0f235ffe96d839f405620340",
"686f5ea9f138777114138bcf",
"7b85e441256dff3fe12c8601",
"9b90e4982b78362e5163a233"
],
"read": [
"35d16071b81209744d47b23d",
"320522cf6ccf5cc0e816d3c9"
]
},
"componentName": null
}
}