Get ADEM Status for Site (v2.0)
Get DEM status for a site in Prisma SD-WAN.
Path Parameters
tenant_id string required
Your SD-WAN instance's unique tenant ID.
site_id string required
The ADEM enabled site IDs.
dem_status_id string required
The status ID of the ADEM enabled site.
Responses
- 200
- 400
- 404
Successful operation
application/json
Schema
Example (from schema)
Schema
dem_enabled boolean
Indicates whether ADEM is enabled for your instance.
id string
ID of the ADEM instances.
site_id string required
ID of the remote site.
tenant_id string required
ID of the tenant.
{
"dem_enabled": true,
"id": "string",
"site_id": "string",
"tenant_id": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
message string
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "SITE_NOT_FOUND"
}
]
}
}
Bad Request
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
message string
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "SITE_NOT_FOUND"
}
]
}
}
Loading...