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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": null,
"created": "1970-06-24T12:38:56.27Z",
"lastUpdatedBy": null,
"lastUpdated": "1971-09-20T15:40:07.247Z",
"_id": "865975d499d39794c127abc2",
"gbac": {
"write": [
"d9e0a9e55b0f5ff206b6e11e",
"c8eccaf4588e89e34e411646",
"940434cfd39e46be2c1573f2"
],
"read": [
"039501b9772ae222c61bab37",
"2e9fdfc2ed5e43c0dba0b616",
"df7a5ad69834c178fb6a0319"
]
},
"componentId": "",
"componentName": null
}
}