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": "nisi commodo",
"created": "2012-05-17T12:46:40.882Z",
"lastUpdatedBy": "dolore ipsum eiusmod Ut",
"lastUpdated": "2001-03-17T01:53:48.56Z",
"_id": "85e4717c8da32e29fff65946",
"gbac": {
"write": [
"207022e5289536001aad769e",
"e6b33a6d2153979804b7e823",
"7cb02a6340669c9e7dac3556",
"a9f3a9e52e57f1dc61197fec"
],
"read": [
"6833a06ac4ddda26049a0f85",
"29562384b3e47e25af3faab3",
"3ba2e8e4f7536d8d860bb70a",
"48b041bb61272538b8db607e",
"f49fefa9dc51ad6111766cd4"
]
},
"componentId": ""
}
}