Skip to main content

Get ADEM Status (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/demstatus

Get all ADEM statuses for all sites.

Request

Path Parameters

    tenant_id stringrequired

    Your SD-WAN instance's unique tenant ID.

    site_id stringrequired

    The ADEM enabled site IDs.

Responses

Successful operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant 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.

    tenant_id stringrequired

    The tenant ID.

  • ]
Loading...