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": "aute labore et sint",
"created": "1988-06-08T07:30:09.726Z",
"lastUpdatedBy": "sunt Excepteur",
"lastUpdated": "2007-06-12T22:07:45.305Z",
"_id": "470d3e044b4d45675fbb009e",
"gbac": {
"write": [
"96a62791db5878b2e1b59b3d"
],
"read": [
"16876cff5741ab2749ae689c",
"60351518a76a32bd22eb5c42",
"744065e530bf8e6abf32d852",
"8f6f1eb32985c7665be151d3"
]
},
"componentId": null
}
}