Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
viewer
operations
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": "1999-09-02T18:09:44.617Z",
"lastUpdatedBy": null,
"lastUpdated": "1989-10-24T00:21:07.912Z",
"_id": "148b427faaa5cb51302b2749",
"gbac": {
"write": [
"79c4f12681832d87f57ebe26",
"222e110dde38105302a06709",
"d38f7c1e1ea983801d4d4b1a",
"0f2d4f5724b2200074ced8c2",
"dcfd0b3d0d5d01dca64ba57f"
],
"read": [
"3186cfbf8ad44656ca18b687",
"f1e7eddb1e5caa047473972c",
"f15cbc3423fab9666f235962"
]
},
"componentId": null,
"componentName": null
}
}