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": null,
"createdBy": "dolor aliqua eiusmod",
"created": "2018-04-30T17:57:23.328Z",
"lastUpdatedBy": null,
"lastUpdated": "1997-07-07T02:46:08.136Z",
"_id": "77aa69977385643d412ad96d",
"gbac": {
"write": [
"c62139912b0913346ad116d0",
"6d04f521da2e24471c70b128",
"ecee7cca1248d494a69a8d89",
"1c7b74a98928c70000934f7f"
],
"read": [
"a936d78c27779a148cfe2fea",
"aca7841f7deeb012986e9d68",
"6ae0e1bc67fc50e83a60367e",
"483f42af7fc13940e662eec3",
"02c854370722b89bb810fd57"
]
},
"componentId": null,
"componentName": null
}
}