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": [
"26e34e43b6cf6058ea2eae38",
"358f1cfceb99fa0be21087b1",
"e3b8c0507840e34a85c2fbf3"
],
"read": [
"ec3c20d590f5a2f63be44160",
"76f9d63ba0d825510db196b0"
]
},
"componentId": "6059fd87adf6a7273ae2d41b"
}
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": "2002-12-30T04:21:02.487Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "2007-01-28T04:23:28.12Z",
"_id": "db9e54ef26f3627476d18677",
"gbac": {
"write": [
"1bfeaf699f17ba2ed31c5806",
"033b46e9f7b3e6632915b432",
"409ba516843d0250cc873ea7"
],
"read": [
"4e2f8d35186f8ad33a00a71a",
"77f48b389615b792328425dc",
"6b2906a5e96d4219a4264a97",
"960c55a6896b7b6e48ac2d0a",
"8281fdc71f9685f8ef2789f4"
]
},
"componentId": "1fe185c02f3691eb9f30c324"
}
}