API - Statistics

Description
These APIs are used to get the JMX sweep.
Get JMX Statistics
This API call gets the JMX sweep.
GET/interact/v2/stats/jmx
Example Result
Content-Type: application/json
"statsJMX": [ 

    { 

      "name": "com.unicacorp.interact:type=api,group=Statistics", 

      "information": { 

        "WaitForFlowchartAverage": "1.0", 

        "LoadScoreOverrideDuration": "0", 

        "EndSessionCount": "0", 

        "SetAudienceCount": "0", 

        "GetProfileAverage": "0.0", 

        "PostEventAverage": "393.0", 

        "ActiveSessionCount": "4", 

        "PostEventCount": "1", 

        "ExecuteBatchAverage": "184.33333", 

        "ExecuteBatchCount": "6", 

        "SetDebugAverage": "0.0", 

        "StartSessionAverage": "131.0", 

        "GetProfileCount": "0", 

        "SetDebugCount": "0", 

        "SetAudienceAverage": "0.0", 

        "LoadOfferSuppressionDuration": "0", 

        "GetOffersCount": "1", 

        "LoadOffersBySQLCount": "0", 

        "LoadOffersBySQLAverage": "0.0", 

        "GetVersionCount": "0", 

        "EndSessionAverage": "0.0", 

        "StartSessionCount": "4", 

        "RunSegmentationDuration": "0", 

        "GetVersionAverage": "0.0", 

        "GetOffersAverage": "133.0" 

      } 

    } 

  ] 

}