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": [
"cd088a0b22b05d110cefe69e",
"abd778577024926d47c2561c",
"f7d4c8f169e7f524238fbb73"
],
"read": [
"860121ca41719d820fa15d31",
"35597db849e8059e7d02654f",
"cd6b846278d85120a74a1eb5",
"e04b121ba8f6ac010cec65a5"
]
},
"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": "ucm_compliance_plans",
"createdBy": "6e0738f8b91297ca8fc7c5e9",
"created": "2000-08-03T02:00:59.132Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "1984-05-05T04:07:48.632Z",
"_id": "e76b84f3cdb120eb06cef028",
"gbac": {
"write": [
"5987cf51c2601de784474896",
"d3f94f0847aa284e6d4a9181",
"68b9514e5eb1c8b7ffff089a"
],
"read": [
"d0e51de4ace44e98af20fe4c"
]
},
"componentId": "7fd4e4319999a072c7ecb20c"
}
}