16 Monitor Config
16.1 Get Call History configuration
GET https://<HOST>:<PORT>/api/monitorCallHistoryConfig/get?version=0
Returns the Call History configuration
Required Permissions
-
API
-
Monitoring Mode Read Access
Response Body Structure
The response body is structured as MonitorCallHistoryConfig JSON object. A description for its fields is at section 32.24.1. For the JSON schema refer to section 32.24.2.
Example
16.2 Set Call History configuration
POST https://<HOST>:<PORT>/api/monitorCallHistoryConfig/set?version=0
Modifies the Call History configuration
Required Permissions
-
API
-
Monitoring Mode Read/Write Access
Request Body Structure
The request body is structured as MonitorCallHistoryConfig JSON object. A description for its fields is at section 32.24.1. For the JSON schema refer to section 32.24.2.
Example
16.3 Get SIP Flow recording configuration
GET https://<HOST>:<PORT>/api/monitorSipFlowConfig/get?version=0
Returns the active SIP Flow recording configuration
Required Permissions
-
API
-
Monitoring Mode Read Access
Response Body Structure
The response body is structured as MonitorSipFlowConfig JSON object. A description for its fields is at section 32.25.1. For the JSON schema refer to section 32.25.2.
Example
16.4 Set SIP Flow recording configuration
POST https://<HOST>:<PORT>/api/monitorSipFlowConfig/set?version=0
Modifies the SIP Flow recording configuration
Required Permissions
-
API
-
Monitoring Mode Read/Write Access
Request Body Structure
The request body is structured as MonitorSipFlowConfig JSON object. A description for its fields is at section 32.25.1. For the JSON schema refer to section 32.25.2.