Skip to main content

Get ADEM Status

GET 

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

Get all ADEM statuses for all sites.

Request

Path Parameters

    site_id stringrequired

    The ADEM enabled site IDs.

Responses

Successful operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items DemStatus[]
  • Array [
  • dem_enabled boolean

    Indicates whether ADEM is enabled for your instance.

    id string

    ID of the ADEM instances.

    site_id stringrequired

    ID of the remote site.

  • ]
Loading...