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": "laborum et commodo",
"created": "1983-09-10T23:09:42.082Z",
"lastUpdatedBy": null,
"lastUpdated": "1983-05-11T06:00:17.234Z",
"_id": "2e7496643f91d89ca5d17ac3",
"gbac": {
"write": [
"921a59cd4f3ba9e595dac23b",
"8c0ca56915ba4cdd0c24c28f",
"cc9dac8fe46c364ac27778b8",
"bdd0d64c997c53ce17b5ffd2"
],
"read": [
"82aa38d020ecc340acdeecd1"
]
},
"componentId": null,
"componentName": "ex"
}
}