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": "1961-06-07T14:26:28.485Z",
"lastUpdatedBy": "in eiusmod veniam",
"lastUpdated": "2000-06-02T20:19:10.504Z",
"_id": "26492544f93f1e935c37e81b",
"gbac": {
"write": [
"15e48d6ca0407537e8fd7581",
"24b3a967d451975a7109fda2",
"14fe6693012325f5cec14dae",
"1bcb92a940698471dd52253f",
"a72782b8d53a9a003b5bda4d"
],
"read": [
"4b88eb6d51af17c31b634b44"
]
},
"componentId": "c6F98296-8a25-617d-47e6-75fbbB3F3c3A"
}
}