Pair a chipset – DTH
Request
To pair a chipset, send a PUT request to:
http://<host>:<port>/cag/v1/{casInstanceName}/devices/{deviceId}/chipsets/{chipsetNum}/pair
Mandatory fields
casInstanceName
deviceId
chipsetNum
Example
The following request pairs the specified chipset:
http://<host>:<port>/cag/v1/iredeto/devices/245098240/chipsets/70189546/pair
Response
A successful request returns an HTTP 200 status.
An unsuccessful request returns an HTTP 400 status if there was a problem with the request.
Example
{
"status":"Success",
"commandCount":1,
"commandResults":[
{
"commandName": "pairChipSet",
"_id": "000100978",
"responseCode": "1028",
"responseText":"OK"
}
]
}
See also
For full details of this API, see CAS Gateway (CAG) API Documentation.