Skip to main content

Update Spoke Cluster (v2.0)

Details of the spoke cluster that needs to be modified.

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.

  • spoke_cluster_id string required

    ID of the spoke cluster.

Request Body

Details of the spokecluster to be modified

  • advertisement_interval double required

    Lists the intervals in which the active device advertises its status to the backup.

  • description

    The cluster description.

  • id string

    The ID of the site.

  • name string required

    Name of the cluster.

  • preempt boolean required

    Indicates if preemption is required or not.

  • tags string[]

    Displays the details about the tags or labels applied to the clusters.

Responses

Successful Operation


Schema
  • advertisement_interval double required

    Lists the intervals in which the active device advertises its status to the backup.

  • description

    The cluster description.

  • id string

    The ID of the site.

  • name string required

    Name of the cluster.

  • preempt boolean required

    Indicates if preemption is required or not.

  • tags string[]

    Displays the details about the tags or labels applied to the clusters.

Loading...