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": [
"acd7b0b8a560aae5beab8c00",
"9515b036e998c247bb16374d",
"d336f90e49bbb47045e897bb",
"164ad4cedffa2a1ad611d01e",
"b6bd381ab8befd099906343a"
],
"read": [
"d55cadff862c8640c2f9e238",
"15c07a2006563a6de098053a",
"49ddc9cfe5ba8ef818f3815d",
"a1e9c59e034a6a1cf95db9f4",
"59f9be88fc91b9f6af2971c9"
]
},
"componentId": "3ef1fb9ce2ea1ce9a5bc9ad1"
}
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": "940dcaa3ec31f75001951cff",
"created": "1994-05-27T00:55:25.329Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "2016-10-16T21:01:54.062Z",
"_id": "497decbbba2bce4af161d0e1",
"gbac": {
"write": [
"52413036616b1d945ef04c97",
"03875e094325b3538dd32fd1",
"c597c981b67557cb4a3cc2af"
],
"read": [
"73753fc7f54738229c03835d",
"6c67c2fae01a88a1663480c6",
"42814fbe60d3f57cf48470fc"
]
},
"componentId": "230ed93c4ab3416b14be6c3c"
}
}