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": [
"ab607bedc7e590234450f0dc"
],
"read": [
"60f85988823e18396fc25651",
"7958c71ee1985e056b26de3b",
"cbd32b84ac77fa2ff7c66f3e",
"0ad7001daab64db8b00b7648"
]
},
"componentId": "83d8ba09d7559da0b985ae3d"
}
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": "Pronghorn",
"created": "1959-04-05T18:46:29.899Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "2022-10-13T21:13:54.795Z",
"_id": "3c10e48e8e3dbe5530564976",
"gbac": {
"write": [
"edbc00d0e12199b13493fa04",
"c6d642d4116be2136928a098",
"80c4037b44da7478917a6a17",
"3986619064e0ace20f9d0b67"
],
"read": [
"a85a04bc8d90887fd844a441",
"e0d8cb68d31723e06446fbdd",
"db7b2e53d65ad1fd28e867b8"
]
},
"componentId": "b31afbf6a277224d317403c3"
}
}