Configure boosting as Hardboost or Softboost as well as WAN bandwidth receive limit
GET
Use this operation to get boost mode and bandwidth receive limit
HTTP Method: GET
URL: https://<cb_ip_address>/cb/nitro/v1/config/boost_setting/
Request Headers:
Authorization: Basic <base64 encoded(username:password)>
Accept: application/vnd.com.citrix.cloudbridge.boost_setting+json
Response Headers:
Content-Type: application/vnd.com.citrix.cloudbridge.boost_setting+json
Response Payload: JSON
{"boost_setting":{
"boostmode": <string_value>,
"bandwidhtreceivelimit": <integer_value>
}}
MODIFY
Use this operation to modify boost mode and bandwidth receive limit
HTTP Method: PUT
URL: https://<cb_ip_address>/cb/nitro/v1/config/boost_setting
Request Headers:
Authorization: Basic <base64 encoded(username:password)>
Content-Type: application/vnd.com.citrix.cloudbridge.boost_setting+json
Request Payload: JSON
{"boost_setting":{
"boostmode": <string_value>,
"bandwidhtreceivelimit": <integer_value>
}}
Response Headers:
Content-Type: application/vnd.com.citrix.cloudbridge.boost_setting+json
Response Payload: JSON
{"boost_setting":{
"boostmode": <string_value>,
"bandwidhtreceivelimit": <integer_value>
}}