Skip to main content

Reset Action on Interface (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/interfaces/:interface_id/operations

Reset an action on the device interface.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    site_id stringrequired

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

    element_id stringrequired

    ID of the element.

    interface_id stringrequired

    ID of the interface.

Body

    action string

    Possible values: [ospf_reset]

    Action

    id string

    Id

Responses

Successful Operation

Schema
    action string

    Possible values: [ospf_reset]

    Action

    id string

    Id

Loading...