Skip to main content

Get Site Level Extensions (v2.0)

GET 

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

List all the site level extensions.

Request

Path Parameters

    site_id stringrequired

    The site ID.

Responses

Successful Operation

Schema
    oneOf
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    total_count int64

    Total number.

Loading...