![]() This table is used to configure the storing of packets from recent call flows in memory for analysis purposes | |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/serverAdmin/hwSubType!='virtual') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() | saveCallFlows | O | boolean | false | Recent call flow data will be saved |
![]() | maxMemoryUsage | O | uint32 | 512 | The maximum amount of amount of memory to be consumed for packet storage in KiloBytes |
![]() | storeDataForStableCalls | O | boolean | false | Store data for stable calls in addition to calls in setup |
![]() | storeDataForCompletedCalls | O | boolean | false | Store data for completed calls in addition to calls in setup or stable |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/global/saveRecentCallFlowsInMemory |