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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "fugiat mollit",
"created": "2001-09-18T01:24:28.026Z",
"lastUpdatedBy": "laborum tempor elit",
"lastUpdated": "2014-08-02T15:37:55.203Z",
"_id": "29ad95577a4d7cf54842af0b",
"gbac": {
"write": [
"5460f6577be8a374709b2f04",
"0f874a180b403441f2bd457c",
"a42fc149db427ff85358313a"
],
"read": [
"ccc5b8d6917280f7e7b98660",
"3b1d36e8a58e312d61df1e5d",
"362b6d3ef58b3b49420eda6d",
"f53222017b9c022e6f6d5a3f",
"6502dd158b5ca6774ab408ec"
]
},
"componentName": null
}
}