Skip to main content

Get all ADEM Status for a Site (v2.0)

GET 

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

Get all the ADEM status for a site.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

Responses

Successful operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items DemSiteConfig[]
  • Array [
  • adem_enabled boolean

    The site ADEM enabled. True or False.

    id string

    The ID.

    site_id stringrequired

    The site ID.

  • ]
Loading...