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": null,
"createdBy": "dolore",
"created": "1958-10-30T04:09:46.791Z",
"lastUpdatedBy": null,
"lastUpdated": "1956-04-18T21:16:34.573Z",
"_id": "ea6953d01f5d54f2c1396834",
"gbac": {
"write": [
"32aee95945b4ec3cfb0dd425",
"fb1d4d15232108e6d432d379",
"3da41ed52fccf35f6f278458"
],
"read": [
"c622bf3a102b022f4b6cfcb3",
"2481b579512f0b808fb58f29",
"a62aa90f57e29c429285a193"
]
},
"componentId": "4fcf2021e6f6167b2924d2e5"
}
}