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": "1990-04-08T04:33:07.516Z",
"lastUpdatedBy": "eiusmod veniam",
"lastUpdated": "2022-11-07T20:55:53.13Z",
"_id": "cb41f19ef1a82853cd064c31",
"gbac": {
"write": [
"99522f15b3d2a71d9a4c1a0b",
"020cc4a92bf67af09e6f67ed",
"5a3f6c9a793fc2b541c5b1fb",
"ea864f2add1d19c0b83bb4e3",
"0ae494d2ac0f3785cb0978b2"
],
"read": [
"78f90d908d6ebdb87a0dd734",
"86ee90d661ee11bceee67d4d"
]
},
"componentName": "cillum Lorem minim velit"
}
}