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": null,
"created": "1997-10-17T00:06:12.977Z",
"lastUpdatedBy": "sint sit",
"lastUpdated": "1961-10-26T13:54:47.836Z",
"_id": "10709dfb547abee693d15897",
"gbac": {
"write": [
"53a9e9c9de270b3ebd977262",
"d58ac0a4a0fafd014008bc9e"
],
"read": [
"eb5c19b0265877a42be37392",
"916229fd623fa23b844c8183"
]
},
"componentId": "",
"componentName": "deserunt exercitation enim"
}
}