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": [
"e9b313a594ca77a614e96cf7",
"b0f57189159d2354629418b7",
"f71471160b6950b01ab162a4",
"7a6d48beef0eeef5acfe02ce",
"ea069284c21346f14a475f04"
],
"read": [
"4540c2f86353d23509125867",
"02ba9d5c906e72cc61430175",
"e26571c4990fc44ccdd18c3b",
"5baa0d3d23cb65a94cc9e963",
"5001d346467b3922c6991288"
]
},
"componentId": ""
}
Return
DetailsExampleSchema
Name |
Type |
Description |
results |
object |
The result of the create operation. |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "ucm_compliance_plans",
"createdBy": "Pronghorn",
"created": "2016-08-03T14:23:44.551Z",
"lastUpdatedBy": "612c09a660dc185b329e59e6",
"lastUpdated": "1974-01-26T22:06:02.209Z",
"_id": "035a620c257e88f234488c91",
"gbac": {
"write": [
"067bb5ac0a09bfa5d189f940"
],
"read": [
"a628bd2a88ff171e00734133",
"eeb46f4d4a0791ee052e44f7",
"2dea8a2e9b46b0b45f0e9a31"
]
},
"componentId": ""
}
}