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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": null,
"createdBy": "culpa ad",
"created": "2019-02-20T01:25:49.961Z",
"lastUpdatedBy": null,
"lastUpdated": "1984-10-22T22:09:32.231Z",
"_id": "8277f58409105aac98120e98",
"gbac": {
"write": [
"f39ec4834732d94f55cdd49c"
],
"read": [
"20f3eaf3c9445ff6566df5da",
"3beb6a5dd4c6a61fc1428d9b",
"d455dbdfcf8eef6c167e41b0"
]
},
"componentId": null
}
}