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": "ucm_compliance_plans",
"createdBy": null,
"created": "2018-03-20T12:08:57.202Z",
"lastUpdatedBy": null,
"lastUpdated": "2018-04-26T04:47:22.631Z",
"_id": "0916886c0eea1b943d77d634",
"gbac": {
"write": [
"8afa0a5d683b216af410285a",
"aebaeddc4a1534c87e827dec"
],
"read": [
"a53a84b3e17448431096e2e4",
"f5ec76ed8a66d768fea507f1",
"555fea9b60f0e62645bf4f48",
"d3495e8166e148629ad08598",
"5f2bd311b00eb0c372073c5c"
]
},
"componentName": "Duis velit Lorem"
}
}