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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": null,
"created": "1949-08-07T07:06:54.848Z",
"lastUpdatedBy": null,
"lastUpdated": "1983-07-07T11:32:58.358Z",
"_id": "3dfb9684feb890eac1147840",
"gbac": {
"write": [
"758c2753658a7ce9254e31f8",
"5bf32e0b2c22a539510349ca",
"f884c37182f37427d391b975",
"6f266ecf0b44a1daa2523707",
"9675d9471c87354a6b23ea94"
],
"read": [
"cd681d47ef2a8b57a342761c",
"b62c1f7303b689946ca1b3c9",
"4f9b8535c4ebb07227239652",
"ff77574e5ba6e6e4f0cd5225"
]
},
"componentId": "30c3cee9339ecefcef4d82ea",
"componentName": null
}
}