Summary
Create Automation
Description
Create a new Automation.
Route
POST /operations-manager/automations
Roles
admin
apiwrite
engineering
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
automation |
object |
yes |
The details of the Automation document to be created. |
Copied to Clipboard
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"gbac": {
"write": [
"51597578cab006a30038045f",
"611c894181afd5568011daeb"
],
"read": [
"c68a53a3ffa36a4f71e87742",
"98843ac46699f096f4eed96d",
"6c20577de99ffb26ca8beec5",
"e178d4b4a75aa47b4c83db29"
]
},
"componentId": "B5A90CD1-BB53-7D41-07c3-39e83d6FCd89"
}
Return
DetailsExampleSchema
Name |
Type |
Description |
results |
object |
The result of the create operation. |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "78e3f581e3a36e3b362dc0da",
"created": "1969-02-10T11:37:22.671Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "2008-10-26T03:15:48.016Z",
"_id": "d751de9f8d3e57f70610f566",
"gbac": {
"write": [
"dd78af9f7a03d8bca55f8767",
"cd23582ab23673a556a1af77"
],
"read": [
"2d187ab81afae003207c9a94",
"23489ab0d84a49b1782e5114",
"312c3e1aae3ed501d0305f1e",
"26f5fd732b3882d414012d97",
"3c6980a7de048df6a6610038"
]
},
"componentId": "0128f0a4483383fc007de608"
}
}