mirror of
				https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
				synced 2025-11-04 12:37:48 +00:00 
			
		
		
		
	Updating os static docker with RF profile and parent-child relationship
This commit is contained in:
		@@ -49,6 +49,7 @@
 | 
			
		||||
  "childProfileIds": [
 | 
			
		||||
    6,
 | 
			
		||||
    7,
 | 
			
		||||
    8
 | 
			
		||||
    8,
 | 
			
		||||
    9
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,258 @@
 | 
			
		||||
{
 | 
			
		||||
	"model_type": "Profile",
 | 
			
		||||
	"id": 9,
 | 
			
		||||
	"customerId": 2,
 | 
			
		||||
	"profileType": "rf",
 | 
			
		||||
	"name": "DefaultRf",
 | 
			
		||||
	"details": {
 | 
			
		||||
		"model_type": "RfConfiguration",
 | 
			
		||||
		"rf": "Default-RF",
 | 
			
		||||
		"profileType": "rf",
 | 
			
		||||
		"rfConfigMap": {
 | 
			
		||||
			"is2dot4GHz": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is20MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 20,
 | 
			
		||||
		          "minLoadFactor": 50
 | 
			
		||||
		        }
 | 
			
		||||
			},
 | 
			
		||||
			"is5GHz": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is80MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 30,
 | 
			
		||||
		          "minLoadFactor": 40
 | 
			
		||||
		        }
 | 
			
		||||
			},
 | 
			
		||||
			"is5GHzL": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is80MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 30,
 | 
			
		||||
		          "minLoadFactor": 40
 | 
			
		||||
		        }
 | 
			
		||||
			},
 | 
			
		||||
			"is5GHzU": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is80MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 30,
 | 
			
		||||
		          "minLoadFactor": 40
 | 
			
		||||
		        }
 | 
			
		||||
			}
 | 
			
		||||
		},
 | 
			
		||||
		"createdTimestamp": 1591653239983,
 | 
			
		||||
		"lastModifiedTimestamp": 1591653239983,
 | 
			
		||||
		"childProfileIds": [
 | 
			
		||||
		]
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
@@ -49,6 +49,7 @@
 | 
			
		||||
  "childProfileIds": [
 | 
			
		||||
    6,
 | 
			
		||||
    7,
 | 
			
		||||
    8
 | 
			
		||||
    8,
 | 
			
		||||
    9
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
@@ -0,0 +1,258 @@
 | 
			
		||||
{
 | 
			
		||||
	"model_type": "Profile",
 | 
			
		||||
	"id": 9,
 | 
			
		||||
	"customerId": 2,
 | 
			
		||||
	"profileType": "rf",
 | 
			
		||||
	"name": "DefaultRf",
 | 
			
		||||
	"details": {
 | 
			
		||||
		"model_type": "RfConfiguration",
 | 
			
		||||
		"rf": "Default-RF",
 | 
			
		||||
		"profileType": "rf",
 | 
			
		||||
		"rfConfigMap": {
 | 
			
		||||
			"is2dot4GHz": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is20MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 20,
 | 
			
		||||
		          "minLoadFactor": 50
 | 
			
		||||
		        }
 | 
			
		||||
			},
 | 
			
		||||
			"is5GHz": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is80MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 30,
 | 
			
		||||
		          "minLoadFactor": 40
 | 
			
		||||
		        }
 | 
			
		||||
			},
 | 
			
		||||
			"is5GHzL": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is80MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 30,
 | 
			
		||||
		          "minLoadFactor": 40
 | 
			
		||||
		        }
 | 
			
		||||
			},
 | 
			
		||||
			"is5GHzU": {
 | 
			
		||||
				"model_type": "RfElementConfiguration",
 | 
			
		||||
				"beaconInterval": 100,
 | 
			
		||||
				"forceScanDuringVoice": "disabled",
 | 
			
		||||
				"rtsCtsThreshold": 65535,
 | 
			
		||||
				"channelBandwidth": "is80MHz",
 | 
			
		||||
				"mimoMode": "twoBytwo",
 | 
			
		||||
				"maxNumClients": 100,
 | 
			
		||||
				"multicastRate": "auto",
 | 
			
		||||
				"autoChannelSelection": false,
 | 
			
		||||
				"activeScanSettings": {
 | 
			
		||||
					"model_type": "ActiveScanSettings",
 | 
			
		||||
					"enabled": true,
 | 
			
		||||
					"scanFrequencySeconds": 10,
 | 
			
		||||
					"scanDurationMillis": 65
 | 
			
		||||
				},
 | 
			
		||||
				"managementRate": "auto",
 | 
			
		||||
				"rxCellSizeDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "probeResponseThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "clientDisconnectThresholdDb": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": true,
 | 
			
		||||
		          "value": -90
 | 
			
		||||
		        },
 | 
			
		||||
		        "eirpTxPower": {
 | 
			
		||||
		          "model_type": "AutoOrManualValue",
 | 
			
		||||
		          "auto": false,
 | 
			
		||||
		          "value": 32
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApEnabled": null,
 | 
			
		||||
		        "neighbouringListApConfig": {
 | 
			
		||||
		          "model_type": "NeighbouringAPListConfiguration",
 | 
			
		||||
		          "minSignal": -85,
 | 
			
		||||
		          "maxAps": 25
 | 
			
		||||
		        },
 | 
			
		||||
		        "minAutoCellSize": -80,
 | 
			
		||||
		        "perimeterDetectionEnabled": true,
 | 
			
		||||
		        "channelHopSettings": {
 | 
			
		||||
		          "model_type": "ChannelHopSettings",
 | 
			
		||||
		          "noiseFloorThresholdInDB": -75,
 | 
			
		||||
		          "noiseFloorThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "nonWifiThresholdInPercentage": 50,
 | 
			
		||||
		          "nonWifiThresholdTimeInSeconds": 180,
 | 
			
		||||
		          "obssHopMode": "NON_WIFI"
 | 
			
		||||
		        },
 | 
			
		||||
		        "bestApSettings": {
 | 
			
		||||
		          "model_type": "RadioBestApSettings",
 | 
			
		||||
		          "mlComputed": true,
 | 
			
		||||
		          "dropInSnrPercentage": 30,
 | 
			
		||||
		          "minLoadFactor": 40
 | 
			
		||||
		        }
 | 
			
		||||
			}
 | 
			
		||||
		},
 | 
			
		||||
		"createdTimestamp": 1591653239983,
 | 
			
		||||
		"lastModifiedTimestamp": 1591653239983,
 | 
			
		||||
		"childProfileIds": [
 | 
			
		||||
		]
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user