Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
viewer
operations
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": "laborum sit enim anim do",
"created": "1954-08-10T23:29:47.923Z",
"lastUpdatedBy": null,
"lastUpdated": "2010-12-31T17:53:55.032Z",
"_id": "cefbcd8f0dfda9264777c8b9",
"gbac": {
"write": [
"981f6be9ae9cdb761ac2f221",
"0b4dbf86d67df0c1e9a1ff06",
"30be39d8f9bbe2294c8dd9f8"
],
"read": [
"e38276b5a8a49da1d26e17ee",
"6446966cbe9a9a1afb821f33",
"4bca4844167c8fb78ecb2a4c"
]
},
"componentId": "30dbcF51-A6Cb-E2ab-9eB9-e2Daf16cFC98"
}
}