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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "consequat",
"created": "2015-07-03T17:15:26.103Z",
"lastUpdatedBy": null,
"lastUpdated": "1971-10-26T15:07:46.701Z",
"_id": "9d332cae258e98e2d291a9fb",
"gbac": {
"write": [
"067c569ba6cc12c1210600f2",
"35dd844a19d028a5455a09d7"
],
"read": [
"f6c1b130ca12e010a465bd47",
"48bb2db32e1cbd18250cf2cc",
"ed8dfc63fc67480b2cca2678"
]
},
"componentId": ""
}
}