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": "sed",
"created": "1948-12-05T22:35:23.892Z",
"lastUpdatedBy": null,
"lastUpdated": "1972-03-02T19:18:50.315Z",
"_id": "459f6a22acf5f51d27d7dea2",
"gbac": {
"write": [
"e30379296361ae32fe0cf33c",
"83494156f919f8cdfd51b1e1",
"41adb95c0c55e29806b5e0fd",
"97826c14c72b05e087e2a614",
"5eee9975bbaf0806f4c5fd40"
],
"read": [
"6f37f04cfb6e962518ef0de6"
]
},
"componentId": "65CD45BB-1BB4-c913-7bAE-F0fB2EAcD4D5"
}
}