Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
viewer
operations
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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": null,
"createdBy": null,
"created": "1958-07-15T11:49:22.674Z",
"lastUpdatedBy": "reprehenderit Excepteur consectetur non",
"lastUpdated": "1988-05-07T05:10:26.754Z",
"_id": "f8cf7fa06dbf0330d22f1740",
"gbac": {
"write": [
"32cdfca773174214ec88c49e",
"5fa4f760b1842f970f04afff",
"1fef0fb44f89a3e0f3d30a49"
],
"read": [
"4f9faf7bca186a995e472f75",
"02b84bfbadd67f0e95b1e847"
]
},
"componentId": null,
"componentName": null
}
}