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": "qui culpa",
"created": "1954-12-09T04:41:38.619Z",
"lastUpdatedBy": "cupidatat",
"lastUpdated": "1963-07-23T09:46:58.411Z",
"_id": "525dda4b87a8771d73b9be18",
"gbac": {
"write": [
"50e71b8009682badb425df72"
],
"read": [
"3b3ecbeaa65af54e6360f43a",
"7dc4171641959973714760d9",
"81b256ec2fccf9efbdf86804",
"da68eb88dc19c4c06270bf96",
"0ccd77670302a6375a54dc0c"
]
},
"componentId": "0cd89c3190feb446fa28f21e"
}
}