Skip to main content

Query Operations on Site (v2.0)

POST 

/sdwan/v2.0/api/sites/:site_id/operations

Query all the details of the operation on site.

Request

Path Parameters

    site_id stringrequired

    The site ID.

Body

Details of the operations on site

    action string

    The specific operation/action performed on the site.

    id string

    The ID.

    parameters string

    The parameters of the operation.

Responses

Successful Operation

Schema
    action string

    The specific operation/action performed on the site.

    id string

    The ID.

    parameters string

    The parameters of the operation.

Loading...