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": null,
"createdBy": "aliqua consectetur",
"created": "2004-03-23T23:38:30.369Z",
"lastUpdatedBy": "dolore eu enim",
"lastUpdated": "1960-10-30T01:46:55.2Z",
"_id": "ae7e500fedf0a86df311568f",
"gbac": {
"write": [
"76821f5de9b6b537a5ec13a4"
],
"read": [
"222ff7362dc07f2207db94d4"
]
},
"componentId": "1991c16f876f9d9a5f252cf2",
"componentName": "elit ea ut"
}
}