primary
Spec for the Primary appliance for systemSetup.
AllOf
JSON Example
{
"applianceType": "primary",
"storage": {
"nfs": "192.168.100.1:/data/transfer"
},
"appliance": {
"dbPassword": "string",
"ceip": false
},
"sysAdmin": {
"username": "string",
"password": "string",
"fullName": "string",
"email": "string"
},
"installation": {
"name": "string",
"id": 0
}
}