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": "amet dolore qui",
"created": "1956-11-14T11:34:13.679Z",
"lastUpdatedBy": "mollit ipsum in non incididunt",
"lastUpdated": "1952-03-15T21:56:03.445Z",
"_id": "2afec172123193cb079026c9",
"gbac": {
"write": [
"5da5462409854623429c710f",
"648234d43a2adc9c4d2f5f7c",
"0ea8ab029eac21fdc5b483d7",
"eddb5b22b21e7bdb513b44f4"
],
"read": [
"f715927f9e8bb61b300cb6ed",
"f6519710674d3d297b21b6e2"
]
},
"componentId": null
}
}