REST API Method: POST /rest/qoe

Modifies QoE COnfiguration.

URL:

https://192.168.0.111/rest/qoe

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
BranchOfficeGatewayNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Indicates whether the SBC is Branch Office or Headquarter Gateway.
HQGAddressNoNostringnone256 - Max Length If 'QoE Reporting' is true, this represents the IP address or FQDN of the QoE Monitoring Agent.
HQGPortNoNoint5060Possible values:
  • 1024 - Minimum
  • 65535 - Maximum
If 'QoE Reporting' is true, this represents the port of the QoE Monitoring within the range 1024 through 65535.
HQGProtocolYesNoEnum1Possible values:
  • 0 - eTrNone
  • 1 - eTrUDP
  • 2 - eTrTCP
  • 3 - eTrTCP_UDP
  • 4 - eTrTLS
  • 5 - eTrTLS_UDP
  • 6 - eTrTLS_TCP
  • 7 - eTrTLS_TCP_UDP
  • 8 - eTrCount
  • 9 - eTrSCTP
Specifies the protocol to use for sending SIP messages
  • UDP - Send messages using UDP.
  • TCP - Send message using TCP.
  • TLS - Send message using TLS.
HQGTLSProfileIDNoNoint0Possible values:
  • 0 - Minimum
  • 65534 - Maximum
If protocol is TLS, this is the ID of TLS profile in use.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels