Get Spoke Clusters (v2.0)
List all the spoke clusters for a particular site.
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
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- count int32
The number of responses.
- id string
The ID of the response.
- tenant_id string
items SpokeCluster[]
Array [advertisement_interval double requiredLists the intervals in which the active device advertises its status to the backup.
descriptionThe cluster description.
id stringThe ID of the site.
name string requiredName of the cluster.
preempt boolean requiredIndicates if preemption is required or not.
tags string[]Displays the details about the tags or labels applied to the clusters.
]
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"advertisement_interval": 0,
"id": "string",
"name": "string",
"preempt": true,
"tags": [
"string"
]
}
]
}
Loading...