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": [
"6cc53db6160b1ac0e790f880",
"4feea165385005e7148557fa",
"39a08803c3e63ff5c7130c2f",
"c394befb894f41eb05111cad"
],
"read": [
"6d34753bf0ba5f5552a9b3ca",
"7a10d31e74b38f9c739b1d84"
]
},
"componentId": ""
}
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": "c4190517f3b99be0f9faf8bd",
"created": "1985-04-17T20:16:29.728Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "2010-02-05T16:42:41.026Z",
"_id": "399bea5a1546a7a3a218e106",
"gbac": {
"write": [
"9760532b5d28f4610fc6620a",
"53523fcd52f4f23889a2dd16"
],
"read": [
"cc54c87d0ae592d17f864e63",
"750d071b97bfe1222a267083",
"8bab8df9fe865c52f6544e6a",
"7fac0a9334050ca053b070e9",
"72083c18ac54030a195951bc"
]
},
"componentId": ""
}
}