Skip to main content

Get ADEM Status for Site

GET 

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

Get DEM status for a site in Prisma SD-WAN.

Request

Path Parameters

    site_id stringrequired

    The ADEM enabled site IDs.

    dem_status_id stringrequired

    The status ID of the ADEM enabled site.

Responses

Successful operation

Schema
    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...