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": "Lorem",
"created": "1960-02-04T19:48:26.034Z",
"lastUpdatedBy": "sit laborum nostrud in",
"lastUpdated": "1971-07-15T11:08:43.883Z",
"_id": "34f8d30732cd546a50f63a05",
"gbac": {
"write": [
"3c1bd5257e99e27d8534f324",
"72d455317924091e625a86c2",
"168ad270706caefd8fce1e15"
],
"read": [
"d3464b0823822d7914f336ac",
"fb7e69e14989bbbe4e7365f7",
"f5f15a3498fffe48754283dc",
"66996b2282408613b1420078",
"888bd3c03f1d2ab721bdc3ea"
]
},
"componentId": "BFA67F4E-584f-19c7-3d20-ae3CD7CFEDad"
}
}