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": "Duis eu enim non",
"created": "2004-08-21T02:48:29.347Z",
"lastUpdatedBy": "Duis voluptate velit cillum",
"lastUpdated": "1969-10-18T09:50:32.88Z",
"_id": "0ee057d5aff96db4ce3373d6",
"gbac": {
"write": [
"97e922eb59b23f1727ab72ea",
"1619b1b804f7f6e50642a92c"
],
"read": [
"f4857810ce702e5daf72b4f5",
"4a9e56273011cf10ab7fb74e"
]
},
"componentId": "",
"componentName": null
}
}