VXMetricAuditDetailsCount Data Type

Properties
name data type description
solrIndexCountTwoDays number
accessEventsCountTwoDays VXMetricServiceCount
denialEventsCountTwoDays VXMetricServiceCount
solrIndexCountWeek number
accessEventsCountWeek VXMetricServiceCount
denialEventsCountWeek VXMetricServiceCount

Example

{
  "solrIndexCountTwoDays" : 12345,
  "accessEventsCountTwoDays" : {
    "serviceBasedCountList" : {
      "property1" : 12345,
      "property2" : 12345
    },
    "totalCount" : 12345
  },
  "denialEventsCountTwoDays" : {
    "serviceBasedCountList" : {
      "property1" : 12345,
      "property2" : 12345
    },
    "totalCount" : 12345
  },
  "solrIndexCountWeek" : 12345,
  "accessEventsCountWeek" : {
    "serviceBasedCountList" : {
      "property1" : 12345,
      "property2" : 12345
    },
    "totalCount" : 12345
  },
  "denialEventsCountWeek" : {
    "serviceBasedCountList" : {
      "property1" : 12345,
      "property2" : 12345
    },
    "totalCount" : 12345
  }
}