3.1.5.23.1.1.2 Response Body

The format for the response body for the monitoring/networkControllerStatistics GET method is as follows:

 {
   "resourceRef": "/monitoring/networkControllerStatistics/",
   "instanceId": "00000000-0000-0000-0000-000000000000",
   "properties": {
     "provisioningState": "Succeeded",
     "healthStatistics": [
       {
         "resourceType": "VirtualNetwork",
         "totalResourceCount": 1,
         "healthyResourceCount": 0,
         "errorResourceCount": 0,
         "warningResourceCount": 0,
         "healthUnknownCount": 1
       },
       {
         "resourceType": "Gateway",
         "totalResourceCount": 0,
         "healthyResourceCount": 0,
         "errorResourceCount": 0,
         "warningResourceCount": 0,
         "healthUnknownCount": 0
       },
       {
         "resourceType": "LoadBalancerMux",
         "totalResourceCount": 0,
         "healthyResourceCount": 0,
         "errorResourceCount": 0,
         "warningResourceCount": 0,
         "healthUnknownCount": 0
       }
     ],
     "usageStatistics": [
       {
         "resourceType": "PublicIPUtilization",
         "totalResourceCount": 0,
         "inUseResourceCount": 0
       },
       {
         "resourceType": "BackendIPUtilization",
         "totalResourceCount": 65436,
         "inUseResourceCount": 2
       },
       {
         "resourceType": "MacPoolUtilization",
         "totalResourceCount": 65536,
         "inUseResourceCount": 4
       }
     ]
   }
 }

The JSON schema for the monitoring/networkControllerStatistics GET method is located in section 6.21.1.