Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
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": "eu ipsum laborum do",
"created": "2006-07-28T06:15:38.397Z",
"lastUpdatedBy": "nulla exercitation ex adipisicing ut",
"lastUpdated": "1978-05-06T18:57:29.249Z",
"_id": "01a7fbd0f49d7b80fe35bf93",
"gbac": {
"write": [
"01e5632c9d6a0a3fa59de63d",
"b560962bb4bb3385fe93fb0d",
"9f0633c88c47aab3e9d34aed"
],
"read": [
"9c461395078fc773e249a21a",
"4cee2ee1cb95494e6361f14e"
]
},
"componentId": "07366f54faa009fbd3325519"
}
}