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": "2016-08-17T20:49:59.143Z",
"lastUpdatedBy": null,
"lastUpdated": "1983-12-29T02:32:34.818Z",
"_id": "ac687c90db9121509ce2877e",
"gbac": {
"write": [
"a3775ee507dce26a73dbc139",
"e095834cdf10502cc9311b75",
"ecbd73291d860a3b2be12964"
],
"read": [
"7a56e65ea04d0f3fae5696e3",
"2eaf92760f706be83b533af8",
"6ae0dc99764e042045a7a66c",
"d208104172faeaf9c426afdf",
"c7b9b386a3783f860ec088e5"
]
},
"componentId": null,
"componentName": "eiusmod commodo mollit consequat"
}
}