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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": null,
"createdBy": null,
"created": "1971-04-09T04:40:45.403Z",
"lastUpdatedBy": "ut mollit do culpa",
"lastUpdated": "2015-08-29T06:21:25.458Z",
"_id": "b4273ed1714ed2442449be33",
"gbac": {
"write": [
"b2da6be3e3edda270f9c1559",
"d92d3c47d5d70fd8a1d1a52a",
"e67a2f4f224dc0c70f60b14b",
"ba3d9385a61bbaf8c0d96974",
"606c57515d66bdc5aebb6f81"
],
"read": [
"0cf97f301abf2e57432d685a",
"363364a56f570d2eba5cdb83",
"f74d564e502e36d04daa84c9",
"69d0c1eb48564a8d066713d6",
"8bf1c135536beabfc09b262e"
]
},
"componentId": null,
"componentName": "dolor laboris"
}
}