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": "workflows",
"createdBy": null,
"created": "1977-09-15T18:36:59.035Z",
"lastUpdatedBy": "ut",
"lastUpdated": "2015-01-10T01:39:08.628Z",
"_id": "ba68dfb4b9eb7d9d4f39b793",
"gbac": {
"write": [
"883bd53d3a0f8af45ac25032",
"4bf2966a923a7f26742ae9e7"
],
"read": [
"82c2e00d26faa57698ead0f4"
]
},
"componentName": "elit"
}
}