Summary
Get Automation
Description
Get an Automation.
Route
GET /operations-manager/automations/:id
Roles
admin
engineering
apiread
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": "sit ut non",
"created": "1983-11-05T11:03:49.835Z",
"lastUpdatedBy": "adipisicing ad Lorem",
"lastUpdated": "1970-12-24T12:14:05.646Z",
"_id": "9e69f363b8b01a306c6bc4d1",
"gbac": {
"write": [
"8f28385c0d671140cc9b544c",
"3922735627313f6671c88806"
],
"read": [
"b78172871e674905f7e9396e",
"4074b41d10e40b28ba7983da",
"916b5e52eff4db8e696188e6"
]
},
"componentId": "4ca82069e6587ced73166f80"
}
}