ApiEnableCatalogStatestoreHaArguments Data Model

Arguments used for the "enable Catalog StateStore HA" command. The "enable Catalog Statestore HA" command includes enabling catalog and statestore HA, therefore the arguments of it include the required catalog and statestore information.

Properties
name data type description
newCatalogHostId string HostId of the host on which the second Catalog role will be created.
newCatalogRoleName string Name of the second Catalog role to be created (optional).
newStatestoreRoleName string
newStatestoreHostId string

Example

{
  "newCatalogHostId" : "...",
  "newCatalogRoleName" : "...",
  "newStatestoreRoleName" : "...",
  "newStatestoreHostId" : "..."
}