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": "ucm_compliance_plans",
"createdBy": null,
"created": "1953-02-26T17:53:33.309Z",
"lastUpdatedBy": null,
"lastUpdated": "1983-08-06T07:28:30.938Z",
"_id": "42ba05f36d2d579c1b56a530",
"gbac": {
"write": [
"ec2d6ab444123e410d57e063",
"805d841f5b68951aa636c45f",
"d8c9383f0668c1d063c389e5"
],
"read": [
"e277aa57993b5d51cd435a77",
"31ea21ac70bce24910574ba4"
]
},
"componentId": "4a09d7b2b20afed26bf0f437"
}
}