Skip to main content

Get Hub Clusters (v3.0)

GET 

https://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

Successful Operation

Schema
    countint32

    The actual count.

    idstring

    The ID.

    items HubCluster[]
  • Array [
  • admin_upboolean

    The hub cluster admin state.

    idstring

    The ID.

    load_alarm_thresholdint32

    The load alarm threshold.

    namestring

    The resource name (Max size = 128).

    subscription_factorfloat

    The subscription factor.

  • ]
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v3.0/api/sites/:site_id/hubclusters' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!