Skip to main content

Get Hub Clusters (v3.0)

List all the hub clusters.

Path Parameters
  • tenant_id string required

    The tenant ID.

  • site_id string required

    ID of the site. More details on the site can be retrieved by querying the sites API.

Responses

Successful Operation


Schema
  • count int32

    The number of responses.

  • id string

    The ID of the response.

  • tenant_id string
  • items HubCluster[]
  • Array [
  • admin_up boolean

    The hub cluster admin state.

  • id string

    The ID.

  • load_alarm_threshold int32

    The load alarm threshold.

  • name string

    The resource name (Max size = 128).

  • subscription_factor float

    Subscription Factor: Digits(fraction = 1, integer = 1, ) ValidateDecimal(allowZero = false, increment = 5, max = 5, error = INVALID_VALUE_RANGE: Invalid value range., min = 5)

  • ]
Loading...