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": "commodo non",
"created": "1954-05-25T12:36:36.621Z",
"lastUpdatedBy": null,
"lastUpdated": "2015-03-11T05:19:52.768Z",
"_id": "44f0dd4b1c277a27f0977836",
"gbac": {
"write": [
"cb823acbfa5621d57ec58f54",
"2d46b866fc5f3011ba2ee56d"
],
"read": [
"03a72fdb71f7026cce3d3d6a",
"b821bf3e26b49c0b2180ca8d",
"f3a93803ef36a5b0c2c85469",
"febc499dd834fbef8bf0a72e",
"aa84425cbea2f773b12b9d95"
]
},
"componentId": "7483B9BF-B133-Df2E-d7eB-FBE5bCa8E1D5",
"componentName": null
}
}