POST
/
v2
/
devices
/
{deviceId}
/
network
/
quarantine
Quarantine a device via Cisco ISE
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/devices/{deviceId}/network/quarantine \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "macAddress": "<string>",
  "reason": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

deviceId
string
required

Device UUID

Body

application/json

Quarantine payload

macAddress
string
reason
string

Response

OK

{key}
string