Update Hub Cluster (v3.0)
PUT/v3.0/api/tenants/:tenant_id/sites/:site_id/hubclusters/:hub_cluster_id
Details of the hub cluster to be created.
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.
- application/json
Body
Details of the hub cluster to be created
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
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
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
The subscription factor.
{
"admin_up": true,
"id": "string",
"load_alarm_threshold": 0,
"name": "string",
"subscription_factor": 0
}
Loading...