Skip to main content

Get Specific Hub Cluster Member State (v3.0)

GET 

/v3.0/api/tenants/:tenant_id/sites/:site_id/hubclusters/:hub_cluster_id/hubclustermembers/:hub_cluster_member_id/status

List the state of a specific hub cluster member.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

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

    hub_cluster_id stringrequired

    ID of the hub cluster.

    hub_cluster_member_id stringrequired

    ID of the hub cluster member.

Responses

Successful Operation

Schema
  • Array [
  • headend1_site_ids string[]

    Headend1 Site Ids

    headend2_site_ids string[]

    Headend2 Site Ids

    hub_element_id string

    Hub Element Id

    id string

    Id

  • ]
Loading...