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": "et exercitation",
"created": "1977-04-11T05:16:03.019Z",
"lastUpdatedBy": "enim Duis incididunt nostrud amet",
"lastUpdated": "1948-07-01T14:08:37.627Z",
"_id": "7d4a2adc8d41c0eb75be395b",
"gbac": {
"write": [
"7ed2d3825a31677975a5256b",
"0d3d2650dbfbc2fcab868771",
"fff666e5605ff4d2064baf8d",
"ecfb8b12a50fd4f6f0aefb27",
"3a7542f698bdd467bf4e209c"
],
"read": [
"94f403306d36ec4aa580a0f9",
"9cdc12bbd3c2513c73579ff3",
"b9a79000579c2486bfb2d356",
"f7f8a0de734afb523d32c483"
]
},
"componentName": null
}
}