Get Hub Clusters (v3.0)
GEThttps://api.sase.paloaltonetworks.com/sdwan/v3.0/api/sites/:site_id/hubclusters
List all the hub clusters.
Request
Path Parameters
site_id stringrequired
ID of the site. More details on the site can be retrieved by querying the sites API.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
countint32
The actual count.
idstring
The ID.
items HubCluster[]
{
"count": 0,
"id": "string",
"items": [
{
"admin_up": true,
"id": "string",
"load_alarm_threshold": 0,
"name": "string",
"subscription_factor": 0
}
]
}
Bad Request
- application/json
- Schema
- Example (auto)
- Example
Schema
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_VALUE_RANGE"
},
{
"code": "NAME_EXCEEDS_LIMIT"
}
]
}
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v3.0/api/sites/:site_id/hubclusters' \
-H 'Accept: application/json'
ResponseClear