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": "ucm_compliance_plans",
"gbac": {
"write": [
"a61cdfc72f72b7995ae250b0"
],
"read": [
"fbfcadd1e975bd45c3f53877"
]
},
"componentId": "bc2b2b8caba4c8b05bf10a4e"
}
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": null,
"createdBy": "ec294c9d4ec41a8aa11425e9",
"created": "1950-10-14T06:40:37.513Z",
"lastUpdatedBy": "0d290bbd9c722f18b0ed303b",
"lastUpdated": "1999-07-02T13:06:25.136Z",
"_id": "3d337cbf00b287abeee30771",
"gbac": {
"write": [
"bd6acb5ad2757b5aedeab38b",
"f1f281df0cfb09013fb94c73",
"331626f44c8de99553b92c58",
"6a5d5a047d1876f7f56f833a",
"2b432ceff37556c6ad5727a4"
],
"read": [
"262497bcb91fb7ff7f19336d"
]
},
"componentId": "79b18176e9bd3c8939f44480"
}
}