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": [
"dde6c5157c553381483667db",
"655ba9ce67c0c169a8a647d3"
],
"read": [
"c740d23023ad537ddca05568"
]
},
"componentId": "1fd2FaEB-bB9c-2a1E-3858-e18728e8dC6D"
}
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": "ucm_compliance_plans",
"createdBy": "Pronghorn",
"created": "1991-04-02T09:53:23.218Z",
"lastUpdatedBy": "9f90e5ccef43ff168bc887cd",
"lastUpdated": "1990-11-30T15:08:25.659Z",
"_id": "f4953b1dbd22327be35f2a00",
"gbac": {
"write": [
"c9d8b2d7632e933410d0f442",
"f95b25a24c9eca77bede57c5",
"81a692e119c7d6ec590fc1db",
"ac8e75178c1bd9b69636ed5e"
],
"read": [
"d69ce7644337a13eb2be1319"
]
},
"componentId": ""
}
}