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": [
"1cfd69c6c27779bbd088ad2a"
],
"read": [
"c9ef375f7c94e2c7bab8fc44"
]
},
"componentId": null
}
Return
DetailsExampleSchema
Name |
Type |
Description |
results |
object |
The result of the create operation. |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "ucm_compliance_plans",
"createdBy": "22048a9e73c830c2dec2307e",
"created": "1949-06-13T16:14:20.278Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "2019-12-24T00:15:19.526Z",
"_id": "b2333bc1423e9b1c2b5a780e",
"gbac": {
"write": [
"e00d6fc644ceba7fe227646e",
"26c6062c38fb1aea9a590721",
"59008573770ee0292c417f22",
"127e82e7ead816a8eda34d60"
],
"read": [
"50c3d3d3bfa197e77f99a500"
]
},
"componentId": "5a6286b255d634f01ffd69d4"
}
}