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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": null,
"created": "1954-03-15T00:01:41.662Z",
"lastUpdatedBy": "exercitation in est incididunt",
"lastUpdated": "2015-05-09T07:53:29.032Z",
"_id": "5bc26f7c4dbe272a4ba9248d",
"gbac": {
"write": [
"5061a81d43d0f70e1f4ba142"
],
"read": [
"302a7ad77126e3381e1fa5f5"
]
},
"componentId": null,
"componentName": null
}
}