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": null,
"createdBy": null,
"created": "1993-01-27T07:50:54.116Z",
"lastUpdatedBy": null,
"lastUpdated": "1978-05-27T10:46:35.234Z",
"_id": "9737c281f3b40a583f8c8984",
"gbac": {
"write": [
"8a1ec9041722f527c600b9dc",
"872aa54e4a8c5189f89175bb",
"41da71375246037f2e1e1a27",
"951de1cd8a354b4fe9b0c32e",
"117f96c709e278173a0149bd"
],
"read": [
"aa71e6694351ef43eec8fa67",
"fc205dcac18394d81852bbd9",
"f62c64b066a6e17ba28c2b01",
"178346fc2de03fa266ff0f9f"
]
},
"componentId": null,
"componentName": null
}
}