Field | Type | Create | Update | Default | Notes |
---|---|---|---|---|---|
enabled | boolean | - | Yes | - |
Field | Type | Notes |
---|---|---|
clusterSize | int | |
dbHost | string | |
dbSize | int |
Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.
UpdatePUT: /v2-beta/projects/${PROJECT_ID}/haConfigs/${ID}
createscript
POST: /v2-beta/projects/${PROJECT_ID}/haConfigs/${ID}?action=createscript
Input: HaConfigInput
Field | Type | Required | Default | Notes |
---|---|---|---|---|
cert | No | |||
certChain | No | |||
clusterSize | No | 3 | ||
hostRegistrationUrl | Yes | |||
httpEnabled | No | true | ||
httpPort | No | 80 | ||
httpsPort | No | 443 | ||
key | No | |||
ppHttpPort | No | 81 | ||
ppHttpsPort | No | 444 | ||
redisPort | No | 6379 | ||
swarmEnabled | No | true | ||
swarmPort | No | 2376 | ||
zookeeperClientPort | No | 2181 | ||
zookeeperLeaderPort | No | 3888 | ||
zookeeperQuorumPort | No | 2888 |