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": [
"03aaff16bf786ce9412b3cb7",
"9791b9259d232bd3e9987eb4",
"97a99917fba6fc32f0ba7367",
"3cc11ab6eb1791dc82194f2c",
"bd6a91cdba6ebe2875fe709b"
],
"read": [
"06a5ff3ef11a71ec6f24b7f8",
"09067dcfc17c9b823e053cb1",
"c4240dd359241c515961e43e",
"f017b7b3f9ea0381c7f5f119"
]
},
"componentId": null
}
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": "8e85638ca4153a44b6848687",
"created": "1978-09-13T23:56:28.258Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "1994-01-16T04:49:25.322Z",
"_id": "f167b60ecc1be573f15b169d",
"gbac": {
"write": [
"9fc93815715568339c60ea6a",
"2e9961b4443957bdb853abdf",
"7d1dd307fbfbe8a79d4f5179"
],
"read": [
"b93613e0e1bd83b2e0b9903a",
"4de359866192b1e59cedf8d2",
"dc9dea685740a4c51e301f9f"
]
},
"componentId": ""
}
}