Radio Resource Management Service
Get RRM algorithms
Returns the RRM algorithm list.
/api/v1/algorithms
Get current RRM model
Returns the current RRM data model.
/api/v1/currentModel
Get device configuration
Returns the device configuration by applying all configuration layers.
/api/v1/getDeviceConfig
The device serial number
Get device layered configuration
Returns the device layered configuration.
/api/v1/getDeviceLayeredConfig
Get device topology
Returns the device topology.
/api/v1/getTopology
Modify device AP configuration
Modify the AP layer of the network configuration for the given AP. Any existing fields absent from the request body will be preserved.
/api/v1/modifyDeviceApConfig
The device serial number
No body
Optimize channel configuration
Run channel optimizer and return the new channel allocation.
/api/v1/optimizeChannel
The assignment algorithm to use:
- random: random channel initialization
- least_used: least used channel assignment
- unmanaged_aware: unmanaged AP aware least used channel assignment
random
, least_used
, unmanaged_aware
The RF zone
Do not apply changes
Optimize tx power configuration
Run tx power optimizer and return the new tx power allocation.
/api/v1/optimizeTxPower
The assignment algorithm to use:
- random: random tx power initializer
- measure_ap_client: measurement-based AP-client TPC algorithm
- measure_ap_ap: measurement-based AP-AP TPC algorithm
- location_optimal: location-based optimal TPC algorithm
random
, measure_ap_client
, measure_ap_ap
, location_optimal
The RF zone
Do not apply changes
Get RRM provider info
Returns the RRM provider info.
/api/v1/provider
Run RRM algorithm
Run a specific RRM algorithm now.
/api/v1/runRRM
The algorithm name
The algorithm arguments
The RF zone
Do not apply changes
Set device AP configuration
Set the AP layer of the network configuration for the given AP.
/api/v1/setDeviceApConfig
The device serial number
No body
Set device network configuration
Set the network layer of the device configuration.
/api/v1/setDeviceNetworkConfig
No body
Set device zone configuration
Set the zone layer of the network configuration for the given zone.
/api/v1/setDeviceZoneConfig
The RF zone
No body
Get system info
Returns the system info from the running service.
/api/v1/system
Get a value
info
Run system commands
Perform some system-wide commands.
/api/v1/system
Set device topology
Set the device topology.
/api/v1/setTopology
No body
Last updated
Was this helpful?