diff --git a/docs/index.html b/docs/index.html
index 5e73dd34..9f97754e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3299,7 +3299,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/blacklist/{serialNumber}" \
+ "https://localhost:16002/api/v1/blacklist/{serialNumber}" \
-d '{
"reason" : "reason",
"serialNumber" : "serialNumber",
@@ -3756,7 +3756,7 @@ Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/blacklist/{serialNumber}"
+ "https://localhost:16002/api/v1/blacklist/{serialNumber}"
@@ -4147,7 +4147,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/blacklist/{serialNumber}"
+ "https://localhost:16002/api/v1/blacklist/{serialNumber}"
@@ -4590,7 +4590,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/blacklist?offset=56&limit=56&filter=filter_example"
+ "https://localhost:16002/api/v1/blacklist?offset=56&limit=56&filter=filter_example"
@@ -5092,7 +5092,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/blacklist/{serialNumber}" \
+ "https://localhost:16002/api/v1/blacklist/{serialNumber}" \
-d '{
"reason" : "reason",
"serialNumber" : "serialNumber",
@@ -5554,7 +5554,7 @@ Usage and SDK Samples
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/ping" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/ping" \
-d ''
@@ -6053,7 +6053,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/script" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/script" \
-d '{
"deferred" : true,
"scriptId" : "scriptId",
@@ -6513,7 +6513,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/command/{commandUUID}"
+ "https://localhost:16002/api/v1/command/{commandUUID}"
@@ -6956,7 +6956,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/commands?serialNumber=serialNumber_example&startDate=789&endDate=789"
+ "https://localhost:16002/api/v1/commands?serialNumber=serialNumber_example&startDate=789&endDate=789"
@@ -7458,7 +7458,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/capabilities"
+ "https://localhost:16002/api/v1/device/{serialNumber}/capabilities"
@@ -7898,7 +7898,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/healthchecks?startDate=789&endDate=789"
+ "https://localhost:16002/api/v1/device/{serialNumber}/healthchecks?startDate=789&endDate=789"
@@ -8407,7 +8407,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/logs?startDate=789&endDate=789&logType=789"
+ "https://localhost:16002/api/v1/device/{serialNumber}/logs?startDate=789&endDate=789&logType=789"
@@ -8949,7 +8949,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/statistics?startDate=789&endDate=789"
+ "https://localhost:16002/api/v1/device/{serialNumber}/statistics?startDate=789&endDate=789"
@@ -9458,7 +9458,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/eventqueue" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/eventqueue" \
-d '{
"types" : [ "dhcp", "dhcp" ],
"serialNumber" : "serialNumber"
@@ -9911,7 +9911,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/telemetry?statusOnly=true" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/telemetry?statusOnly=true" \
-d '{
"types" : [ "dhcp-snooping", "dhcp-snooping" ],
"serialNumber" : "serialNumber",
@@ -10402,7 +10402,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/factory" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/factory" \
-d '{
"serialNumber" : "serialNumber",
"when" : 0,
@@ -10856,7 +10856,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/command/{commandUUID}"
+ "https://localhost:16002/api/v1/command/{commandUUID}"
@@ -11299,7 +11299,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/commands?serialNumber=serialNumber_example&startDate=789&endDate=789&offset=789&limit=789&newest=true"
+ "https://localhost:16002/api/v1/commands?serialNumber=serialNumber_example&startDate=789&endDate=789&offset=789&limit=789&newest=true"
@@ -11888,7 +11888,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/capabilities"
+ "https://localhost:16002/api/v1/device/{serialNumber}/capabilities"
@@ -12328,7 +12328,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/healthchecks?startDate=789&endDate=789&offset=789&limit=789&newest=true&lastOnly=true"
+ "https://localhost:16002/api/v1/device/{serialNumber}/healthchecks?startDate=789&endDate=789&offset=789&limit=789&newest=true&lastOnly=true"
@@ -12957,7 +12957,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/logs?startDate=789&endDate=789&offset=789&limit=789&logType=789&newest=true"
+ "https://localhost:16002/api/v1/device/{serialNumber}/logs?startDate=789&endDate=789&offset=789&limit=789&logType=789&newest=true"
@@ -13589,7 +13589,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/statistics?startDate=789&endDate=789&offset=789&limit=789&lastOnly=true&newest=true&countOnly=true"
+ "https://localhost:16002/api/v1/device/{serialNumber}/statistics?startDate=789&endDate=789&offset=789&limit=789&lastOnly=true&newest=true&countOnly=true"
@@ -14248,7 +14248,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/status"
+ "https://localhost:16002/api/v1/device/{serialNumber}/status"
@@ -14688,7 +14688,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/rtty"
+ "https://localhost:16002/api/v1/device/{serialNumber}/rtty"
@@ -15128,7 +15128,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/leds" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/leds" \
-d '{
"duration" : 6,
"serialNumber" : "serialNumber",
@@ -15583,7 +15583,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/request" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/request" \
-d '{
"serialNumber" : "serialNumber",
"message" : "state",
@@ -16037,7 +16037,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/powercycle" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/powercycle" \
-d '{
"serial" : "serial",
"ports" : [ {
@@ -16500,7 +16500,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/reboot" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/reboot" \
-d '{
"serialNumber" : "serialNumber",
"when" : 0
@@ -16953,7 +16953,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/rrm" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/rrm" \
-d ''
@@ -17403,7 +17403,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/trace" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/trace" \
-d '{
"duration" : 6,
"serialNumber" : "serialNumber",
@@ -17860,7 +17860,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/transfer" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/transfer" \
-d '{
"server" : "server",
"serialNumber" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
@@ -18317,7 +18317,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/certupdate" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/certupdate" \
-d '{
"encodedCertificate" : "encodedCertificate",
"serialNumber" : "serialNumber"
@@ -18773,7 +18773,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/configure" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/configure" \
-d '{
"serialNumber" : "serialNumber",
"configuration" : "configuration",
@@ -19228,7 +19228,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/upgrade?FWsignature=fWsignature_example" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/upgrade?FWsignature=fWsignature_example" \
-d '{
"serialNumber" : "serialNumber",
"uri" : "uri",
@@ -19717,7 +19717,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}/wifiscan" \
+ "https://localhost:16002/api/v1/device/{serialNumber}/wifiscan" \
-d '{
"activeScan" : true,
"serialNumber" : "serialNumber",
@@ -20175,7 +20175,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/default_configuration/{name}" \
+ "https://localhost:16002/api/v1/default_configuration/{name}" \
-d '{
"configuration" : "configuration",
"modelIds" : [ "modelIds", "modelIds" ],
@@ -20632,7 +20632,7 @@ Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/default_configuration/{name}"
+ "https://localhost:16002/api/v1/default_configuration/{name}"
@@ -21023,7 +21023,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/default_configuration/{name}"
+ "https://localhost:16002/api/v1/default_configuration/{name}"
@@ -21463,7 +21463,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/default_configurations"
+ "https://localhost:16002/api/v1/default_configurations"
@@ -21866,7 +21866,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/default_configuration/{name}" \
+ "https://localhost:16002/api/v1/default_configuration/{name}" \
-d '{
"configuration" : "configuration",
"modelIds" : [ "modelIds", "modelIds" ],
@@ -22326,7 +22326,7 @@
Usage and SDK Samples
curl -X GET \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/deviceDashboard"
+ "https://localhost:16002/api/v1/deviceDashboard"
@@ -22684,7 +22684,7 @@
Usage and SDK Samples
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}?validateOnly=true" \
+ "https://localhost:16002/api/v1/device/{serialNumber}?validateOnly=true" \
-d '{
"venue" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"notes" : [ {
@@ -23264,7 +23264,7 @@
Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/device/{serialNumber}"
+ "https://localhost:16002/api/v1/device/{serialNumber}"
@@ -23654,7 +23654,7 @@
Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/devices?select=serial1,serial2,serial3&simulatedOnly=true&macPattern=["aabbcc*","*aabbcc*","*cccddee"]&oldestContact=789&simulatedDevices=true"
+ "https://localhost:16002/api/v1/devices?select=serial1,serial2,serial3&simulatedOnly=true&macPattern=["aabbcc*","*aabbcc*","*cccddee"]&oldestContact=789&simulatedDevices=true"
@@ -24170,7 +24170,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/capabilities"
+ "https://localhost:16002/api/v1/capabilities"
@@ -24573,7 +24573,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}"
+ "https://localhost:16002/api/v1/device/{serialNumber}"
@@ -25013,7 +25013,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/devices?offset=56&limit=56&filter=filter_example&select=serial1,serial2,serial3&serialOnly=true&countOnly=false&deviceWithStatus=true&orderBy=serialNumber:a,created:d&orderSpec=true&connectionStatistics=true&health=true&lowLimit=56&highLimits=56&platform=platform_example&includeProvisioned=true"
+ "https://localhost:16002/api/v1/devices?offset=56&limit=56&filter=filter_example&select=serial1,serial2,serial3&serialOnly=true&countOnly=false&deviceWithStatus=true&orderBy=serialNumber:a,created:d&orderSpec=true&connectionStatistics=true&health=true&lowLimit=56&highLimits=56&platform=platform_example&includeProvisioned=true"
@@ -25876,7 +25876,7 @@
Usage and SDK Samples
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/device/{serialNumber}" \
+ "https://localhost:16002/api/v1/device/{serialNumber}" \
-d '{
"venue" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"notes" : [ {
@@ -26425,7 +26425,7 @@
Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/file/{uuid}?serialNumber=serialNumber_example"
+ "https://localhost:16002/api/v1/file/{uuid}?serialNumber=serialNumber_example"
@@ -26856,7 +26856,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/octet-stream" \
- "https://localhost:16001/api/v1/file/{uuid}?serialNumber=serialNumber_example"
+ "https://localhost:16002/api/v1/file/{uuid}?serialNumber=serialNumber_example"
@@ -27339,7 +27339,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/default_firmware/{deviceType}" \
+ "https://localhost:16002/api/v1/default_firmware/{deviceType}" \
-d '{
"deviceType" : "deviceType",
"created" : 6,
@@ -27796,7 +27796,7 @@
Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/default_firmware/{deviceType}"
+ "https://localhost:16002/api/v1/default_firmware/{deviceType}"
@@ -28187,7 +28187,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/default_firmware/{deviceType}"
+ "https://localhost:16002/api/v1/default_firmware/{deviceType}"
@@ -28627,7 +28627,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/default_firmwares"
+ "https://localhost:16002/api/v1/default_firmwares"
@@ -29030,7 +29030,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/default_firmware/{deviceType}" \
+ "https://localhost:16002/api/v1/default_firmware/{deviceType}" \
-d '{
"deviceType" : "deviceType",
"created" : 6,
@@ -29490,7 +29490,7 @@
Usage and SDK Samples
curl -X GET \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/ouis?macList=macList_example"
+ "https://localhost:16002/api/v1/ouis?macList=macList_example"
@@ -29883,7 +29883,7 @@
Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/radiusProxyConfig"
+ "https://localhost:16002/api/v1/radiusProxyConfig"
@@ -30214,7 +30214,7 @@
Usage and SDK Samples
curl -X GET \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/radiusProxyConfig"
+ "https://localhost:16002/api/v1/radiusProxyConfig"
@@ -30546,7 +30546,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/radiusProxyConfig" \
+ "https://localhost:16002/api/v1/radiusProxyConfig" \
-d '{
"pools" : [ {
"radsecPoolType" : "generic",
@@ -31178,7 +31178,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/radiusSessions/{serialNumber}?serialNumberOnly=true&userName=userName_example&mac=aa:bb:cc:dd:ee:ff"
+ "https://localhost:16002/api/v1/radiusSessions/{serialNumber}?serialNumberOnly=true&userName=userName_example&mac=aa:bb:cc:dd:ee:ff"
@@ -31708,7 +31708,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/radiusSessions/{serialNumber}?operation=operation_example" \
+ "https://localhost:16002/api/v1/radiusSessions/{serialNumber}?operation=operation_example" \
-d ''
@@ -32195,7 +32195,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/script/{uuid}" \
+ "https://localhost:16002/api/v1/script/{uuid}" \
-d '{
"deferred" : false,
"defaultUploadURI" : "defaultUploadURI",
@@ -32665,7 +32665,7 @@ Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/script/{uuid}"
+ "https://localhost:16002/api/v1/script/{uuid}"
@@ -33059,7 +33059,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/script/{uuid}"
+ "https://localhost:16002/api/v1/script/{uuid}"
@@ -33505,7 +33505,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/scripts?offset=56&limit=56&filter=filter_example"
+ "https://localhost:16002/api/v1/scripts?offset=56&limit=56&filter=filter_example"
@@ -34007,7 +34007,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/script/{uuid}" \
+ "https://localhost:16002/api/v1/script/{uuid}" \
-d '{
"deferred" : false,
"defaultUploadURI" : "defaultUploadURI",
@@ -34480,7 +34480,7 @@
Usage and SDK Samples
curl -X GET \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/system?command=command_example"
+ "https://localhost:16002/api/v1/system?command=command_example"
@@ -34875,7 +34875,7 @@
Usage and SDK Samples
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/system" \
+ "https://localhost:16002/api/v1/system" \
-d ''
@@ -35339,7 +35339,7 @@ Usage and SDK Samples
curl -X DELETE \
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
- "https://localhost:16001/api/v1/systemConfiguration"
+ "https://localhost:16002/api/v1/systemConfiguration"
@@ -35693,7 +35693,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/systemConfiguration?entries=["element1","element1,element2,element3"]"
+ "https://localhost:16002/api/v1/systemConfiguration?entries=["element1","element1,element2,element3"]"
@@ -36135,7 +36135,7 @@
Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Content-Type: application/json" \
- "https://localhost:16001/api/v1/systemConfiguration" \
+ "https://localhost:16002/api/v1/systemConfiguration" \
-d '{
"parameterName" : "parameterName",
"parameterValue" : "parameterValue"
@@ -36553,7 +36553,7 @@ Usage and SDK Samples
-H "X-API-KEY: [[apiKey]]" \
-H "Authorization: Bearer [[accessToken]]" \
-H "Accept: application/json" \
- "https://localhost:16001/api/v1/iptocountry?iplist=10.2.2.2,10.3.4.3"
+ "https://localhost:16002/api/v1/iptocountry?iplist=10.2.2.2,10.3.4.3"