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": "minim in exercitation in",
"created": "2010-11-07T03:30:15.27Z",
"lastUpdatedBy": "velit",
"lastUpdated": "1986-06-27T18:56:08.168Z",
"_id": "3b35cfc8e9e0c87b37ae15fa",
"gbac": {
"write": [
"1bdfb6c13ec80e740cc2bfbd",
"4b83ee25f8a0ebc990eb01ae",
"5929ba28c117eee5e09e57bf",
"c1aa3ad464afc2a1739ffb77"
],
"read": [
"f86112941cb12e3a906c90c2",
"8ce6c277652d2880e0ec4f90",
"b25b0558504348b91bdccf6d",
"6821368f748574ddde1fc648",
"534f6721a5b4e7b20043bf4a"
]
},
"componentId": "",
"componentName": "exercitation proident sint Duis pariatur"
}
}