VXMetricPolicyCount Data Type

Properties
name data type constraints description
policyCountList map of VXMetricServiceCount  
totalCount number required

Example

{
  "policyCountList" : {
    "property1" : {
      "serviceBasedCountList" : {
        "property1" : 12345,
        "property2" : 12345
      },
      "totalCount" : 12345
    },
    "property2" : {
      "serviceBasedCountList" : {
        "property1" : 12345,
        "property2" : 12345
      },
      "totalCount" : 12345
    }
  },
  "totalCount" : 12345
}