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": "1994-10-29T00:50:15.86Z",
"lastUpdatedBy": null,
"lastUpdated": "1949-11-24T22:50:20.818Z",
"_id": "4802fa7af895abcca27c4214",
"gbac": {
"write": [
"b870e3d4b4cd942844fae0a6",
"65880750e6d703bdfafb840a",
"965c2c62368090f453fae2ee",
"e507a2969f2662a3bdd1062b",
"200d7f26fe41cccb894c790d"
],
"read": [
"9ed32a434ffc75f39804fc06",
"65bc5dbb707cf82390f8c5d8",
"e08f339a0b589e78a78457c3"
]
},
"componentId": "ac57607aeb384a64e07f625f",
"componentName": "aliqua ex cillum ut"
}
}