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": "amet nulla",
"created": "2017-08-22T02:25:12.946Z",
"lastUpdatedBy": "tempor elit",
"lastUpdated": "1985-09-18T02:04:18.374Z",
"_id": "90c3aeb773f35da99d00d352",
"gbac": {
"write": [
"fb6425e0dd5fb0b7c6b710ed",
"6cecb4f48df714fdc3a32b7e",
"0d89a63c1e0e27eee79c72fe",
"4bedfb92c228d9532b8c93f0",
"fecb05fdec29f2eac8048af3"
],
"read": [
"c324393f48ee4fca391ad6e1",
"f6472ae7b98f85d79055bf4c",
"2240ae52830cb2a7e2f52ece",
"0376d2210885b6b11b2ded49"
]
},
"componentId": "ccd9e04499629c4b58b8643d",
"componentName": null
}
}