Cleverciti RestAPI Version 2.0

<back to all web services

ccsVpnRegisterDeviceTagData

The following routes are available for this service:
GET/sensor/vpn/register/v3/tag/data
POST/sensor/vpn/register/v3/tag/data
ccsVpnRegisterDeviceTagData Parameters:
NameParameterData TypeRequiredDescription
namebodystringYeshost
devicebodystringYesdevice
subdevicebodystringYessubdevice
locationbodystringYeslocation
latitudebodydoubleYeslatitude
altitudebodydoubleYesaltitude
longitudebodydoubleYeslogitude
jsonbodystringYesjson

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /sensor/vpn/register/v3/tag/data HTTP/1.1 
Host: 188.138.100.94 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"name":"String","device":"String","subdevice":"String","location":"String","latitude":0,"altitude":0,"longitude":0,"json":"String"}