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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "ucm_compliance_plans",
"createdBy": null,
"created": "2004-10-29T22:09:36.809Z",
"lastUpdatedBy": null,
"lastUpdated": "1961-04-29T22:28:54.303Z",
"_id": "789ec585a829f2589c9248a6",
"gbac": {
"write": [
"df669529bb4b83d35df29ab0",
"8a5384518565fb3bb86e7113",
"3c0ac08793f6a36f43e4d7f3",
"109bb4c12fca4364065ab018"
],
"read": [
"c6769de11f0e7b0c4ce38aa0",
"e2aded83714372d7668159a7",
"f8bcf8c769a99cf3982ff01c",
"6b3728cbb7482264f63ca895"
]
},
"componentId": "",
"componentName": null
}
}