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": null,
"created": "1983-04-19T20:40:10.512Z",
"lastUpdatedBy": null,
"lastUpdated": "1995-06-19T17:15:04.1Z",
"_id": "5b0d5587b3313a4391102152",
"gbac": {
"write": [
"69b3326bfc214fde6b85da01",
"4f2382133148ff77117f2f50",
"23f637792fc71cc2c2a9d413",
"f10bfe08a8acc79f60df0448",
"5f9cfebe30adddb97af97634"
],
"read": [
"f04cc925bf70eb13acb6a838",
"f5387a1925246099331c66d6",
"369841cf891516a130b2d819",
"3ae17a34217f3e84364dac05",
"59d92a04d6e05f282a5f6989"
]
},
"componentName": null
}
}