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": "2024-02-09T08:29:05.153Z",
"lastUpdatedBy": "veniam nisi",
"lastUpdated": "1972-02-15T20:03:45.025Z",
"_id": "ae69464929bd609ca4c6ae9b",
"gbac": {
"write": [
"2ed1878389106882ae46750c",
"4ca1dec3be5f7ca2c99b6573"
],
"read": [
"6fac4b90a2cfe2b2389c7e7f",
"e3ef1a29c118fedc666cc1e4"
]
},
"componentName": "do ea"
}
}