Skip to main content

Handle Operations on Spokecluster (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/sites/:site_id/spokeclusters/:spoke_cluster_id/operations

Handle all the actions performed on the spoke cluster.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    ID of the site. More details on the site can be retrieved by querying the sites API.

    spoke_cluster_id stringrequired

    ID of the spoke cluster.

Body

Spokecluster operation action

    action string

    Possible values: [RE_ELECTION]

    Lists the action to be performed on the cluster.

    id string

    The ID of the spoke cluster.

Responses

Successful Operation

Schema
    action string

    Possible values: [RE_ELECTION]

    Lists the action to be performed on the cluster.

    id string

    The ID of the spoke cluster.

Loading...