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": null,
"created": "1966-04-06T14:48:50.811Z",
"lastUpdatedBy": "ut veniam dolore qui ut",
"lastUpdated": "1960-08-23T11:21:54.069Z",
"_id": "7014b39705f5b5ee31514bfb",
"gbac": {
"write": [
"0a3a5f7929e77398ed50e1f9",
"6dac46269f4a268c00dcde6a",
"ae36256d685de724983e8764",
"198024a0d9b39fadf0681b6b"
],
"read": [
"6955a0101d1e86b73cd6f1dd",
"3ae0647b1e146c12c0b0219e",
"2da29ea5bada88068ff49234",
"c1b4b910cedda50d13d209bc",
"389d1fdf9c243ff7a4ea3a20"
]
},
"componentId": "f800af619f6af9cb03c7c194",
"componentName": null
}
}