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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": null,
"created": "1968-05-15T19:25:12.035Z",
"lastUpdatedBy": null,
"lastUpdated": "2017-06-03T12:01:39.287Z",
"_id": "76f20b2dc7e24a4ae822e5bd",
"gbac": {
"write": [
"c54ee8b561a3c15527459ce0",
"75ec79f5ac777383132aaa88",
"4120813044b74af8fbbb84e6"
],
"read": [
"58926f2cee5a563448a42af1"
]
},
"componentId": ""
}
}