VXMetricAuditDetailsCount Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
accessEventsCountTwoDays VXMetricServiceCount element 0/1  
accessEventsCountWeek VXMetricServiceCount element 0/1  
denialEventsCountTwoDays VXMetricServiceCount element 0/1  
denialEventsCountWeek VXMetricServiceCount element 0/1  
solrIndexCountTwoDays long element 0/1  
solrIndexCountWeek long element 0/1  

Example

<VXMetricAuditDetailsCount>
  <solrIndexCountTwoDays>...</solrIndexCountTwoDays>
  <accessEventsCountTwoDays>
    <serviceBasedCountList>...</serviceBasedCountList>
    <totalCount>...</totalCount>
  </accessEventsCountTwoDays>
  <denialEventsCountTwoDays>
    <serviceBasedCountList>...</serviceBasedCountList>
    <totalCount>...</totalCount>
  </denialEventsCountTwoDays>
  <solrIndexCountWeek>...</solrIndexCountWeek>
  <accessEventsCountWeek>
    <serviceBasedCountList>...</serviceBasedCountList>
    <totalCount>...</totalCount>
  </accessEventsCountWeek>
  <denialEventsCountWeek>
    <serviceBasedCountList>...</serviceBasedCountList>
    <totalCount>...</totalCount>
  </denialEventsCountWeek>
</VXMetricAuditDetailsCount>