cancel
Showing results for 
Search instead for 
Did you mean: 

errorCode 0 Internal server error when I am creating a new Zone by calling API

tien_phan_anotw
Contributor
hi, 


I am creting a new Zone by using API. But it always returns errorCode 0: Internal Server Error.
{
    "message": null,
    "errorCode": 0,
    "errorType": "Internal server error"
}

Althought, the vSZ-E server is running well, also vSZ-E Web Management is working well. 


I am using POST method: 
https://1.1.1.1:8443/wsg/api/public/v8_1/rkszones


{
  "name": "nameOfThrone",
  "description": "description Zone",
  "version": "5.1.1.0.624",
  "countryCode": "VN",
  "timezone": {},
  "login": {
    "apLoginName": "apLoginName",
    "apLoginPassword": "apPassword#1"
  },
  "dfsChannelEnabled": false,
  "wifi24": {
    "txPower": "Full",
    "channelWidth": 20,
    "channel": 0,
    "channelRange": [
      1,
      2,
      3,
      4,
      5,
      6,
      7,
      8,
      9,
      10,
      11,
      12,
      13
    ]
  },
  "wifi50": {
    "txPower": "-1dB",
    "channelWidth": 40,
    "indoorChannel": 0,
    "outdoorChannel": 0,
    "indoorChannelRange": [
      36,
      40,
      44,
      48,
      52,
      56,
      60,
      100,
      104,
      108,
      112,
      116,
      120,
      124,
      128,
      132,
      136,
      149,
      153,
      157,
      161
    ],
    "outdoorChannelRange": [
      36,
      40,
      44,
      48,
      52,
      56,
      60,
      64,
      100,
      104,
      108,
      112,
      116,
      120,
      124,
      128,
      132,
      136,
      149,
      153,
      157,
      161
    ]
  },
  "protectionMode24": "RTS_CTS",
  "channelModeEnabled": false,
  "tunnelType": "RuckusGRE",
  "tunnelProfile": {},
  "backgroundScanning24": {
    "frequencyInSec": 20
  },
  "backgroundScanning50": {
    "frequencyInSec": 20
  },
  "bandBalancing": {},
  "loadBalancingMethod": "BASED_ON_CLIENT_COUNT",

  "dosBarringEnable": 0,
  "dosBarringPeriod": 60,
  "dosBarringThreshold": 5,
  "dosBarringCheckPeriod": 30,
  "apRebootTimeout": {
    "gatewayLossTimeoutInSec": 1800,
    "serverLossTimeoutInSec": 7200
  },
  "location": "Ho Chi Minh",
  "locationAdditionalInfo": "City In The South Of Viet Nam",
  "latitude": 23,
  "longitude": 23,
  "vlanOverlappingEnabled": false,
  "autoChannelSelection24": {
    "channelSelectMode": "ChannelFly",
    "channelFlyMtbc": 480
  },
  "autoChannelSelection50": {
    "channelSelectMode": "BackgroundScanning",
    "channelFlyMtbc": 480
  },
  "channelEvaluationInterval": 777,
  "apMgmtVlan": {
    "id": 1,
    "mode": "KEEP"
  },
  "apLatencyInterval": {
    "pingEnabled": true
  },
  "ipsecProfile": {},
  "bonjourFencingPolicyEnabled": false,
  "snmpAgent": {},
  "recoverySsid": {
    "recoverySsidEnabled": true
  },
  "dhcpSiteConfig": {},
  "rogueApReportThreshold": 0,
  "rogueApAggressivenessMode": 2,
  "rogueApJammingDetection": false,
  "directedMulticastFromWiredClientEnabled": true,
  "directedMulticastFromWirelessClientEnabled": true,
  "directedMulticastFromNetworkEnabled": true,
  "healthCheckSitesEnabled": false,
  "ipsecProfiles": []
}


Could you please give me any advices? Thank you so much,

Regards,
-T

0 REPLIES 0