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": "2011-09-15T07:57:10.761Z",
"lastUpdatedBy": "fugiat",
"lastUpdated": "2021-07-15T05:26:46.764Z",
"_id": "4b4c73e7d06cb917b53e40fa",
"gbac": {
"write": [
"634b868a2f01be5117d88c6b",
"79bf00782645d4655388ba4a",
"dbdfc112c682cfbf7832ef6d",
"8ed1b3b8d1959f398aa76775"
],
"read": [
"96afb380629998c3f4a115f8"
]
},
"componentName": null
}
}