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": "1952-01-20T16:49:00.971Z",
"lastUpdatedBy": null,
"lastUpdated": "1990-11-20T19:32:39.587Z",
"_id": "acc629c38af5765222f1c348",
"gbac": {
"write": [
"98033abdb7dd6d44297a447f",
"d44fcba491e6f9fd2ae8acd0"
],
"read": [
"1d7dac7c76cbcfd8995a967b",
"e633e13ab0c70e7dae8a88fd"
]
},
"componentId": ""
}
}