Skip to main content

Operations Hub Cluster (v4.0)

Operations to be performed on the hub cluster.

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.

  • hub_cluster_id string required

    ID of the hub cluster.

Request Body

Details of the operations to be performed on the hub cluster.

  • hub_element_id string

    The device ID associated with the data center.

  • id string

    The IDs of the hub clusters.

  • operation string

    The operation performed on the hub cluster.

  • peer_sites string[]

    The sites associated with the data center cluster.

Responses

Successful operation


Schema
  • cluster_state string

    Possible values: [cluster_update_in_progress, cluster_update_completed, vpn_update_in_progress, vpn_update_ack_pending]

    The cluster state.

  • elements HubClusterStateElement[]

    Details of the elements in the cluster.

  • Array [
  • hubClusterElementNumber string

    Possible values: [FIRST, SECOND, THIRD]

    HubClusterElementNumber: JsonIgnore(value = true)

  • hub_element_id string

    Hub Element Id

  • locked boolean

    Locked

  • peer_sites string[]

    Peer Sites

  • ]
  • id string

    The ID of the cluster.

  • vpns_added int32

    The number of vpns added to the cluster.

  • vpns_deleted int32

    The number of vpns deleted in the cluster.

Loading...