VXMetricPolicyWithServiceNameCount Data Type

Properties
name data type description
policyCountList map of VXMetricServiceNameCount
totalCount number

Example

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