Creates all Hub Cluster Members (v3.0)
POST/sdwan/v3.0/api/sites/:site_id/hubclusters/:hub_cluster_id/hubclustermembers
Creates new hub cluster members.
Request
Path Parameters
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.
- application/json
Body
Details of the hub cluster member to be created
- 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
load_factors LoadFactor[]
Load Factors
alarm_threshold int32
Alarm Threshold
allocated int64
Allocated
subscription_factor double
Subscription Factor
threshold ThresholdConfig
Threshold
critical_alarm int32
Critical Alarm
major_alarm int32
Major Alarm
subscription_factor double
Subscription Factor
type string
Possible values: [forwarding-capacity
, flow
]
Type
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
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
load_factors LoadFactor[]
Load Factors
alarm_threshold int32
Alarm Threshold
allocated int64
Allocated
subscription_factor double
Subscription Factor
threshold ThresholdConfig
Threshold
critical_alarm int32
Critical Alarm
major_alarm int32
Major Alarm
subscription_factor double
Subscription Factor
type string
Possible values: [forwarding-capacity
, flow
]
Type
{
"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...