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": "1998-10-30T02:04:08.323Z",
"lastUpdatedBy": "in",
"lastUpdated": "1963-03-26T00:48:28.885Z",
"_id": "59c618c7680b25a07161844b",
"gbac": {
"write": [
"d0f2b485c93c8c0c5540ffc5",
"3ae767e8278e7cbe7e09832e",
"ffa4824421a18162de4c3731",
"aecd63560545abd6fd5550af"
],
"read": [
"d3b195f83e7de311d9e6ae7a"
]
},
"componentId": "00Bbc13e-8D16-00B7-67ea-4e9BeCde4cA2",
"componentName": "dolor proident nostrud adipisicing"
}
}