Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
operations
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": "1983-09-13T00:03:30.92Z",
"lastUpdatedBy": null,
"lastUpdated": "2017-11-24T00:01:57.703Z",
"_id": "1b9b768d36badd7d54d7e233",
"gbac": {
"write": [
"bb119434d80d621702b5410e"
],
"read": [
"89436b730e1647cccdef8067",
"a562f3abb1eb281f88376725",
"0c814119229a33914ff48b18"
]
},
"componentId": null
}
}