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": null,
"created": "1950-10-08T15:22:36.652Z",
"lastUpdatedBy": null,
"lastUpdated": "1990-01-26T02:13:33.72Z",
"_id": "d486a12054ca8414ecf912e5",
"gbac": {
"write": [
"a9942fd166c2e3fac9897a20"
],
"read": [
"739b63efdddc456902f53369",
"16e45d2d3addd4c783a2f96e"
]
},
"componentId": "",
"componentName": null
}
}