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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "nulla do",
"created": "1981-08-04T05:34:37.217Z",
"lastUpdatedBy": null,
"lastUpdated": "2024-10-02T17:39:46.527Z",
"_id": "6a4826249e42edd8a497c841",
"gbac": {
"write": [
"ccac62f1e6d88b9d4c1c77a0",
"ff7dfc8899c3cf4ce86bbd81",
"95789af26c38a42d2203d84d"
],
"read": [
"412ce4930a22f840ddd9569c",
"1ff8d6cd9fd2f8fff98ace49",
"e2b125db6e634b25d4fcad49"
]
},
"componentId": "5C2d5cbF-6dBd-FB6A-b24d-1439d9c8fb4F",
"componentName": "Ut ea enim fugiat"
}
}