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": "1950-02-24T12:08:53.151Z",
"lastUpdatedBy": "nostrud pariatur et veniam anim",
"lastUpdated": "2023-01-23T20:21:38.702Z",
"_id": "52771786e01a698a01f01b54",
"gbac": {
"write": [
"2109bfb35cf2b16d42ab7a9c",
"6c87980715d7f4a4c471369b"
],
"read": [
"c2d162aa8246c150626e264e"
]
},
"componentName": null
}
}