VXMetricPolicyWithServiceNameCount Data Type

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

Example

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