Get Hub Cluster Members (v3.0)
List all the hub cluster members.
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.
- hub_cluster_id string required
ID of the hub cluster.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- count int32
The count of the query list.
- deleted_count int64
The deleted number of queries.
- deleted_ids string[]
The deleted query IDs.
- description
Description of the query. Max size = 256.
- id string
The ID.
- next_query object
Details of the next query.
- tenant_id string
- total_count int64
Total number of queries.
items HubClusterMemberScreen[]
Array [headend1_site_ids string[]Headend1 Site Ids
headend2_site_ids string[]Headend2 Site Ids
hub_element_id stringHub Element Id
id stringId
load_factors LoadFactor[]
Load Factors
Array [alarm_threshold int32Alarm Threshold
allocated int64Allocated
subscription_factor doubleSubscription Factor
threshold ThresholdConfig
Threshold
critical_alarm int32Critical Alarm
major_alarm int32Major Alarm
subscription_factor doubleSubscription Factor
type stringPossible values: [
forwarding-capacity
,flow
]Type
]]
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"headend1_site_ids": [
"string"
],
"headend2_site_ids": [
"string"
],
"hub_element_id": "string",
"id": "string",
"load_factors": [
{
"alarm_threshold": 0,
"allocated": 0,
"subscription_factor": 0,
"threshold": {
"critical_alarm": 0,
"major_alarm": 0,
"subscription_factor": 0
},
"type": "forwarding-capacity"
}
]
}
]
}
Loading...