{
  "swagger": "2.0",
  "schemes": [
    "https"
  ],
  "host": "management.azure.com",
  "info": {
    "contact": {
      "email": "wlmengg@microsoft.com",
      "name": "Microsoft"
    },
    "description": "APIs for workload monitoring",
    "title": "Workload Monitor",
    "version": "2018-08-31-preview",
    "x-apisguru-categories": [
      "cloud"
    ],
    "x-logo": {
      "url": "https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png"
    },
    "x-origin": [
      {
        "format": "swagger",
        "url": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/workloadmonitor/resource-manager/Microsoft.WorkloadMonitor/preview/2018-08-31-preview/Microsoft.WorkloadMonitor.json",
        "version": "2.0"
      }
    ],
    "x-preferred": true,
    "x-providerName": "azure.com",
    "x-serviceName": "workloadmonitor-Microsoft.WorkloadMonitor",
    "x-tags": [
      "Azure",
      "Microsoft"
    ]
  },
  "produces": [
    "application/json"
  ],
  "securityDefinitions": {
    "azure_auth": {
      "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
      "description": "Azure Active Directory OAuth2 Flow",
      "flow": "implicit",
      "scopes": {
        "user_impersonation": "impersonate your user account"
      },
      "type": "oauth2"
    }
  },
  "security": [
    {
      "azure_auth": [
        "user_impersonation"
      ]
    }
  ],
  "parameters": {
    "$apply": {
      "description": "Apply aggregation.",
      "in": "query",
      "name": "$apply",
      "required": false,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "$expand": {
      "description": "Include properties inline in the response.",
      "in": "query",
      "name": "$expand",
      "required": false,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "$filter": {
      "description": "Filter to be applied on the operation.",
      "in": "query",
      "name": "$filter",
      "required": false,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "$orderby": {
      "description": "Sort the result on one or more properties.",
      "in": "query",
      "name": "$orderby",
      "required": false,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "$select": {
      "description": "Properties to be returned in the response.",
      "in": "query",
      "name": "$select",
      "required": false,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "$skiptoken": {
      "description": "The page-continuation token to use with a paged version of this API.",
      "in": "query",
      "name": "$skiptoken",
      "required": false,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "$top": {
      "description": "Limit the result to the specified number of rows.",
      "in": "query",
      "name": "$top",
      "required": false,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "api-version": {
      "description": "The API version to use for this operation.",
      "enum": [
        "2018-08-31-preview"
      ],
      "in": "query",
      "name": "api-version",
      "required": true,
      "type": "string"
    },
    "componentId": {
      "description": "Component Id.",
      "format": "uuid",
      "in": "path",
      "name": "componentId",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "monitorId": {
      "description": "Id of the Monitor.",
      "format": "uuid",
      "in": "path",
      "name": "monitorId",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "monitorInstanceId": {
      "description": "MonitorInstance Id.",
      "format": "uuid",
      "in": "path",
      "name": "monitorInstanceId",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    },
    "notificationSettingName": {
      "description": "Default string modeled as parameter for URL to work correctly.",
      "enum": [
        "default"
      ],
      "in": "path",
      "name": "notificationSettingName",
      "required": true,
      "type": "string",
      "x-ms-parameter-location": "method"
    }
  },
  "paths": {
    "/providers/Microsoft.WorkloadMonitor/operations": {
      "get": {
        "consumes": [],
        "operationId": "Operations_List",
        "parameters": [
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$skiptoken"
          }
        ],
        "responses": {
          "200": {
            "description": "OK.",
            "schema": {
              "$ref": "#/definitions/OperationListResult"
            }
          }
        },
        "summary": "Gets the details of all operations possible on the resource provider.",
        "tags": [
          "WorkloadInsights"
        ],
        "x-ms-examples": {
          "Operations_List": {
            "parameters": {
              "api-version": "2018-08-31-preview"
            },
            "responses": {
              "200": {
                "body": {
                  "value": [
                    {
                      "display": {
                        "description": "Gets the supported operations",
                        "operation": "Get operations",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "operations"
                      },
                      "name": "Microsoft.WorkloadMonitor/operations/read",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Gets summary of monitor instances",
                        "operation": "Get monitor instances summary",
                        "provider": "Microsoft.WorkloadMonitor"
                      },
                      "name": "Microsoft.WorkloadMonitor/monitorInstancesSummary/read",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Gets summary of components",
                        "operation": "Get components summary",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "Components summary"
                      },
                      "name": "Microsoft.WorkloadMonitor/componentsSummary/read",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Gets instances of monitors for the resource",
                        "operation": "Get monitor instances",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "Monitor instances"
                      },
                      "name": "Microsoft.WorkloadMonitor/monitorInstances/read",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Gets components for the resource",
                        "operation": "Get components",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "Components"
                      },
                      "name": "Microsoft.WorkloadMonitor/components/read",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Gets monitors for the resource",
                        "operation": "Get monitors",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "Monitors"
                      },
                      "name": "Microsoft.WorkloadMonitor/monitors/read",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Configure monitor for the resource",
                        "operation": "Configure monitor",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "Monitors"
                      },
                      "name": "Microsoft.WorkloadMonitor/monitors/write",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Gets notification settings for the resource",
                        "operation": "Get notification settings",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "Notification settings"
                      },
                      "name": "Microsoft.WorkloadMonitor/notificationSettings/read",
                      "origin": "user,system"
                    },
                    {
                      "display": {
                        "description": "Configure notification settings for the resource",
                        "operation": "Configure notification settings",
                        "provider": "Microsoft.WorkloadMonitor",
                        "resource": "Notification settings"
                      },
                      "name": "Microsoft.WorkloadMonitor/notificationSettings/write",
                      "origin": "user,system"
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": "nextLink"
        }
      }
    },
    "/subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/componentsSummary": {
      "get": {
        "consumes": [],
        "operationId": "ComponentsSummary_List",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$select"
          },
          {
            "$ref": "#/parameters/$filter"
          },
          {
            "$ref": "#/parameters/$apply"
          },
          {
            "$ref": "#/parameters/$orderby"
          },
          {
            "$ref": "#/parameters/$expand"
          },
          {
            "$ref": "#/parameters/$top"
          },
          {
            "$ref": "#/parameters/$skiptoken"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. At least one component found.",
            "schema": {
              "$ref": "#/definitions/ComponentsCollection"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get subscription wide details of components.",
        "tags": [
          "WorkloadInsights"
        ],
        "x-ms-examples": {
          "ComponentsSummary_List": {
            "parameters": {
              "$apply": "groupby((OperatingSystem,HealthState),aggregate(VmId with countdistinct as VmCount))",
              "$filter": "HealthStateCategory eq 'Identity' and (ComponentTypeName eq 'Microsoft.Windows.Server.10.0.Full.Computer' or ComponentTypeName eq 'Microsoft.Linux.Universal.Computer') and WorkloadType eq 'BaseOS' and (ResourceGroupId eq 'viv_rg')",
              "$orderby": "Error",
              "$select": "OSType",
              "api-version": "2018-08-31-preview",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "nextLink": null,
                  "value": [
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/componentsSummary",
                      "name": "componentsSummary",
                      "properties": {
                        "aggregateProperties": {
                          "errorVmCount": "0",
                          "operatingSystem": "Ubuntu 16.04 (x86_64)",
                          "osType": "Linux",
                          "successVmCount": "1",
                          "unknownVmCount": "0",
                          "warningVmCount": "0"
                        },
                        "children": null,
                        "componentName": null,
                        "componentTypeGroupCategory": null,
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "solutionId": null,
                        "vmId": null,
                        "vmName": null,
                        "vmTags": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/componentsSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/componentsSummary",
                      "name": "componentsSummary",
                      "properties": {
                        "aggregateProperties": {
                          "errorVmCount": "2",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "successVmCount": "0",
                          "unknownVmCount": "4",
                          "warningVmCount": "0"
                        },
                        "children": null,
                        "componentName": null,
                        "componentTypeGroupCategory": null,
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "solutionId": null,
                        "vmId": null,
                        "vmName": null,
                        "vmTags": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/componentsSummary"
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": "nextLink"
        }
      }
    },
    "/subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/monitorInstancesSummary": {
      "get": {
        "consumes": [],
        "operationId": "MonitorInstancesSummary_List",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$select"
          },
          {
            "$ref": "#/parameters/$filter"
          },
          {
            "$ref": "#/parameters/$apply"
          },
          {
            "$ref": "#/parameters/$orderby"
          },
          {
            "$ref": "#/parameters/$expand"
          },
          {
            "$ref": "#/parameters/$top"
          },
          {
            "$ref": "#/parameters/$skiptoken"
          }
        ],
        "responses": {
          "200": {
            "description": "OK.",
            "schema": {
              "$ref": "#/definitions/MonitorInstancesCollection"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get subscription wide health instances.",
        "tags": [
          "WorkloadInsights"
        ],
        "x-ms-examples": {
          "MonitorInstancesSummary_List": {
            "parameters": {
              "$apply": "groupby((MonitorName,HealthState),aggregate($count as Instances))",
              "$filter": "(ResourceGroupId eq 'viv_rg') and WorkloadType eq 'BaseOS' and HealthStateCategory eq 'CustomGroup' and MonitorKind eq 'Custom' and (MonitorType eq 'Unit') and (MonitorCategory eq 'PerformanceHealth' or MonitorCategory eq 'AvailabilityHealth' or MonitorCategory eq 'ConfigurationHealth' or MonitorCategory eq 'SecurityHealth')",
              "$orderby": "Unhealthy desc",
              "$select": "MonitorId,MonitorName,MonitorDisplayName,MonitorType,MonitorCategory,ComponentName,ComponentTypeDisplayName",
              "api-version": "2018-08-31-preview",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "nextLink": null,
                  "value": [
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Percentage of Committed Memory in Use",
                          "successInstances": "0",
                          "unhealthyInstances": "2",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "75472fe7-e406-32a6-4198-0502ecee1bfe",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.PercentCommittedBytesInUse",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "DHCP Client Service Health",
                          "successInstances": "1",
                          "unhealthyInstances": "1",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "c9db5e55-f3c8-7366-6b98-bc727e726a4b",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.DHCPClientServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Windows Firewall Service Health",
                          "successInstances": "1",
                          "unhealthyInstances": "1",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "052f9b7d-7bf0-7f61-966b-f372e207ef4e",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "RPC Service Health",
                          "successInstances": "1",
                          "unhealthyInstances": "1",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "6799aaae-533c-9a8d-331f-ea833db85d1d",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.RPCServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "DNS Client Service Health",
                          "successInstances": "1",
                          "unhealthyInstances": "1",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "37232a87-988f-6256-3033-ea0c102c2d43",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.DNSClientServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Server Service Health",
                          "successInstances": "1",
                          "unhealthyInstances": "1",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "4585a2f7-87c5-54e7-2b76-81af1073aec8",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.ServerServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Total DPC Time Percentage",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "3c184dff-8813-38f9-e965-2a9561425180",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.TotalDPCTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Windows Remote Management Service Health",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "9a86ee3f-d133-b183-a400-6ad3a3834c86",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.WindowsRemoteManagementServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "monitorDisplayName": "CPU Percentage Utilization",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "CPU0",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "94df5e8c-989a-f595-86b0-0baba4662bfb",
                        "monitorName": "Microsoft.Windows.Server.10.0.Processor.CPUUtilization",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Memory Pages Per Second",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "41eccc60-5578-2eea-e104-8bf7022ed5af",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryPagesPerSecond",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Windows Event Log Service Health",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "33f2143c-d677-6d10-c676-2f2bac54bbbd",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.EventLogServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "monitorDisplayName": "Average Disk Seconds Per Transfer",
                          "successInstances": "4",
                          "unhealthyInstances": "0",
                          "unknownInstances": "8"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Disk 1",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "8966cbe8-38d2-57be-5937-3d43e38a3df5",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerTransfer",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "monitorDisplayName": "Average Logical Disk Seconds Per Read",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "10"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "C:",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "f69b8b3f-3ba6-adf0-cdec-7c01b385d13c",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerRead",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Free System Page Table Entries",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "887e162a-74f4-2951-64e5-87dd5f076342",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryFreeSystemPageTableEntries",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "monitorDisplayName": "Percent Bandwidth Used Write",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "5"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Ethernet 2",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "728733ca-14e2-9ddc-8ec8-5de911bdf35f",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedWrites",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "monitorDisplayName": "Average Logical Disk Seconds Per Transfer",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "10"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "D:",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "850400b6-9fd2-d927-bc47-9934dfe28845",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerTransfer",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "monitorDisplayName": "Average Disk Seconds Per Read",
                          "successInstances": "4",
                          "unhealthyInstances": "0",
                          "unknownInstances": "8"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Disk 1",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "c688a072-2a8f-6409-1895-a0cc363cb326",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerRead",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "monitorDisplayName": "CPU DPC Time Percentage",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "CPU0",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "e80001dc-3aa8-e5c8-f782-5b4ef144fd5c",
                        "monitorName": "Microsoft.Windows.Server.10.0.Processor.PercentDPCTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "monitorDisplayName": "Percent Bandwidth Used Read",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "5"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Ethernet 2",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "07cacb31-615d-5c7a-e118-fd55c17b5a2c",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedReads",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Total CPU Utilization Percentage",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "8a16058b-d31e-c156-3460-2c6cae7bfc49",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.TotalCPUUtilization",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "monitorDisplayName": "Average Disk Seconds Per Write",
                          "successInstances": "4",
                          "unhealthyInstances": "0",
                          "unknownInstances": "8"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Disk 0",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "584e5846-a4a3-a17a-26fd-25014f727ee9",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerWrite",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "monitorDisplayName": "Current Disk Queue Length",
                          "successInstances": "4",
                          "unhealthyInstances": "0",
                          "unknownInstances": "8"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Disk 1",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "062d163a-0742-73d9-1d9d-a582c82127e4",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.CurrentDiskQueueLength",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "monitorDisplayName": "Average Disk Seconds Per Write (Logical Disk)",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "10"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "C:",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "99dbb2f7-9335-40c1-562e-0bee9e43b029",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerWrite",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "monitorDisplayName": "Percent Bandwidth Used Total",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "5"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Ethernet 2",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "b12539ea-7122-af29-6af6-0047432bab6a",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedTotal",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "monitorDisplayName": "Logical Disk Percent Idle Time",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "10"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "D:",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "08ec2bb4-32be-2fae-2d5a-6b65feb200a6",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.PercentIdleTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "monitorDisplayName": "Current Disk Queue Length (Logical Disk)",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "10"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "D:",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "22e3b675-109e-9292-952e-7554604e3605",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.CurrentDiskQueueLength",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Available Megabytes of Memory",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "4"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7af5bcb4-31e9-5ec9-268f-178c265a6c2c",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryAvailableMBytes",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "monitorDisplayName": "Disk Percent Idle Time",
                          "successInstances": "4",
                          "unhealthyInstances": "0",
                          "unknownInstances": "8"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Disk 1",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "c2396f9e-22eb-9a72-0149-ea3b9a219e64",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Logical Disk",
                          "monitorDisplayName": "Logical Disk % Free Space",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "1"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "/",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "d2d5f441-8445-c966-40e2-7678f5b56ea5",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.PercentFreeSpace.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Logical Disk",
                          "monitorDisplayName": "Logical Disk % Free Inodes",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "1"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "/mnt",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "f12a45f0-8f3a-7fb6-8282-e737564ede6f",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.PercentFreeInodes.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Physical Disk",
                          "monitorDisplayName": "Disk Avg. Disk sec/Read",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "sdb",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "c6767c76-e3a1-9325-0af3-77480268b100",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.AverageDiskReadTime.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Universal Linux Operating System",
                          "monitorDisplayName": "Operating System Total Percent Processor Time",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Ubuntu 16.04 (x86_64)",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "e0a59c91-0156-ee90-d5c2-1b9042c15f81",
                        "monitorName": "Microsoft.Linux.Universal.OperatingSystem.TotalPercentProcessorTime.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Logical Disk",
                          "monitorDisplayName": "Logical Disk Free Space",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "1"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "/mnt",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "ca5b387a-6b11-ddaa-f87e-61ba59c92009",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.FreeSpace.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Universal Linux Operating System",
                          "monitorDisplayName": "Operating System Available Megabytes Memory",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Ubuntu 16.04 (x86_64)",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "b6e2320f-b09c-1075-ed42-d2044b12dc8c",
                        "monitorName": "Microsoft.Linux.Universal.OperatingSystem.AvailableMBytes.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Physical Disk",
                          "monitorDisplayName": "Disk Health",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "sdb",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "c1c43ce8-1334-0673-2b67-0c778c1777d1",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.DiskHealth.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Physical Disk",
                          "monitorDisplayName": "Disk Avg. Disk sec/Transfer",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "sda",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "ab6dbe24-4877-43fe-ed57-00275eceb655",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.AverageDiskTransferTime.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Physical Disk",
                          "monitorDisplayName": "Disk Avg. Disk sec/Write",
                          "successInstances": "2",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "sda",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "5304e4ed-54c3-ab52-62fa-e07da44cb840",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.AverageDiskWriteTime.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Logical Disk",
                          "monitorDisplayName": "Logical Disk Health",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "1"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "/",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "d8651e54-d2f0-358c-4b51-10434cc525c7",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.DiskHealth.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Network Adapter",
                          "monitorDisplayName": "Network Adapter Health",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "eth0",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "f5ba8972-426f-5ab7-1fa3-b124b54fec57",
                        "monitorName": "Microsoft.Linux.Universal.NetworkAdapter.Health.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Universal Linux Operating System",
                          "monitorDisplayName": "Operating System Total Percent DPC Time",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Ubuntu 16.04 (x86_64)",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "a8bc2cc6-dd99-5fbb-27c7-7ad2eac0e2ad",
                        "monitorName": "Microsoft.Linux.Universal.OperatingSystem.TotalPercentDPCTime.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Processor",
                          "monitorDisplayName": "Processor Percent Processor Time",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "0",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "cf7aa0a0-ac57-0dc6-1251-b0225783f735",
                        "monitorName": "Microsoft.Linux.Universal.Processor.PercentProcessorTime.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Processor",
                          "monitorDisplayName": "Processor Percent DPC Time",
                          "successInstances": "1",
                          "unhealthyInstances": "0",
                          "unknownInstances": "0"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "0",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "99a75b34-dbf4-2b33-c0c2-0fdd888f23b7",
                        "monitorName": "Microsoft.Linux.Universal.Processor.PercentDPCTime.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    },
                    {
                      "etag": null,
                      "id": "/providers/Microsoft.WorkloadMonitor/healthInstancesSummary",
                      "name": "healthInstancesSummary",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "monitorDisplayName": "Windows Server 2016 Max Concurrent API Monitor",
                          "successInstances": "0",
                          "unhealthyInstances": "0",
                          "unknownInstances": "2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": null,
                        "componentName": "Windows Operating System",
                        "componentTypeId": null,
                        "componentTypeName": null,
                        "healthState": "Uninitialized",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": null,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "1aa535e9-d09c-3557-297f-62923069ba81",
                        "monitorName": "Microsoft.Windows.Server.10.0.MaxConcurrentAPI.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": null,
                        "workspaceId": null
                      },
                      "type": "Microsoft.WorkloadMonitor/healthInstancesSummary"
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": "nextLink"
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components": {
      "get": {
        "consumes": [],
        "operationId": "Components_ListByResource",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$select"
          },
          {
            "$ref": "#/parameters/$filter"
          },
          {
            "$ref": "#/parameters/$apply"
          },
          {
            "$ref": "#/parameters/$orderby"
          },
          {
            "$ref": "#/parameters/$expand"
          },
          {
            "$ref": "#/parameters/$top"
          },
          {
            "$ref": "#/parameters/$skiptoken"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. At least one component found.",
            "schema": {
              "$ref": "#/definitions/ComponentsCollection"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get list of components for a resource.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "Components_ListByResource": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "nextLink": null,
                  "value": [
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "Windows Operating System",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:43:36+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b'",
                      "name": "ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "06400e6a-6bac-1717-1e0d-e28f31a2e88b",
                          "componentTypeDisplayName": "Windows Server 2016 Computer (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_06400e6a-6bac-1717-1e0d-e28f31a2e88b_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "Canary-WLI-2",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.Computer",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T09:08:34+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663'",
                      "name": "ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "804fc44e-c49d-58f0-3b03-bf24f7d11663",
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_804fc44e-c49d-58f0-3b03-bf24f7d11663_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "CPU0",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:35:35+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "Disk 0",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:21:08+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "Disk 1",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:50:11+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "D:",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:02:52+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='05a70c91-2163-d974-638d-2ddda2308153'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "C:",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:10:46+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad'",
                      "name": "ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad'",
                      "properties": {
                        "aggregateProperties": {
                          "componentId": "3d945642-b98c-37b1-a75c-ee03cdb599ad",
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_3d945642-b98c-37b1-a75c-ee03cdb599ad_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorCategory": "EntityHealth",
                          "monitorDisplayName": "Entity Health",
                          "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "monitorKind": "Standard",
                          "monitorName": "System.Health.EntityState",
                          "monitorType": "Aggregate",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "children": null,
                        "componentName": "Ethernet 2",
                        "componentTypeGroupCategory": null,
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:10:36+05:30",
                        "solutionId": null,
                        "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                        "vmName": "Canary-WLI-2",
                        "vmTags": {},
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": "nextLink"
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components/{componentId}": {
      "get": {
        "consumes": [],
        "operationId": "Components_Get",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/componentId"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$select"
          },
          {
            "$ref": "#/parameters/$expand"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. component is found.",
            "schema": {
              "$ref": "#/definitions/Component"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get details of a component.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "Components_Get": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "etag": null,
                  "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/components/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b'",
                  "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b'",
                  "properties": {
                    "aggregateProperties": {
                      "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                      "installType": "Full",
                      "powerPlan": "High performance"
                    },
                    "children": null,
                    "componentName": null,
                    "componentTypeGroupCategory": null,
                    "componentTypeId": "e22777a6-824b-0a08-9544-0609ff0de667",
                    "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                    "healthState": "Uninitialized",
                    "healthStateCategory": null,
                    "healthStateChangesEndTime": null,
                    "healthStateChangesStartTime": null,
                    "lastHealthStateChangeTime": null,
                    "solutionId": null,
                    "vmId": null,
                    "vmName": null,
                    "vmTags": null,
                    "workloadType": null,
                    "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                  },
                  "type": "Microsoft.WorkloadMonitor/workloadInsights/components"
                }
              }
            }
          }
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances": {
      "get": {
        "consumes": [],
        "operationId": "MonitorInstances_ListByResource",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$select"
          },
          {
            "$ref": "#/parameters/$filter"
          },
          {
            "$ref": "#/parameters/$apply"
          },
          {
            "$ref": "#/parameters/$orderby"
          },
          {
            "$ref": "#/parameters/$expand"
          },
          {
            "$ref": "#/parameters/$top"
          },
          {
            "$ref": "#/parameters/$skiptoken"
          }
        ],
        "responses": {
          "200": {
            "description": "OK.",
            "schema": {
              "$ref": "#/definitions/MonitorInstancesCollection"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get list of monitor instances for a resource.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "MonitorInstances_ListByResource": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "nextLink": null,
                  "value": [
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=052f9b7d-7bf0-7f61-966b-f372e207ef4e'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=052f9b7d-7bf0-7f61-966b-f372e207ef4e'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_052f9b7d-7bf0-7f61-966b-f372e207ef4e",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Firewall Service Health",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:48:05+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "052f9b7d-7bf0-7f61-966b-f372e207ef4e",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=b974db31-cf93-9d6b-740a-9f8508b92712'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=b974db31-cf93-9d6b-740a-9f8508b92712'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_b974db31-cf93-9d6b-740a-9f8508b92712",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Core Windows Services Rollup",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:50:35+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "b974db31-cf93-9d6b-740a-9f8508b92712",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=a6c69968-61aa-a6b9-db6e-83a0da6110ea'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=a6c69968-61aa-a6b9-db6e-83a0da6110ea'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_a6c69968-61aa-a6b9-db6e-83a0da6110ea",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Availability",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:02:04+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "a6c69968-61aa-a6b9-db6e-83a0da6110ea",
                        "monitorName": "System.Health.AvailabilityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=c9db5e55-f3c8-7366-6b98-bc727e726a4b'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=c9db5e55-f3c8-7366-6b98-bc727e726a4b'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_c9db5e55-f3c8-7366-6b98-bc727e726a4b",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "DHCP Client Service Health",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:45:51+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "c9db5e55-f3c8-7366-6b98-bc727e726a4b",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.DHCPClientServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:43:36+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=b787a678-ce4b-c473-b6b4-6e1dbf184a61'",
                      "name": "ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=b787a678-ce4b-c473-b6b4-6e1dbf184a61'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Computer (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_06400e6a-6bac-1717-1e0d-e28f31a2e88b_b787a678-ce4b-c473-b6b4-6e1dbf184a61",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Computer Operating System Availability Rollup",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "06400e6a-6bac-1717-1e0d-e28f31a2e88b",
                        "componentName": "Canary-WLI-2",
                        "componentTypeId": "ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.Computer",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:06:21+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "b787a678-ce4b-c473-b6b4-6e1dbf184a61",
                        "monitorName": "Microsoft.Windows.Server.Computer.OSAvailabilityRollup",
                        "monitorType": "Dependency",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=9a86ee3f-d133-b183-a400-6ad3a3834c86'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=9a86ee3f-d133-b183-a400-6ad3a3834c86'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_9a86ee3f-d133-b183-a400-6ad3a3834c86",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Remote Management Service Health",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:47:58+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "9a86ee3f-d133-b183-a400-6ad3a3834c86",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.WindowsRemoteManagementServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=6799aaae-533c-9a8d-331f-ea833db85d1d'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=6799aaae-533c-9a8d-331f-ea833db85d1d'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_6799aaae-533c-9a8d-331f-ea833db85d1d",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "RPC Service Health",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:46:12+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "6799aaae-533c-9a8d-331f-ea833db85d1d",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.RPCServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=75472fe7-e406-32a6-4198-0502ecee1bfe'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=75472fe7-e406-32a6-4198-0502ecee1bfe'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_75472fe7-e406-32a6-4198-0502ecee1bfe",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Percentage of Committed Memory in Use",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:39:48+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "75472fe7-e406-32a6-4198-0502ecee1bfe",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.PercentCommittedBytesInUse",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=f69b8b3f-3ba6-adf0-cdec-7c01b385d13c'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=f69b8b3f-3ba6-adf0-cdec-7c01b385d13c'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_f69b8b3f-3ba6-adf0-cdec-7c01b385d13c",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Logical Disk Seconds Per Read",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                        "componentName": "D:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:48:34+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "f69b8b3f-3ba6-adf0-cdec-7c01b385d13c",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerRead",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=887e162a-74f4-2951-64e5-87dd5f076342'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=887e162a-74f4-2951-64e5-87dd5f076342'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_887e162a-74f4-2951-64e5-87dd5f076342",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Free System Page Table Entries",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Warning",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:10:45+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "887e162a-74f4-2951-64e5-87dd5f076342",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryFreeSystemPageTableEntries",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=a6c69968-61aa-a6b9-db6e-83a0da6110ea'",
                      "name": "ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=a6c69968-61aa-a6b9-db6e-83a0da6110ea'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Computer (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_06400e6a-6bac-1717-1e0d-e28f31a2e88b_a6c69968-61aa-a6b9-db6e-83a0da6110ea",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Availability",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "06400e6a-6bac-1717-1e0d-e28f31a2e88b",
                        "componentName": "Canary-WLI-2",
                        "componentTypeId": "ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.Computer",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T09:04:42+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "a6c69968-61aa-a6b9-db6e-83a0da6110ea",
                        "monitorName": "System.Health.AvailabilityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:48:09+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=3c184dff-8813-38f9-e965-2a9561425180'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=3c184dff-8813-38f9-e965-2a9561425180'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_3c184dff-8813-38f9-e965-2a9561425180",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Total DPC Time Percentage",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:37:42+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "3c184dff-8813-38f9-e965-2a9561425180",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.TotalDPCTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=4585a2f7-87c5-54e7-2b76-81af1073aec8'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=4585a2f7-87c5-54e7-2b76-81af1073aec8'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_4585a2f7-87c5-54e7-2b76-81af1073aec8",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Server Service Health",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:48:20+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "4585a2f7-87c5-54e7-2b76-81af1073aec8",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.ServerServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=37232a87-988f-6256-3033-ea0c102c2d43'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=37232a87-988f-6256-3033-ea0c102c2d43'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_37232a87-988f-6256-3033-ea0c102c2d43",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "DNS Client Service Health",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:45:42+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "37232a87-988f-6256-3033-ea0c102c2d43",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.DNSClientServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=50fd1db1-7111-d67e-3f81-e73203d073e3'",
                      "name": "ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=50fd1db1-7111-d67e-3f81-e73203d073e3'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Computer (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_06400e6a-6bac-1717-1e0d-e28f31a2e88b_50fd1db1-7111-d67e-3f81-e73203d073e3",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Computer Operating System Performance Rollup",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "06400e6a-6bac-1717-1e0d-e28f31a2e88b",
                        "componentName": "Canary-WLI-2",
                        "componentTypeId": "ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.Computer",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:47:48+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "50fd1db1-7111-d67e-3f81-e73203d073e3",
                        "monitorName": "Microsoft.Windows.Server.Computer.OSPerformanceRollup",
                        "monitorType": "Dependency",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=41eccc60-5578-2eea-e104-8bf7022ed5af'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=41eccc60-5578-2eea-e104-8bf7022ed5af'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_41eccc60-5578-2eea-e104-8bf7022ed5af",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Memory Pages Per Second",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:43:54+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "41eccc60-5578-2eea-e104-8bf7022ed5af",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryPagesPerSecond",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=e80001dc-3aa8-e5c8-f782-5b4ef144fd5c'",
                      "name": "ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=e80001dc-3aa8-e5c8-f782-5b4ef144fd5c'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_804fc44e-c49d-58f0-3b03-bf24f7d11663_e80001dc-3aa8-e5c8-f782-5b4ef144fd5c",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "CPU DPC Time Percentage",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "804fc44e-c49d-58f0-3b03-bf24f7d11663",
                        "componentName": "CPU0",
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:45:34+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "e80001dc-3aa8-e5c8-f782-5b4ef144fd5c",
                        "monitorName": "Microsoft.Windows.Server.10.0.Processor.PercentDPCTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=c688a072-2a8f-6409-1895-a0cc363cb326'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=c688a072-2a8f-6409-1895-a0cc363cb326'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_c688a072-2a8f-6409-1895-a0cc363cb326",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Read",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                        "componentName": "Disk 1",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:48:37+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "c688a072-2a8f-6409-1895-a0cc363cb326",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerRead",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Computer (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_06400e6a-6bac-1717-1e0d-e28f31a2e88b_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "06400e6a-6bac-1717-1e0d-e28f31a2e88b",
                        "componentName": "Canary-WLI-2",
                        "componentTypeId": "ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.Computer",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T09:08:34+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=850400b6-9fd2-d927-bc47-9934dfe28845'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=850400b6-9fd2-d927-bc47-9934dfe28845'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_850400b6-9fd2-d927-bc47-9934dfe28845",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Logical Disk Seconds Per Transfer",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                        "componentName": "C:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:50:20+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "850400b6-9fd2-d927-bc47-9934dfe28845",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerTransfer",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=94df5e8c-989a-f595-86b0-0baba4662bfb'",
                      "name": "ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=94df5e8c-989a-f595-86b0-0baba4662bfb'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_804fc44e-c49d-58f0-3b03-bf24f7d11663_94df5e8c-989a-f595-86b0-0baba4662bfb",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "CPU Percentage Utilization",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "804fc44e-c49d-58f0-3b03-bf24f7d11663",
                        "componentName": "CPU0",
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:43:50+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "94df5e8c-989a-f595-86b0-0baba4662bfb",
                        "monitorName": "Microsoft.Windows.Server.10.0.Processor.CPUUtilization",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=33f2143c-d677-6d10-c676-2f2bac54bbbd'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=33f2143c-d677-6d10-c676-2f2bac54bbbd'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_33f2143c-d677-6d10-c676-2f2bac54bbbd",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Event Log Service Health",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:46:06+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "33f2143c-d677-6d10-c676-2f2bac54bbbd",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.EventLogServiceHealth",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=99dbb2f7-9335-40c1-562e-0bee9e43b029'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=99dbb2f7-9335-40c1-562e-0bee9e43b029'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_99dbb2f7-9335-40c1-562e-0bee9e43b029",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Write (Logical Disk)",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                        "componentName": "C:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:50:24+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "99dbb2f7-9335-40c1-562e-0bee9e43b029",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerWrite",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=99dbb2f7-9335-40c1-562e-0bee9e43b029'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=99dbb2f7-9335-40c1-562e-0bee9e43b029'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_99dbb2f7-9335-40c1-562e-0bee9e43b029",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Write (Logical Disk)",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                        "componentName": "D:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:50:15+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "99dbb2f7-9335-40c1-562e-0bee9e43b029",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerWrite",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=850400b6-9fd2-d927-bc47-9934dfe28845'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=850400b6-9fd2-d927-bc47-9934dfe28845'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_850400b6-9fd2-d927-bc47-9934dfe28845",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Logical Disk Seconds Per Transfer",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                        "componentName": "D:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:49:10+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "850400b6-9fd2-d927-bc47-9934dfe28845",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerTransfer",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=584e5846-a4a3-a17a-26fd-25014f727ee9'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=584e5846-a4a3-a17a-26fd-25014f727ee9'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_584e5846-a4a3-a17a-26fd-25014f727ee9",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Write",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                        "componentName": "Disk 1",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:43:34+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "584e5846-a4a3-a17a-26fd-25014f727ee9",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerWrite",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=8966cbe8-38d2-57be-5937-3d43e38a3df5'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=8966cbe8-38d2-57be-5937-3d43e38a3df5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_8966cbe8-38d2-57be-5937-3d43e38a3df5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Transfer",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                        "componentName": "Disk 1",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:50:20+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "8966cbe8-38d2-57be-5937-3d43e38a3df5",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerTransfer",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=584e5846-a4a3-a17a-26fd-25014f727ee9'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=584e5846-a4a3-a17a-26fd-25014f727ee9'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_584e5846-a4a3-a17a-26fd-25014f727ee9",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Write",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                        "componentName": "Disk 0",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:46:22+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "584e5846-a4a3-a17a-26fd-25014f727ee9",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerWrite",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=f69b8b3f-3ba6-adf0-cdec-7c01b385d13c'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=f69b8b3f-3ba6-adf0-cdec-7c01b385d13c'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_f69b8b3f-3ba6-adf0-cdec-7c01b385d13c",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Logical Disk Seconds Per Read",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                        "componentName": "C:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:48:38+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "f69b8b3f-3ba6-adf0-cdec-7c01b385d13c",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerRead",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=8966cbe8-38d2-57be-5937-3d43e38a3df5'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=8966cbe8-38d2-57be-5937-3d43e38a3df5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_8966cbe8-38d2-57be-5937-3d43e38a3df5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Transfer",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                        "componentName": "Disk 0",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:50:08+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "8966cbe8-38d2-57be-5937-3d43e38a3df5",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerTransfer",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=07cacb31-615d-5c7a-e118-fd55c17b5a2c'",
                      "name": "ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=07cacb31-615d-5c7a-e118-fd55c17b5a2c'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_3d945642-b98c-37b1-a75c-ee03cdb599ad_07cacb31-615d-5c7a-e118-fd55c17b5a2c",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Percent Bandwidth Used Read",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "3d945642-b98c-37b1-a75c-ee03cdb599ad",
                        "componentName": "Ethernet 2",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T09:42:23+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "07cacb31-615d-5c7a-e118-fd55c17b5a2c",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedReads",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=194d2011-69ed-50bb-4d50-a394d48fb048'",
                      "name": "ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=194d2011-69ed-50bb-4d50-a394d48fb048'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_804fc44e-c49d-58f0-3b03-bf24f7d11663_194d2011-69ed-50bb-4d50-a394d48fb048",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Server 2016 Processor Performance Rollup Monitor",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "804fc44e-c49d-58f0-3b03-bf24f7d11663",
                        "componentName": "CPU0",
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:45:48+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "194d2011-69ed-50bb-4d50-a394d48fb048",
                        "monitorName": "Microsoft.Windows.Server.10.0.Processor.PerformanceRollup",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=c688a072-2a8f-6409-1895-a0cc363cb326'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=c688a072-2a8f-6409-1895-a0cc363cb326'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_c688a072-2a8f-6409-1895-a0cc363cb326",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Average Disk Seconds Per Read",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                        "componentName": "Disk 0",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T08:49:07+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "c688a072-2a8f-6409-1895-a0cc363cb326",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerRead",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=728733ca-14e2-9ddc-8ec8-5de911bdf35f'",
                      "name": "ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=728733ca-14e2-9ddc-8ec8-5de911bdf35f'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_3d945642-b98c-37b1-a75c-ee03cdb599ad_728733ca-14e2-9ddc-8ec8-5de911bdf35f",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Percent Bandwidth Used Write",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "3d945642-b98c-37b1-a75c-ee03cdb599ad",
                        "componentName": "Ethernet 2",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T09:40:34+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "728733ca-14e2-9ddc-8ec8-5de911bdf35f",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedWrites",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=1aa535e9-d09c-3557-297f-62923069ba81'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=1aa535e9-d09c-3557-297f-62923069ba81'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_1aa535e9-d09c-3557-297f-62923069ba81",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Server 2016 Max Concurrent API Monitor",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:56:44+05:30",
                        "monitorCategory": "AvailabilityHealth",
                        "monitorId": "1aa535e9-d09c-3557-297f-62923069ba81",
                        "monitorName": "Microsoft.Windows.Server.10.0.MaxConcurrentAPI.Monitor",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Warning",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                        "componentName": "Disk 1",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T14:47:55+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                        "componentName": "Disk 0",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T14:50:04+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=c2396f9e-22eb-9a72-0149-ea3b9a219e64'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=c2396f9e-22eb-9a72-0149-ea3b9a219e64'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_c2396f9e-22eb-9a72-0149-ea3b9a219e64",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Disk Percent Idle Time",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Warning",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                        "componentName": "Disk 1",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T14:43:38+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "c2396f9e-22eb-9a72-0149-ea3b9a219e64",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=b12539ea-7122-af29-6af6-0047432bab6a'",
                      "name": "ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=b12539ea-7122-af29-6af6-0047432bab6a'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_3d945642-b98c-37b1-a75c-ee03cdb599ad_b12539ea-7122-af29-6af6-0047432bab6a",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Percent Bandwidth Used Total",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "3d945642-b98c-37b1-a75c-ee03cdb599ad",
                        "componentName": "Ethernet 2",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T09:21:17+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "b12539ea-7122-af29-6af6-0047432bab6a",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedTotal",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Warning",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                        "componentName": "C:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T14:43:45+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=c2396f9e-22eb-9a72-0149-ea3b9a219e64'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=c2396f9e-22eb-9a72-0149-ea3b9a219e64'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_c2396f9e-22eb-9a72-0149-ea3b9a219e64",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Disk Percent Idle Time",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                        "componentName": "Disk 0",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T14:48:17+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "c2396f9e-22eb-9a72-0149-ea3b9a219e64",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_804fc44e-c49d-58f0-3b03-bf24f7d11663_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "804fc44e-c49d-58f0-3b03-bf24f7d11663",
                        "componentName": "CPU0",
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T08:49:35+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Computer (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_06400e6a-6bac-1717-1e0d-e28f31a2e88b_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "06400e6a-6bac-1717-1e0d-e28f31a2e88b",
                        "componentName": "Canary-WLI-2",
                        "componentTypeId": "ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.Computer",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:52:08+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=22e3b675-109e-9292-952e-7554604e3605'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=22e3b675-109e-9292-952e-7554604e3605'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_22e3b675-109e-9292-952e-7554604e3605",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Current Disk Queue Length (Logical Disk)",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                        "componentName": "D:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T09:33:41+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "22e3b675-109e-9292-952e-7554604e3605",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.CurrentDiskQueueLength",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='804fc44e-c49d-58f0-3b03-bf24f7d11663',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Processor",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_804fc44e-c49d-58f0-3b03-bf24f7d11663_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "804fc44e-c49d-58f0-3b03-bf24f7d11663",
                        "componentName": "CPU0",
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:35:35+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=062d163a-0742-73d9-1d9d-a582c82127e4'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=062d163a-0742-73d9-1d9d-a582c82127e4'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_062d163a-0742-73d9-1d9d-a582c82127e4",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Current Disk Queue Length",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                        "componentName": "Disk 0",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T09:34:04+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "062d163a-0742-73d9-1d9d-a582c82127e4",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.CurrentDiskQueueLength",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=062d163a-0742-73d9-1d9d-a582c82127e4'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=062d163a-0742-73d9-1d9d-a582c82127e4'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_062d163a-0742-73d9-1d9d-a582c82127e4",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Current Disk Queue Length",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                        "componentName": "Disk 1",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:43:35+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "062d163a-0742-73d9-1d9d-a582c82127e4",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.CurrentDiskQueueLength",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=22e3b675-109e-9292-952e-7554604e3605'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=22e3b675-109e-9292-952e-7554604e3605'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_22e3b675-109e-9292-952e-7554604e3605",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Current Disk Queue Length (Logical Disk)",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                        "componentName": "C:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T09:34:01+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "22e3b675-109e-9292-952e-7554604e3605",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.CurrentDiskQueueLength",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=8a16058b-d31e-c156-3460-2c6cae7bfc49'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=8a16058b-d31e-c156-3460-2c6cae7bfc49'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_8a16058b-d31e-c156-3460-2c6cae7bfc49",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Total CPU Utilization Percentage",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:15:05+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "8a16058b-d31e-c156-3460-2c6cae7bfc49",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.TotalCPUUtilization",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=08ec2bb4-32be-2fae-2d5a-6b65feb200a6'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=08ec2bb4-32be-2fae-2d5a-6b65feb200a6'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_08ec2bb4-32be-2fae-2d5a-6b65feb200a6",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Logical Disk Percent Idle Time",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Warning",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                        "componentName": "D:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T14:39:33+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "08ec2bb4-32be-2fae-2d5a-6b65feb200a6",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.PercentIdleTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=b8375781-0835-15b6-c782-f497b54b65ea'",
                      "name": "ComponentId='06400e6a-6bac-1717-1e0d-e28f31a2e88b',MonitorId=b8375781-0835-15b6-c782-f497b54b65ea'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Computer (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_06400e6a-6bac-1717-1e0d-e28f31a2e88b_b8375781-0835-15b6-c782-f497b54b65ea",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Windows Computer Hardware Performance Rollup",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "06400e6a-6bac-1717-1e0d-e28f31a2e88b",
                        "componentName": "Canary-WLI-2",
                        "componentTypeId": "ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.Computer",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:50:13+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "b8375781-0835-15b6-c782-f497b54b65ea",
                        "monitorName": "Microsoft.Windows.Server.Computer.HardwarePerformanceRollup",
                        "monitorType": "Dependency",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='1a526816-f757-7328-d0b2-7daf65fd919b',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_1a526816-f757-7328-d0b2-7daf65fd919b_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "1a526816-f757-7328-d0b2-7daf65fd919b",
                        "componentName": "Disk 0",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:21:08+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Warning",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                        "componentName": "D:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T14:45:35+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='767aea7b-2a28-8c7b-9a61-153eeced9466',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_767aea7b-2a28-8c7b-9a61-153eeced9466_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "767aea7b-2a28-8c7b-9a61-153eeced9466",
                        "componentName": "Disk 1",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-22T08:50:11+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='ebf38b50-d78a-817b-89ee-0e5870c643ef',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_ebf38b50-d78a-817b-89ee-0e5870c643ef_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "ebf38b50-d78a-817b-89ee-0e5870c643ef",
                        "componentName": "D:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:02:52+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "name": "ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=7db3eece-fd0d-fddd-3af7-f8371a914874'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_3d945642-b98c-37b1-a75c-ee03cdb599ad_7db3eece-fd0d-fddd-3af7-f8371a914874",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Performance",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "3d945642-b98c-37b1-a75c-ee03cdb599ad",
                        "componentName": "Ethernet 2",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T09:46:13+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7db3eece-fd0d-fddd-3af7-f8371a914874",
                        "monitorName": "System.Health.PerformanceState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=08ec2bb4-32be-2fae-2d5a-6b65feb200a6'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=08ec2bb4-32be-2fae-2d5a-6b65feb200a6'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_08ec2bb4-32be-2fae-2d5a-6b65feb200a6",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Logical Disk Percent Idle Time",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Warning",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                        "componentName": "C:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-18T14:37:36+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "08ec2bb4-32be-2fae-2d5a-6b65feb200a6",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.PercentIdleTime",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='05a70c91-2163-d974-638d-2ddda2308153',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_05a70c91-2163-d974-638d-2ddda2308153_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "05a70c91-2163-d974-638d-2ddda2308153",
                        "componentName": "C:",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:10:46+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "name": "ComponentId='3d945642-b98c-37b1-a75c-ee03cdb599ad',MonitorId=e3ab86a1-34fa-35b5-b864-da4db993c0f5'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_3d945642-b98c-37b1-a75c-ee03cdb599ad_e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Entity Health",
                          "monitorKind": "Standard",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Success",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "3d945642-b98c-37b1-a75c-ee03cdb599ad",
                        "componentName": "Ethernet 2",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-21T09:10:36+05:30",
                        "monitorCategory": "EntityHealth",
                        "monitorId": "e3ab86a1-34fa-35b5-b864-da4db993c0f5",
                        "monitorName": "System.Health.EntityState",
                        "monitorType": "Aggregate",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=7af5bcb4-31e9-5ec9-268f-178c265a6c2c'",
                      "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=7af5bcb4-31e9-5ec9-268f-178c265a6c2c'",
                      "properties": {
                        "aggregateProperties": {
                          "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                          "currentHealth_CustomOrder": "03_Unknown",
                          "edition": "2016-Datacenter",
                          "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_7af5bcb4-31e9-5ec9-268f-178c265a6c2c",
                          "location": "westcentralus",
                          "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                          "monitorDisplayName": "Available Megabytes of Memory",
                          "monitorKind": "Custom",
                          "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                          "osType": "Windows",
                          "previousHealth": "Error",
                          "resourceGroupId": "viv_rg",
                          "resourceGroupName_Lower": "viv_rg",
                          "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                          "version": "2016.127.20180613",
                          "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                          "vmName": "Canary-WLI-2",
                          "vmName_Lower": "canary-wli-2",
                          "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                          "vmTags": "",
                          "workloadId": "Canary-WLI-2",
                          "workloadId_Lower": "canary-wli-2",
                          "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                          "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                        },
                        "alertGeneration": null,
                        "children": null,
                        "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                        "componentName": "Windows Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                        "healthState": "Unknown",
                        "healthStateCategory": null,
                        "healthStateChanges": null,
                        "healthStateChangesEndTime": null,
                        "healthStateChangesStartTime": null,
                        "lastHealthStateChangeTime": "2018-08-19T09:17:06+05:30",
                        "monitorCategory": "PerformanceHealth",
                        "monitorId": "7af5bcb4-31e9-5ec9-268f-178c265a6c2c",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryAvailableMBytes",
                        "monitorType": "Unit",
                        "solutionId": null,
                        "workloadType": "BaseOS",
                        "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": "nextLink"
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances/{monitorInstanceId}": {
      "get": {
        "consumes": [],
        "operationId": "MonitorInstances_Get",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/monitorInstanceId"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$select"
          },
          {
            "$ref": "#/parameters/$expand"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. monitorInstance is found.",
            "schema": {
              "$ref": "#/definitions/MonitorInstance"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get details of a monitorInstance.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "MonitorInstances_Get": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "monitorInstanceId": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=052f9b7d-7bf0-7f61-966b-f372e207ef4e'",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "etag": null,
                  "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/healthInstances/ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=052f9b7d-7bf0-7f61-966b-f372e207ef4e'",
                  "name": "ComponentId='d91ce384-b682-883a-d02b-129bf37f218b',MonitorId=052f9b7d-7bf0-7f61-966b-f372e207ef4e'",
                  "properties": {
                    "aggregateProperties": {
                      "componentTypeDisplayName": "Windows Server 2016 Operating System (Full)",
                      "currentHealth_CustomOrder": "03_Unknown",
                      "edition": "2016-Datacenter",
                      "id": "a7f23fdb-e626-4f95-89aa-3a360a90861e_viv_rg_0f512229-ba29-4a4d-a9b8-d97b375ab8b1_canary-wli-2_d91ce384-b682-883a-d02b-129bf37f218b_052f9b7d-7bf0-7f61-966b-f372e207ef4e",
                      "location": "westcentralus",
                      "machineResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.compute/virtualmachines/canary-wli-2",
                      "monitorDisplayName": "Windows Firewall Service Health",
                      "monitorKind": "Custom",
                      "operatingSystem": "Microsoft Windows Server 2016 Datacenter",
                      "osType": "Windows",
                      "previousHealth": "Error",
                      "resourceGroupId": "viv_rg",
                      "resourceGroupName_Lower": "viv_rg",
                      "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
                      "version": "2016.127.20180613",
                      "vmId": "0f512229-ba29-4a4d-a9b8-d97b375ab8b1",
                      "vmName": "Canary-WLI-2",
                      "vmName_Lower": "canary-wli-2",
                      "vmResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2",
                      "vmTags": "",
                      "workloadId": "Canary-WLI-2",
                      "workloadId_Lower": "canary-wli-2",
                      "workloadResourceId": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2",
                      "workloadResourceId_Lower": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/microsoft.workloadmonitor/workloadinsights/canary-wli-2"
                    },
                    "alertGeneration": null,
                    "children": null,
                    "componentId": "d91ce384-b682-883a-d02b-129bf37f218b",
                    "componentName": "Windows Operating System",
                    "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                    "componentTypeName": "Microsoft.Windows.Server.10.0.Full.OperatingSystem",
                    "healthState": "Unknown",
                    "healthStateCategory": null,
                    "healthStateChanges": null,
                    "healthStateChangesEndTime": null,
                    "healthStateChangesStartTime": null,
                    "lastHealthStateChangeTime": "2018-08-19T08:48:05+05:30",
                    "monitorCategory": "AvailabilityHealth",
                    "monitorId": "052f9b7d-7bf0-7f61-966b-f372e207ef4e",
                    "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth",
                    "monitorType": "Unit",
                    "solutionId": null,
                    "workloadType": "BaseOS",
                    "workspaceId": "d00ad535-951e-4c6b-ae1b-5d4a5c7a8a3d"
                  },
                  "type": "Microsoft.WorkloadMonitor/workloadInsights/healthInstances"
                }
              }
            }
          }
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors": {
      "get": {
        "consumes": [],
        "operationId": "Monitors_ListByResource",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$filter"
          },
          {
            "$ref": "#/parameters/$skiptoken"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. At least one monitor is found.",
            "schema": {
              "$ref": "#/definitions/MonitorsCollection"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get list of a monitors of a resource.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "Monitors_ListByResource": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "nextLink": null,
                  "value": [
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='052f9b7d-7bf0-7f61-966b-f372e207ef4e'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='052f9b7d-7bf0-7f61-966b-f372e207ef4e'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the health of the Windows service for the Windows Firewall",
                        "documentationURL": "https://aka.ms/Qt6xxb",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Windows Firewall Service Health",
                        "monitorId": "052f9b7d-7bf0-7f61-966b-f372e207ef4e",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "Windows Firewall Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='062d163a-0742-73d9-1d9d-a582c82127e4'",
                      "name": "ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='062d163a-0742-73d9-1d9d-a582c82127e4'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 32
                          }
                        ],
                        "description": "Monitor the performance counter PhysicalDisk\\Current Disk Queue Length",
                        "documentationURL": "https://aka.ms/P2e17v",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Current Disk Queue Length",
                        "monitorId": "062d163a-0742-73d9-1d9d-a582c82127e4",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.CurrentDiskQueueLength",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Current Disk Queue Length (Physical Disk)",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='07cacb31-615d-5c7a-e118-fd55c17b5a2c'",
                      "name": "ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='07cacb31-615d-5c7a-e118-fd55c17b5a2c'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 60
                          }
                        ],
                        "description": "This monitor checks percentage of used network adapter read bandwidth.",
                        "documentationURL": "https://aka.ms/Dz7ed6",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Percent Bandwidth Used Read",
                        "monitorId": "07cacb31-615d-5c7a-e118-fd55c17b5a2c",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedReads",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Percent Bandwidth Used Read",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='08ec2bb4-32be-2fae-2d5a-6b65feb200a6'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='08ec2bb4-32be-2fae-2d5a-6b65feb200a6'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 20
                          }
                        ],
                        "description": "Monitor the performance counter LogicalDisk\\% Idle Time",
                        "documentationURL": "https://aka.ms/T5soxw",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Logical Disk Percent Idle Time",
                        "monitorId": "08ec2bb4-32be-2fae-2d5a-6b65feb200a6",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.PercentIdleTime",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Logical Disk Percent Idle Time",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='1bbf53b8-2557-a521-f7c1-1023de57367a'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='1bbf53b8-2557-a521-f7c1-1023de57367a'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Warning",
                            "threshold": 2000
                          },
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 1000
                          }
                        ],
                        "description": "Monitor the number of free MBytes remaining on a logical disk.",
                        "documentationURL": "https://aka.ms/Tgp5nn",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Windows Server 2016 Logical Disk Free Space (MB) Low",
                        "monitorId": "1bbf53b8-2557-a521-f7c1-1023de57367a",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.MBFreeSpace",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Windows Server 2016 Logical Disk - Free Space Rollup Monitor",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.FreeSpaceMonitorRollup",
                        "signalName": "Windows Server 2016 Logical Disk Free Space (MB) Low",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='22e3b675-109e-9292-952e-7554604e3605'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='22e3b675-109e-9292-952e-7554604e3605'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 32
                          }
                        ],
                        "description": "Monitor the performance counter LogicalDisk\\Current Disk Queue Length",
                        "documentationURL": "https://aka.ms/S8n12t",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Current Disk Queue Length (Logical Disk)",
                        "monitorId": "22e3b675-109e-9292-952e-7554604e3605",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.CurrentDiskQueueLength",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Current Disk Queue Length (Logical Disk)",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='31124bfe-42b5-e042-3bd4-73e4e9c0c293'",
                      "name": "ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='31124bfe-42b5-e042-3bd4-73e4e9c0c293'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the network adapter connection's health.",
                        "documentationURL": "https://aka.ms/Phljt5",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Network Adapter Connection Health",
                        "monitorId": "31124bfe-42b5-e042-3bd4-73e4e9c0c293",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.NetworkAdapterConnectionHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "Network Adapter Connection Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='33f2143c-d677-6d10-c676-2f2bac54bbbd'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='33f2143c-d677-6d10-c676-2f2bac54bbbd'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the health of the Windows service for the Windows Event Log",
                        "documentationURL": "https://aka.ms/Uapbve",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Windows Event Log Service Health",
                        "monitorId": "33f2143c-d677-6d10-c676-2f2bac54bbbd",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.EventLogServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "Windows Event Log Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='37232a87-988f-6256-3033-ea0c102c2d43'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='37232a87-988f-6256-3033-ea0c102c2d43'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the health of the Windows service for the DNS Client",
                        "documentationURL": "https://aka.ms/X383qq",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "DNS Client Service Health",
                        "monitorId": "37232a87-988f-6256-3033-ea0c102c2d43",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.DNSClientServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "DNS Client Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='3c184dff-8813-38f9-e965-2a9561425180'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='3c184dff-8813-38f9-e965-2a9561425180'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 95
                          }
                        ],
                        "description": "Monitors the DPC Time Percentage.",
                        "documentationURL": "https://aka.ms/Jdgd2d",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Total DPC Time Percentage",
                        "monitorId": "3c184dff-8813-38f9-e965-2a9561425180",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.TotalDPCTime",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Total DPC Time Percentage",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='41eccc60-5578-2eea-e104-8bf7022ed5af'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='41eccc60-5578-2eea-e104-8bf7022ed5af'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 5000
                          }
                        ],
                        "description": "Monitor the performance counter Memory\\MemoryPagesPerSecond",
                        "documentationURL": "https://aka.ms/Lk8j8w",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Memory Pages Per Second",
                        "monitorId": "41eccc60-5578-2eea-e104-8bf7022ed5af",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryPagesPerSecond",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Memory Pages Per Second",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='4585a2f7-87c5-54e7-2b76-81af1073aec8'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='4585a2f7-87c5-54e7-2b76-81af1073aec8'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the health of the Windows service for the Server",
                        "documentationURL": "https://aka.ms/Guptf8",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Server Service Health",
                        "monitorId": "4585a2f7-87c5-54e7-2b76-81af1073aec8",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.ServerServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "Server Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='49BED621-2883-4951-A6EC-8083E362E662'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='49BED621-2883-4951-A6EC-8083E362E662'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Warning",
                            "threshold": 10
                          },
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 5
                          }
                        ],
                        "description": "Monitor the percentage of free space remaining on a logical disk.",
                        "documentationURL": "https://aka.ms/Ba4v8t",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Windows Server 2016 System Logical Disk Free Space (%) Low",
                        "monitorId": "49BED621-2883-4951-A6EC-8083E362E662",
                        "monitorName": "Microsoft.Windows.Server.10.0.SystemLogicalDisk.PercentageFreeSpace",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Windows Server 2016 Logical Disk - Free Space Rollup Monitor",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.FreeSpaceMonitorRollup",
                        "signalName": "Windows Server 2016 System Logical Disk Free Space (%) Low",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='584e5846-a4a3-a17a-26fd-25014f727ee9'",
                      "name": "ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='584e5846-a4a3-a17a-26fd-25014f727ee9'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Warning",
                            "threshold": 40
                          }
                        ],
                        "description": "Monitors the disk write latency (average disk seconds per write)",
                        "documentationURL": "https://aka.ms/O5d8h4",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Average Disk Seconds Per Write",
                        "monitorId": "584e5846-a4a3-a17a-26fd-25014f727ee9",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerWrite",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Avg. Physical Disk sec/Write",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='65ca6ac7-9a2f-b749-6d5c-5e84d9239eb7'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='65ca6ac7-9a2f-b749-6d5c-5e84d9239eb7'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "\"Monitors the health of the Windows service for the Computer Browser. Please note that this monitor is not running on Nano Server (the state of the monitor will be always \"\"Healthy\"\").\"",
                        "documentationURL": "https://aka.ms/M2spjr",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Computer Browser Service Health",
                        "monitorId": "65ca6ac7-9a2f-b749-6d5c-5e84d9239eb7",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.ComputerbrowserServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "Computer Browser Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='6799aaae-533c-9a8d-331f-ea833db85d1d'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='6799aaae-533c-9a8d-331f-ea833db85d1d'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the health of the Windows service for RPC",
                        "documentationURL": "https://aka.ms/Vfzs25",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "RPC Service Health",
                        "monitorId": "6799aaae-533c-9a8d-331f-ea833db85d1d",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.RPCServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "RPC Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='728733ca-14e2-9ddc-8ec8-5de911bdf35f'",
                      "name": "ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='728733ca-14e2-9ddc-8ec8-5de911bdf35f'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 60
                          }
                        ],
                        "description": "This monitor checks percentage of used network adapter write bandwidth.",
                        "documentationURL": "https://aka.ms/Mh37pp",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Percent Bandwidth Used Write",
                        "monitorId": "728733ca-14e2-9ddc-8ec8-5de911bdf35f",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedWrites",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Percent Bandwidth Used Write",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='75472fe7-e406-32a6-4198-0502ecee1bfe'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='75472fe7-e406-32a6-4198-0502ecee1bfe'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 80
                          }
                        ],
                        "description": "Monitor the performance counter Memory\\% Committed Bytes in Use",
                        "documentationURL": "https://aka.ms/Sv5zbp",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Percentage of Committed Memory in Use",
                        "monitorId": "75472fe7-e406-32a6-4198-0502ecee1bfe",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.PercentCommittedBytesInUse",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Percentage of Committed Memory in Use",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='7af5bcb4-31e9-5ec9-268f-178c265a6c2c'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='7af5bcb4-31e9-5ec9-268f-178c265a6c2c'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 100
                          }
                        ],
                        "description": "Monitors the available memory level.",
                        "documentationURL": "https://aka.ms/Kml1z1",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Available Megabytes of Memory",
                        "monitorId": "7af5bcb4-31e9-5ec9-268f-178c265a6c2c",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryAvailableMBytes",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Available Megabytes of Memory",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='850400b6-9fd2-d927-bc47-9934dfe28845'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='850400b6-9fd2-d927-bc47-9934dfe28845'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Warning",
                            "threshold": 40
                          }
                        ],
                        "description": "Monitor the performance counter LogicalDisk\\Avg Disk Sec Per Transfer",
                        "documentationURL": "https://aka.ms/Ahcs1r",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Average Logical Disk Seconds Per Transfer",
                        "monitorId": "850400b6-9fd2-d927-bc47-9934dfe28845",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerTransfer",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Average Logical Disk Seconds Per Transfer",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='887e162a-74f4-2951-64e5-87dd5f076342'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='887e162a-74f4-2951-64e5-87dd5f076342'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 5000
                          }
                        ],
                        "description": "Monitor the performance counter Memory\\Free System Page Table Entries",
                        "documentationURL": "https://aka.ms/Rdkgoc",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Free System Page Table Entries",
                        "monitorId": "887e162a-74f4-2951-64e5-87dd5f076342",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.MemoryFreeSystemPageTableEntries",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Free System Page Table Entries",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='8966cbe8-38d2-57be-5937-3d43e38a3df5'",
                      "name": "ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='8966cbe8-38d2-57be-5937-3d43e38a3df5'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Warning",
                            "threshold": 40
                          }
                        ],
                        "description": "Monitors the disk read and write latency (average disk seconds per transfer).",
                        "documentationURL": "https://aka.ms/Dlgcp3",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Average Disk Seconds Per Transfer",
                        "monitorId": "8966cbe8-38d2-57be-5937-3d43e38a3df5",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerTransfer",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Average Physical Disk Seconds Per Transfer",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='8a16058b-d31e-c156-3460-2c6cae7bfc49'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='8a16058b-d31e-c156-3460-2c6cae7bfc49'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Error",
                            "threshold": 95
                          }
                        ],
                        "description": "Monitors the total CPU utilization of this virtual machine by correlating the Processor Information\\% Processor Time\\_Total and the System\\Processor Queue Length performance counters.",
                        "documentationURL": "https://aka.ms/Funkhc",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Total CPU Utilization Percentage",
                        "monitorId": "8a16058b-d31e-c156-3460-2c6cae7bfc49",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.TotalCPUUtilization",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Total CPU Utilization Percentage",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='933c8d32-3668-6c84-8855-11f301d04589',MonitorId='94df5e8c-989a-f595-86b0-0baba4662bfb'",
                      "name": "ComponentTypeId='933c8d32-3668-6c84-8855-11f301d04589',MonitorId='94df5e8c-989a-f595-86b0-0baba4662bfb'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Processor",
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Error",
                            "threshold": 10
                          }
                        ],
                        "description": "Monitors total CPU (Processor Information) utilization.",
                        "documentationURL": "https://aka.ms/P89tpb",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "CPU Percentage Utilization",
                        "monitorId": "94df5e8c-989a-f595-86b0-0baba4662bfb",
                        "monitorName": "Microsoft.Windows.Server.10.0.Processor.CPUUtilization",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Windows Server 2016 Processor Performance Rollup Monitor",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.Processor.PerformanceRollup",
                        "signalName": "CPU Percentage Utilization",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='62b5c5f8-2990-5cc1-5da3-d2bb1694a50f',MonitorId='98b42982-883a-bf96-5cde-9c6ec34a15e1'",
                      "name": "ComponentTypeId='62b5c5f8-2990-5cc1-5da3-d2bb1694a50f',MonitorId='98b42982-883a-bf96-5cde-9c6ec34a15e1'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Processor",
                        "componentTypeId": "62b5c5f8-2990-5cc1-5da3-d2bb1694a50f",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalProcessor",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Error",
                            "threshold": 15
                          }
                        ],
                        "description": "Monitors the Percent DPC Time",
                        "documentationURL": "https://aka.ms/Je0sif",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Logical CPU DPC Time Percentage",
                        "monitorId": "98b42982-883a-bf96-5cde-9c6ec34a15e1",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalProcessor.PercentDPCTime",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Logical CPU DPC Time Percentage",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='99dbb2f7-9335-40c1-562e-0bee9e43b029'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='99dbb2f7-9335-40c1-562e-0bee9e43b029'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Warning",
                            "threshold": 40
                          }
                        ],
                        "description": "Monitor the performance counter LogicalDisk\\Avg Disk Sec Per Write",
                        "documentationURL": "https://aka.ms/X1b8r7",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Average Disk Seconds Per Write (Logical Disk)",
                        "monitorId": "99dbb2f7-9335-40c1-562e-0bee9e43b029",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerWrite",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Average Disk Seconds Per Write (Logical Disk)",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='9a7e3dbb-0f5d-34e5-69cf-2909fbe5502c'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='9a7e3dbb-0f5d-34e5-69cf-2909fbe5502c'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors whether the file system has reported an error with the file system or corruption on the logical disk.",
                        "documentationURL": "https://aka.ms/AA1lnq6",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "File system error or corruption",
                        "monitorId": "9a7e3dbb-0f5d-34e5-69cf-2909fbe5502c",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvailabilityHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "File system error or corruption",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='9a86ee3f-d133-b183-a400-6ad3a3834c86'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='9a86ee3f-d133-b183-a400-6ad3a3834c86'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the health of the Windows service for the Windows Remote Management",
                        "documentationURL": "https://aka.ms/Pphn10",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Windows Remote Management Service Health",
                        "monitorId": "9a86ee3f-d133-b183-a400-6ad3a3834c86",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.WindowsRemoteManagementServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "Windows Remote Management Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='F7799110-7D89-42D4-B404-3EC8FAF24C07'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='F7799110-7D89-42D4-B404-3EC8FAF24C07'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Warning",
                            "threshold": 500
                          },
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 300
                          }
                        ],
                        "description": "Monitor the number of free MBytes remaining on a system logical disk.",
                        "documentationURL": "https://aka.ms/Tgp5nn",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Windows Server 2016 System Logical Disk Free Space (MB) Low",
                        "monitorId": "F7799110-7D89-42D4-B404-3EC8FAF24C07",
                        "monitorName": "Microsoft.Windows.Server.10.0.SystemLogicalDisk.MBFreeSpace",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Windows Server 2016 Logical Disk - Free Space Rollup Monitor",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.FreeSpaceMonitorRollup",
                        "signalName": "Windows Server 2016 System Logical Disk Free Space (MB) Low",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='b12539ea-7122-af29-6af6-0047432bab6a'",
                      "name": "ComponentTypeId='794a5028-be4c-caf5-3063-d4a75999f3c4',MonitorId='b12539ea-7122-af29-6af6-0047432bab6a'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Network Adapter",
                        "componentTypeId": "794a5028-be4c-caf5-3063-d4a75999f3c4",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.NetworkAdapter",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 75
                          }
                        ],
                        "description": "This monitor checks percentage of total used network adapter bandwidth..",
                        "documentationURL": "https://aka.ms/Vfb5r6",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Percent Bandwidth Used Total",
                        "monitorId": "b12539ea-7122-af29-6af6-0047432bab6a",
                        "monitorName": "Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedTotal",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Percent Bandwidth Used Total",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='c2396f9e-22eb-9a72-0149-ea3b9a219e64'",
                      "name": "ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='c2396f9e-22eb-9a72-0149-ea3b9a219e64'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThanOrEqual",
                            "healthState": "Warning",
                            "threshold": 20
                          }
                        ],
                        "description": "Monitor the performance counter PhysicalDisk\\% Idle Time",
                        "documentationURL": "https://aka.ms/Szk5fs",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Disk Percent Idle Time",
                        "monitorId": "c2396f9e-22eb-9a72-0149-ea3b9a219e64",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Physical Disk Percent Idle Time",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='c688a072-2a8f-6409-1895-a0cc363cb326'",
                      "name": "ComponentTypeId='d4a60d0b-5d4e-d1b2-e215-2027a73ab38e',MonitorId='c688a072-2a8f-6409-1895-a0cc363cb326'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Physical Disk",
                        "componentTypeId": "d4a60d0b-5d4e-d1b2-e215-2027a73ab38e",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Warning",
                            "threshold": 40
                          }
                        ],
                        "description": "Monitors the average seconds per read operation to disk.",
                        "documentationURL": "https://aka.ms/Lptpaz",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Average Disk Seconds Per Read",
                        "monitorId": "c688a072-2a8f-6409-1895-a0cc363cb326",
                        "monitorName": "Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerRead",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Average Physical Disk Seconds Per Read",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='c9db5e55-f3c8-7366-6b98-bc727e726a4b'",
                      "name": "ComponentTypeId='2dd80822-b238-41ed-2b0c-ccc3f8d0ad92',MonitorId='c9db5e55-f3c8-7366-6b98-bc727e726a4b'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Operating System",
                        "componentTypeId": "2dd80822-b238-41ed-2b0c-ccc3f8d0ad92",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 4
                          },
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 4
                          }
                        ],
                        "description": "Monitors the health of the Windows service for the DHCP Client",
                        "documentationURL": "https://aka.ms/Su32xw",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "DHCP Client Service Health",
                        "monitorId": "c9db5e55-f3c8-7366-6b98-bc727e726a4b",
                        "monitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.DHCPClientServiceHealth",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Core Windows Services Rollup",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup",
                        "signalName": "DHCP Client Service Health",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='d0280a80-6d34-03fa-70f0-ced62db76f8a'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='d0280a80-6d34-03fa-70f0-ced62db76f8a'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Warning",
                            "threshold": 10
                          }
                        ],
                        "description": "\"This monitor runs on a periodic basis to check the fragmentation levels of all logical drives.  If fragmentation levels are found to be above threshold then by default the state of the monitor will change to \"\"Warning\"\" and an alert will be generated. \"",
                        "documentationURL": "https://aka.ms/AA1pjnb",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Logical Disk Fragmentation Level",
                        "monitorId": "d0280a80-6d34-03fa-70f0-ced62db76f8a",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.DefragAnalysis",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Logical Disk Fragmentation Level",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='62b5c5f8-2990-5cc1-5da3-d2bb1694a50f',MonitorId='e32efaa3-7dcb-5ff2-804a-6dd9e688b136'",
                      "name": "ComponentTypeId='62b5c5f8-2990-5cc1-5da3-d2bb1694a50f',MonitorId='e32efaa3-7dcb-5ff2-804a-6dd9e688b136'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Processor",
                        "componentTypeId": "62b5c5f8-2990-5cc1-5da3-d2bb1694a50f",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalProcessor",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Error",
                            "threshold": 95
                          }
                        ],
                        "description": "Monitors total Logical CPU utilization.",
                        "documentationURL": "https://aka.ms/Jha5zu",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Logical CPU Percentage Utilization",
                        "monitorId": "e32efaa3-7dcb-5ff2-804a-6dd9e688b136",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalProcessor.CPUUtilization",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Logical CPU Percentage Utilization",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='933c8d32-3668-6c84-8855-11f301d04589',MonitorId='e80001dc-3aa8-e5c8-f782-5b4ef144fd5c'",
                      "name": "ComponentTypeId='933c8d32-3668-6c84-8855-11f301d04589',MonitorId='e80001dc-3aa8-e5c8-f782-5b4ef144fd5c'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Processor",
                        "componentTypeId": "933c8d32-3668-6c84-8855-11f301d04589",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.Processor",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThanOrEqual",
                            "healthState": "Error",
                            "threshold": 10
                          }
                        ],
                        "description": "Monitors the Percent DPC Time",
                        "documentationURL": "https://aka.ms/Py15w0",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "CPU DPC Time Percentage",
                        "monitorId": "e80001dc-3aa8-e5c8-f782-5b4ef144fd5c",
                        "monitorName": "Microsoft.Windows.Server.10.0.Processor.PercentDPCTime",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Windows Server 2016 Processor Performance Rollup Monitor",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.Processor.PerformanceRollup",
                        "signalName": "CPU DPC Time Percentage",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='e84049e2-1e8e-d630-2c90-f9201ec1f1d9'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='e84049e2-1e8e-d630-2c90-f9201ec1f1d9'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Warning",
                            "threshold": 10
                          },
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 5
                          }
                        ],
                        "description": "Monitor the percentage of free space remaining on a logical disk.",
                        "documentationURL": "https://aka.ms/Ba4v8t",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Windows Server 2016 Logical Disk Free Space (%) Low",
                        "monitorId": "e84049e2-1e8e-d630-2c90-f9201ec1f1d9",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.PercentageFreeSpace",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Windows Server 2016 Logical Disk - Free Space Rollup Monitor",
                        "parentMonitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.FreeSpaceMonitorRollup",
                        "signalName": "Windows Server 2016 Logical Disk Free Space (%) Low",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='f69b8b3f-3ba6-adf0-cdec-7c01b385d13c'",
                      "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='f69b8b3f-3ba6-adf0-cdec-7c01b385d13c'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                        "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                        "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Warning",
                            "threshold": 40
                          }
                        ],
                        "description": "Monitor the performance counter LogicalDisk\\Avg Disk Sec Per Read",
                        "documentationURL": "https://aka.ms/No0zcd",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Average Logical Disk Seconds Per Read",
                        "monitorId": "f69b8b3f-3ba6-adf0-cdec-7c01b385d13c",
                        "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerRead",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Average Logical Disk Seconds Per Read",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='5304e4ed-54c3-ab52-62fa-e07da44cb840'",
                      "name": "ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='5304e4ed-54c3-ab52-62fa-e07da44cb840'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Physical Disk",
                        "componentTypeId": "fe9c24c5-fcff-0157-6f73-3befd029e937",
                        "componentTypeName": "Microsoft.Linux.Universal.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 50
                          }
                        ],
                        "description": "Universal Linux Disk Avg. Disk sec/Write Monitor",
                        "documentationURL": "https://aka.ms/Pxy3uy",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Disk Avg. Disk sec/Write",
                        "monitorId": "5304e4ed-54c3-ab52-62fa-e07da44cb840",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.AverageDiskWriteTime.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Avg. Disk sec/Write",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='e4ef3661-5e63-98a7-48a7-7aed8844ae5a',MonitorId='99a75b34-dbf4-2b33-c0c2-0fdd888f23b7'",
                      "name": "ComponentTypeId='e4ef3661-5e63-98a7-48a7-7aed8844ae5a',MonitorId='99a75b34-dbf4-2b33-c0c2-0fdd888f23b7'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Processor",
                        "componentTypeId": "e4ef3661-5e63-98a7-48a7-7aed8844ae5a",
                        "componentTypeName": "Microsoft.Linux.Universal.Processor",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 15
                          }
                        ],
                        "description": "Universal Linux Processor Percent DPC Time Monitor",
                        "documentationURL": "https://aka.ms/Cyaftj",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Processor Percent DPC Time",
                        "monitorId": "99a75b34-dbf4-2b33-c0c2-0fdd888f23b7",
                        "monitorName": "Microsoft.Linux.Universal.Processor.PercentDPCTime.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "% DPC Time",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='9cf88dc3-2ef7-8824-e79f-f42b761651f6'",
                      "name": "ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='9cf88dc3-2ef7-8824-e79f-f42b761651f6'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Universal Linux Operating System",
                        "componentTypeId": "8f687817-8bf0-3b8e-b424-6b75ea2168b4",
                        "componentTypeName": "Microsoft.Linux.Universal.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 2500
                          }
                        ],
                        "description": "Universal Linux Operating System Available Megabytes Swap Space Monitor",
                        "documentationURL": "https://aka.ms/Igz0hf",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Operating System Available Megabytes Swap Space",
                        "monitorId": "9cf88dc3-2ef7-8824-e79f-f42b761651f6",
                        "monitorName": "Microsoft.Linux.Universal.OperatingSystem.AvailableMBytesSwap.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Available MBytes Swap",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='a8bc2cc6-dd99-5fbb-27c7-7ad2eac0e2ad'",
                      "name": "ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='a8bc2cc6-dd99-5fbb-27c7-7ad2eac0e2ad'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Universal Linux Operating System",
                        "componentTypeId": "8f687817-8bf0-3b8e-b424-6b75ea2168b4",
                        "componentTypeName": "Microsoft.Linux.Universal.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 15
                          }
                        ],
                        "description": "Universal Linux Operating System Total Percent DPC Time Monitor",
                        "documentationURL": "https://aka.ms/Eiazxh",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Operating System Total Percent DPC Time",
                        "monitorId": "a8bc2cc6-dd99-5fbb-27c7-7ad2eac0e2ad",
                        "monitorName": "Microsoft.Linux.Universal.OperatingSystem.TotalPercentDPCTime.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "% DPC Time",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='ab6dbe24-4877-43fe-ed57-00275eceb655'",
                      "name": "ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='ab6dbe24-4877-43fe-ed57-00275eceb655'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Physical Disk",
                        "componentTypeId": "fe9c24c5-fcff-0157-6f73-3befd029e937",
                        "componentTypeName": "Microsoft.Linux.Universal.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 50
                          }
                        ],
                        "description": "Universal Linux Disk Avg. Disk sec/Transfer Monitor",
                        "documentationURL": "https://aka.ms/Ctv9vl",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Disk Avg. Disk sec/Transfer",
                        "monitorId": "ab6dbe24-4877-43fe-ed57-00275eceb655",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.AverageDiskTransferTime.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Avg. Disk sec/Transfer",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='b6e2320f-b09c-1075-ed42-d2044b12dc8c'",
                      "name": "ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='b6e2320f-b09c-1075-ed42-d2044b12dc8c'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Universal Linux Operating System",
                        "componentTypeId": "8f687817-8bf0-3b8e-b424-6b75ea2168b4",
                        "componentTypeName": "Microsoft.Linux.Universal.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 2500
                          }
                        ],
                        "description": "Universal Linux Operating System Available Megabytes Memory Monitor",
                        "documentationURL": "https://aka.ms/Jxnrt6",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Operating System Available Megabytes Memory",
                        "monitorId": "b6e2320f-b09c-1075-ed42-d2044b12dc8c",
                        "monitorName": "Microsoft.Linux.Universal.OperatingSystem.AvailableMBytes.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Available MBytes Memory",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='c1c43ce8-1334-0673-2b67-0c778c1777d1'",
                      "name": "ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='c1c43ce8-1334-0673-2b67-0c778c1777d1'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Physical Disk",
                        "componentTypeId": "fe9c24c5-fcff-0157-6f73-3befd029e937",
                        "componentTypeName": "Microsoft.Linux.Universal.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 1
                          }
                        ],
                        "description": "Universal Linux Disk Health Monitor",
                        "documentationURL": "https://aka.ms/AA1prgm",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Disk Health",
                        "monitorId": "c1c43ce8-1334-0673-2b67-0c778c1777d1",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.DiskHealth.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "Physical Disk Online",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='c6767c76-e3a1-9325-0af3-77480268b100'",
                      "name": "ComponentTypeId='fe9c24c5-fcff-0157-6f73-3befd029e937',MonitorId='c6767c76-e3a1-9325-0af3-77480268b100'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Physical Disk",
                        "componentTypeId": "fe9c24c5-fcff-0157-6f73-3befd029e937",
                        "componentTypeName": "Microsoft.Linux.Universal.PhysicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 50
                          }
                        ],
                        "description": "Universal Linux Disk Avg. Disk sec/Read Monitor",
                        "documentationURL": "https://aka.ms/T5y9gd",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Disk Avg. Disk sec/Read",
                        "monitorId": "c6767c76-e3a1-9325-0af3-77480268b100",
                        "monitorName": "Microsoft.Linux.Universal.PhysicalDisk.AverageDiskReadTime.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "Avg. Disk sec/Read",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='ca5b387a-6b11-ddaa-f87e-61ba59c92009'",
                      "name": "ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='ca5b387a-6b11-ddaa-f87e-61ba59c92009'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Logical Disk",
                        "componentTypeId": "8de0f51c-45f9-e595-eb0e-8d353bc06097",
                        "componentTypeName": "Microsoft.Linux.Universal.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 100
                          },
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Warning",
                            "threshold": 200
                          }
                        ],
                        "description": "Universal Linux Logical Disk Free Space Monitor",
                        "documentationURL": "https://aka.ms/H2eso6",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Logical Disk Free Space",
                        "monitorId": "ca5b387a-6b11-ddaa-f87e-61ba59c92009",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.FreeSpace.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "Free Megabytes",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='e4ef3661-5e63-98a7-48a7-7aed8844ae5a',MonitorId='cf7aa0a0-ac57-0dc6-1251-b0225783f735'",
                      "name": "ComponentTypeId='e4ef3661-5e63-98a7-48a7-7aed8844ae5a',MonitorId='cf7aa0a0-ac57-0dc6-1251-b0225783f735'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Processor",
                        "componentTypeId": "e4ef3661-5e63-98a7-48a7-7aed8844ae5a",
                        "componentTypeName": "Microsoft.Linux.Universal.Processor",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 95
                          }
                        ],
                        "description": "Universal Linux Processor Percent Processor Time Monitor",
                        "documentationURL": "https://aka.ms/Yadryt",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Processor Percent Processor Time",
                        "monitorId": "cf7aa0a0-ac57-0dc6-1251-b0225783f735",
                        "monitorName": "Microsoft.Linux.Universal.Processor.PercentProcessorTime.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "% Processor Time",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='d2d5f441-8445-c966-40e2-7678f5b56ea5'",
                      "name": "ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='d2d5f441-8445-c966-40e2-7678f5b56ea5'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Logical Disk",
                        "componentTypeId": "8de0f51c-45f9-e595-eb0e-8d353bc06097",
                        "componentTypeName": "Microsoft.Linux.Universal.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 5
                          }
                        ],
                        "description": "Universal Linux Logical Disk % Free Space Monitor",
                        "documentationURL": "https://aka.ms/Cdk17d",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Logical Disk % Free Space",
                        "monitorId": "d2d5f441-8445-c966-40e2-7678f5b56ea5",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.PercentFreeSpace.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "% Free Space",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='d8651e54-d2f0-358c-4b51-10434cc525c7'",
                      "name": "ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='d8651e54-d2f0-358c-4b51-10434cc525c7'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Logical Disk",
                        "componentTypeId": "8de0f51c-45f9-e595-eb0e-8d353bc06097",
                        "componentTypeName": "Microsoft.Linux.Universal.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 1
                          }
                        ],
                        "description": "Universal Linux Logical Disk Health Monitor",
                        "documentationURL": "https://aka.ms/Ji6sk2",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Logical Disk Health",
                        "monitorId": "d8651e54-d2f0-358c-4b51-10434cc525c7",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.DiskHealth.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "Logical Disk Online",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='e0a59c91-0156-ee90-d5c2-1b9042c15f81'",
                      "name": "ComponentTypeId='8f687817-8bf0-3b8e-b424-6b75ea2168b4',MonitorId='e0a59c91-0156-ee90-d5c2-1b9042c15f81'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Universal Linux Operating System",
                        "componentTypeId": "8f687817-8bf0-3b8e-b424-6b75ea2168b4",
                        "componentTypeName": "Microsoft.Linux.Universal.OperatingSystem",
                        "criteria": [
                          {
                            "comparisonOperator": "GreaterThan",
                            "healthState": "Error",
                            "threshold": 95
                          }
                        ],
                        "description": "Universal Linux Operating System Total Percent Processor Time Monitor",
                        "documentationURL": "https://aka.ms/Lfg682",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "PerformanceHealth",
                        "monitorDisplayName": "Operating System Total Percent Processor Time",
                        "monitorId": "e0a59c91-0156-ee90-d5c2-1b9042c15f81",
                        "monitorName": "Microsoft.Linux.Universal.OperatingSystem.TotalPercentProcessorTime.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Performance",
                        "parentMonitorName": "System.Health.PerformanceState",
                        "signalName": "% Processor Time",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='f12a45f0-8f3a-7fb6-8282-e737564ede6f'",
                      "name": "ComponentTypeId='8de0f51c-45f9-e595-eb0e-8d353bc06097',MonitorId='f12a45f0-8f3a-7fb6-8282-e737564ede6f'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Logical Disk",
                        "componentTypeId": "8de0f51c-45f9-e595-eb0e-8d353bc06097",
                        "componentTypeName": "Microsoft.Linux.Universal.LogicalDisk",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Error",
                            "threshold": 5
                          }
                        ],
                        "description": "Universal Linux Logical Disk % Free Inodes Monitor",
                        "documentationURL": "https://aka.ms/Xd9mqf",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Logical Disk % Free Inodes",
                        "monitorId": "f12a45f0-8f3a-7fb6-8282-e737564ede6f",
                        "monitorName": "Microsoft.Linux.Universal.LogicalDisk.PercentFreeInodes.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "% Free Inodes",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    },
                    {
                      "etag": null,
                      "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='2888a81f-fe53-37ad-4d5f-cec1c78b430d',MonitorId='f5ba8972-426f-5ab7-1fa3-b124b54fec57'",
                      "name": "ComponentTypeId='2888a81f-fe53-37ad-4d5f-cec1c78b430d',MonitorId='f5ba8972-426f-5ab7-1fa3-b124b54fec57'",
                      "properties": {
                        "alertGeneration": "Enabled",
                        "componentTypeDisplayName": "Network Adapter",
                        "componentTypeId": "2888a81f-fe53-37ad-4d5f-cec1c78b430d",
                        "componentTypeName": "Microsoft.Linux.Universal.NetworkAdapter",
                        "criteria": [
                          {
                            "comparisonOperator": "LessThan",
                            "healthState": "Warning",
                            "threshold": 1
                          }
                        ],
                        "description": "Network Adapter Health",
                        "documentationURL": "https://aka.ms/Wcjqpq",
                        "frequency": 10,
                        "lookbackDuration": 20,
                        "monitorCategory": "AvailabilityHealth",
                        "monitorDisplayName": "Network Adapter Health",
                        "monitorId": "f5ba8972-426f-5ab7-1fa3-b124b54fec57",
                        "monitorName": "Microsoft.Linux.Universal.NetworkAdapter.Health.Monitor",
                        "monitorState": "Enabled",
                        "monitorType": "Unit",
                        "parentMonitorDisplayName": "Availability",
                        "parentMonitorName": "System.Health.AvailabilityState",
                        "signalName": "Enabled state",
                        "signalType": "Metrics"
                      },
                      "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": "nextLink"
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}": {
      "get": {
        "consumes": [],
        "operationId": "Monitors_Get",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "description": "Monitor Id.",
            "in": "path",
            "name": "monitorId",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. monitor is found.",
            "schema": {
              "$ref": "#/definitions/Monitor"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get details of a single monitor.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "Monitors_Get": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "monitorId": "1bbf53b8-2557-a521-f7c1-1023de57367a",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "etag": null,
                  "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.WorkloadMonitor/workloadInsights/Canary-WLI-2/monitors/ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='1bbf53b8-2557-a521-f7c1-1023de57367a'",
                  "name": "ComponentTypeId='75582e9b-cae6-397b-6764-f7cf6cc620b0',MonitorId='1bbf53b8-2557-a521-f7c1-1023de57367a'",
                  "properties": {
                    "alertGeneration": "Enabled",
                    "componentTypeDisplayName": "Windows Server 2016 Logical Disk",
                    "componentTypeId": "75582e9b-cae6-397b-6764-f7cf6cc620b0",
                    "componentTypeName": "Microsoft.Windows.Server.10.0.LogicalDisk",
                    "criteria": [
                      {
                        "comparisonOperator": "LessThan",
                        "healthState": "Warning",
                        "threshold": 2000
                      },
                      {
                        "comparisonOperator": "LessThan",
                        "healthState": "Error",
                        "threshold": 1000
                      }
                    ],
                    "description": "Monitor the number of free MBytes remaining on a logical disk.",
                    "documentationURL": "https://aka.ms/Tgp5nn",
                    "frequency": 15,
                    "lookbackDuration": 0,
                    "monitorCategory": "AvailabilityHealth",
                    "monitorDisplayName": "Windows Server 2016 Logical Disk Free Space (MB) Low",
                    "monitorId": "1bbf53b8-2557-a521-f7c1-1023de57367a",
                    "monitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.MBFreeSpace",
                    "monitorState": "Enabled",
                    "monitorType": "Unit",
                    "parentMonitorDisplayName": "Windows Server 2016 Logical Disk - Free Space Rollup Monitor",
                    "parentMonitorName": "Microsoft.Windows.Server.10.0.LogicalDisk.FreeSpaceMonitorRollup",
                    "signalName": "Windows Server 2016 Logical Disk Free Space (MB) Low",
                    "signalType": "Metrics"
                  },
                  "type": "Microsoft.WorkloadMonitor/workloadInsights/monitors"
                }
              }
            }
          }
        }
      },
      "patch": {
        "consumes": [
          "application/json"
        ],
        "operationId": "Monitors_Update",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "description": "Monitor Id.",
            "in": "path",
            "name": "monitorId",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "description": "Body of the Monitor PATCH object.",
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/Monitor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK. Existing monitor is updated.",
            "schema": {
              "$ref": "#/definitions/Monitor"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Update a Monitor's configuration.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "Monitors_Update": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "body": {
                "properties": {
                  "alertGeneration": "Disabled",
                  "criteria": [
                    {
                      "comparisonOperator": "LessThan",
                      "healthState": "Warning",
                      "threshold": 2100
                    },
                    {
                      "comparisonOperator": "LessThan",
                      "healthState": "Error",
                      "threshold": 1100
                    }
                  ]
                }
              },
              "monitorId": "1bbf53b8-2557-a521-f7c1-1023de57367a",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {}
              }
            }
          }
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings": {
      "get": {
        "consumes": [],
        "operationId": "NotificationSettings_ListByResource",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "$ref": "#/parameters/$skiptoken"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. At least one component found.",
            "schema": {
              "$ref": "#/definitions/NotificationSettingsCollection"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get list of notification settings for a resource.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "NotificationSettings_ListByResource": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "value": [
                    {
                      "properties": {
                        "actionGroupResourceIds": []
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "x-ms-pageable": {
          "nextLinkName": "nextLink"
        }
      }
    },
    "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings/{notificationSettingName}": {
      "get": {
        "consumes": [],
        "operationId": "NotificationSettings_Get",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/notificationSettingName"
          },
          {
            "$ref": "#/parameters/api-version"
          }
        ],
        "responses": {
          "200": {
            "description": "OK. At least one component found.",
            "schema": {
              "$ref": "#/definitions/NotificationSetting"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Get a of notification setting for a resource.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "NotificationSettings_Get": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "notificationSettingName": "default",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {
                  "etag": null,
                  "id": "/subscriptions/a7f23fdb-e626-4f95-89aa-3a360a90861e/resourcegroups/viv_rg/providers/Microsoft.Compute/virtualMachines/Canary-WLI-2/providers/Microsoft.WorkloadMonitor/notificationSettings/default",
                  "name": "default",
                  "properties": {
                    "actionGroupResourceIds": []
                  },
                  "type": "Microsoft.WorkloadMonitor/virtualMachines/notificationSettings"
                }
              }
            }
          }
        }
      },
      "put": {
        "consumes": [
          "application/json"
        ],
        "operationId": "NotificationSettings_Update",
        "parameters": [
          {
            "description": "The ID of the target subscription.",
            "in": "path",
            "minLength": 1,
            "name": "subscriptionId",
            "required": true,
            "type": "string"
          },
          {
            "description": "The name of the resource group. The name is case insensitive.",
            "in": "path",
            "maxLength": 90,
            "minLength": 1,
            "name": "resourceGroupName",
            "pattern": "^[-\\w\\._\\(\\)]+$",
            "required": true,
            "type": "string",
            "x-ms-parameter-location": "method"
          },
          {
            "description": "The Namespace of the resource.",
            "in": "path",
            "name": "resourceNamespace",
            "required": true,
            "type": "string"
          },
          {
            "description": "The type of the resource.",
            "in": "path",
            "name": "resourceType",
            "required": true,
            "type": "string"
          },
          {
            "description": "Name of the resource.",
            "in": "path",
            "name": "resourceName",
            "required": true,
            "type": "string"
          },
          {
            "$ref": "#/parameters/notificationSettingName"
          },
          {
            "$ref": "#/parameters/api-version"
          },
          {
            "description": "Body of the NotificationSetting PUT object.",
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NotificationSetting"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK. At least one component found.",
            "schema": {
              "$ref": "#/definitions/NotificationSetting"
            }
          },
          "default": {
            "description": "Error response describing why the operation failed.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "Update notification settings for a resource.",
        "tags": [
          "WLIExtension"
        ],
        "x-ms-examples": {
          "NotificationSettings_Update": {
            "parameters": {
              "api-version": "2018-08-31-preview",
              "body": {
                "properties": {
                  "actionGroupResourceIds": [
                    "/subscriptions/12c5bb75-2c2c-44b1-8d7d-cbf4d12ff5c1/resourceGroups/vgajulaRG/providers/microsoft.insights/actiongroups/wli-we"
                  ]
                }
              },
              "notificationSettingName": "default",
              "resourceGroupName": "viv_rg",
              "resourceName": "Canary-WLI-2",
              "resourceNamespace": "Microsoft.Compute",
              "resourceType": "virtualMachines",
              "subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e"
            },
            "responses": {
              "200": {
                "body": {}
              }
            }
          }
        }
      }
    }
  },
  "definitions": {
    "Component": {
      "allOf": [
        {
          "allOf": [
            {
              "properties": {
                "id": {
                  "description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
                  "readOnly": true,
                  "type": "string"
                },
                "name": {
                  "description": "The name of the resource",
                  "readOnly": true,
                  "type": "string"
                },
                "type": {
                  "description": "The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.",
                  "readOnly": true,
                  "type": "string"
                }
              },
              "x-ms-azure-resource": true
            }
          ],
          "description": "The resource model definition for a ARM proxy resource. It will have everything other than required location and tags"
        }
      ],
      "description": "Model for component.",
      "properties": {
        "etag": {
          "description": "For optimistic concurrency control.",
          "readOnly": true,
          "type": "string"
        },
        "properties": {
          "$ref": "#/definitions/ComponentProperties",
          "description": "Properties of the component.",
          "readOnly": true,
          "x-ms-client-flatten": true
        }
      },
      "type": "object"
    },
    "ComponentProperties": {
      "description": "Model for properties of a component.",
      "properties": {
        "aggregateProperties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Properties requested in aggregation queries.",
          "readOnly": true,
          "type": "object"
        },
        "children": {
          "description": "component children.",
          "items": {
            "$ref": "#/definitions/Component"
          },
          "readOnly": true,
          "type": "array"
        },
        "componentName": {
          "description": "Name of the component.",
          "readOnly": true,
          "type": "string"
        },
        "componentTypeGroupCategory": {
          "description": "Component type group category. Classification of component type groups into a logical category. e.g. Network, Disk, Memory, CPU.",
          "readOnly": true,
          "type": "string"
        },
        "componentTypeId": {
          "description": "ID of the component type.",
          "readOnly": true,
          "type": "string"
        },
        "componentTypeName": {
          "description": "Name of the component type. Qualifies the type of component such as whether it is a SQL database, logical disk, website, etc.",
          "readOnly": true,
          "type": "string"
        },
        "healthState": {
          "description": "Health state of the component.",
          "enum": [
            "Error",
            "Warning",
            "Success",
            "Unknown",
            "Uninitialized"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "HealthState"
          }
        },
        "healthStateCategory": {
          "description": "Category of component's health state.",
          "enum": [
            "Identity",
            "CustomGroup"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "HealthStateCategory"
          }
        },
        "healthStateChangesEndTime": {
          "description": "End time for health state changes.",
          "format": "date-time",
          "readOnly": true,
          "type": "string"
        },
        "healthStateChangesStartTime": {
          "description": "Start time for health state changes.",
          "format": "date-time",
          "readOnly": true,
          "type": "string"
        },
        "lastHealthStateChangeTime": {
          "description": "Time of last health state change.",
          "format": "date-time",
          "readOnly": true,
          "type": "string"
        },
        "solutionId": {
          "description": "ID of the OMS solution this component belong to.",
          "readOnly": true,
          "type": "string"
        },
        "vmId": {
          "description": "ID of the VM this component belongs to.",
          "readOnly": true,
          "type": "string"
        },
        "vmName": {
          "description": "Name of the VM this component belongs to.",
          "readOnly": true,
          "type": "string"
        },
        "vmTags": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Tags on the VM this component belongs to.",
          "readOnly": true,
          "type": "object"
        },
        "workloadType": {
          "description": "Type of the workload.",
          "enum": [
            "BaseOS",
            "SQL",
            "IIS",
            "Apache"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "WorkloadType"
          }
        },
        "workspaceId": {
          "description": "ID of the workspace.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "ComponentsCollection": {
      "description": "Model for collection of components.",
      "properties": {
        "nextLink": {
          "description": "URL to the next set of results.",
          "readOnly": true,
          "type": "string"
        },
        "value": {
          "description": "Collection of components.",
          "items": {
            "$ref": "#/definitions/Component"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "ErrorFieldContract": {
      "description": "Error field contract.",
      "properties": {
        "code": {
          "description": "Property level error code.",
          "type": "string"
        },
        "message": {
          "description": "Human-readable representation of property-level error.",
          "type": "string"
        },
        "target": {
          "description": "Property name.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "ErrorResponse": {
      "description": "Error body contract.",
      "properties": {
        "code": {
          "description": "Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.",
          "type": "string"
        },
        "details": {
          "description": "The list of invalid fields send in request, in case of validation error.",
          "items": {
            "$ref": "#/definitions/ErrorFieldContract"
          },
          "type": "array"
        },
        "message": {
          "description": "Human-readable representation of the error.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "HealthStateChange": {
      "description": "Model for health state change",
      "properties": {
        "healthState": {
          "description": "Health state of monitor instance.",
          "enum": [
            "Error",
            "Warning",
            "Success",
            "Unknown",
            "Uninitialized"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "HealthState"
          }
        },
        "healthStateChangeTime": {
          "description": "Time at which this Health state was reached.",
          "format": "date-time",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "Monitor": {
      "allOf": [
        {
          "allOf": [
            {
              "properties": {
                "id": {
                  "description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
                  "readOnly": true,
                  "type": "string"
                },
                "name": {
                  "description": "The name of the resource",
                  "readOnly": true,
                  "type": "string"
                },
                "type": {
                  "description": "The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.",
                  "readOnly": true,
                  "type": "string"
                }
              },
              "x-ms-azure-resource": true
            }
          ],
          "description": "The resource model definition for a ARM proxy resource. It will have everything other than required location and tags"
        }
      ],
      "description": "Model for Monitor",
      "properties": {
        "etag": {
          "description": "For optimistic concurrency control.",
          "readOnly": true,
          "type": "string"
        },
        "properties": {
          "$ref": "#/definitions/MonitorProperties",
          "description": "Properties of monitor instance",
          "readOnly": true,
          "x-ms-client-flatten": true
        }
      },
      "type": "object"
    },
    "MonitorCriteria": {
      "description": "Criteria for monitor configuration",
      "properties": {
        "comparisonOperator": {
          "description": "Comparison enum on threshold of this criteria",
          "enum": [
            "Equals",
            "GreaterThan",
            "GreaterThanOrEqual",
            "LessThan",
            "LessThanOrEqual",
            "NotEquals"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "Operator"
          }
        },
        "healthState": {
          "description": "Target health state of the criteria",
          "enum": [
            "Error",
            "Warning",
            "Success",
            "Unknown",
            "Uninitialized"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "HealthState"
          }
        },
        "threshold": {
          "description": "Threshold value for this criteria",
          "format": "double",
          "readOnly": true,
          "type": "number"
        }
      },
      "type": "object"
    },
    "MonitorInstance": {
      "allOf": [
        {
          "allOf": [
            {
              "properties": {
                "id": {
                  "description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
                  "readOnly": true,
                  "type": "string"
                },
                "name": {
                  "description": "The name of the resource",
                  "readOnly": true,
                  "type": "string"
                },
                "type": {
                  "description": "The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.",
                  "readOnly": true,
                  "type": "string"
                }
              },
              "x-ms-azure-resource": true
            }
          ],
          "description": "The resource model definition for a ARM proxy resource. It will have everything other than required location and tags"
        }
      ],
      "description": "Model for monitor instance.",
      "properties": {
        "etag": {
          "description": "For optimistic concurrency control.",
          "readOnly": true,
          "type": "string"
        },
        "properties": {
          "$ref": "#/definitions/MonitorInstanceProperties",
          "description": "Properties of the monitor instance.",
          "readOnly": true,
          "x-ms-client-flatten": true
        }
      },
      "type": "object"
    },
    "MonitorInstanceProperties": {
      "description": "Model for properties of a monitor instance.",
      "properties": {
        "aggregateProperties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Properties requested in aggregation queries.",
          "readOnly": true,
          "type": "object"
        },
        "alertGeneration": {
          "description": "Generates alert or not.",
          "enum": [
            "Enabled",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "AlertGeneration"
          }
        },
        "children": {
          "description": "Health instance children.",
          "items": {
            "$ref": "#/definitions/MonitorInstance"
          },
          "readOnly": true,
          "type": "array"
        },
        "componentId": {
          "description": "ID of the component.",
          "readOnly": true,
          "type": "string"
        },
        "componentName": {
          "description": "Name of the component.",
          "readOnly": true,
          "type": "string"
        },
        "componentTypeId": {
          "description": "ID of the component type.",
          "readOnly": true,
          "type": "string"
        },
        "componentTypeName": {
          "description": "Name of the component type. Qualifies the type of component such as whether it is a SQL database, logical disk, website, etc.",
          "readOnly": true,
          "type": "string"
        },
        "healthState": {
          "description": "Health state of monitor instance.",
          "enum": [
            "Error",
            "Warning",
            "Success",
            "Unknown",
            "Uninitialized"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "HealthState"
          }
        },
        "healthStateCategory": {
          "description": "Category of monitor instance's health state.",
          "enum": [
            "Identity",
            "CustomGroup"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "HealthStateCategory"
          }
        },
        "healthStateChanges": {
          "description": "Health state changes.",
          "items": {
            "$ref": "#/definitions/HealthStateChange"
          },
          "readOnly": true,
          "type": "array"
        },
        "healthStateChangesEndTime": {
          "description": "End time for health state changes.",
          "format": "date-time",
          "readOnly": true,
          "type": "string"
        },
        "healthStateChangesStartTime": {
          "description": "Start time for health state changes.",
          "format": "date-time",
          "readOnly": true,
          "type": "string"
        },
        "lastHealthStateChangeTime": {
          "description": "Time of last health state change.",
          "format": "date-time",
          "readOnly": true,
          "type": "string"
        },
        "monitorCategory": {
          "description": "Monitor type category. Indicates the attribute of the component that the health criteria monitors such as Performance, Availability, etc.",
          "enum": [
            "AvailabilityHealth",
            "Configuration",
            "EntityHealth",
            "PerformanceHealth",
            "Security"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "MonitorCategory"
          }
        },
        "monitorId": {
          "description": "ID of the monitor instance.",
          "readOnly": true,
          "type": "string"
        },
        "monitorName": {
          "description": "Name of the monitor.",
          "readOnly": true,
          "type": "string"
        },
        "monitorType": {
          "description": "Type of the monitor. The qualifier for the health criteria depending on the functionality it performs such as Unit, Aggregate, Dependency.",
          "enum": [
            "Aggregate",
            "Dependency",
            "Unit"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "MonitorType"
          }
        },
        "solutionId": {
          "description": "ID of the OMS solution this health instance belong to.",
          "readOnly": true,
          "type": "string"
        },
        "workloadType": {
          "description": "Type of the workload.",
          "enum": [
            "BaseOS",
            "SQL",
            "IIS",
            "Apache"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "WorkloadType"
          }
        },
        "workspaceId": {
          "description": "ID of the workspace.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "MonitorInstancesCollection": {
      "description": "Model for collection of health instances.",
      "properties": {
        "nextLink": {
          "description": "URL to the next set of results.",
          "readOnly": true,
          "type": "string"
        },
        "value": {
          "description": "Collection of health instances.",
          "items": {
            "$ref": "#/definitions/MonitorInstance"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "MonitorProperties": {
      "description": "Model for properties of a Monitor.",
      "properties": {
        "alertGeneration": {
          "description": "Generates alerts or not",
          "enum": [
            "Enabled",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": true,
            "name": "AlertGeneration"
          }
        },
        "componentTypeDisplayName": {
          "description": "Component Type Display Name of the monitor",
          "readOnly": true,
          "type": "string"
        },
        "componentTypeId": {
          "description": "Component Type Id of monitor",
          "readOnly": true,
          "type": "string"
        },
        "componentTypeName": {
          "description": "Component Type Name of monitor",
          "readOnly": true,
          "type": "string"
        },
        "criteria": {
          "description": "Collection of MonitorCriteria. For PATCH calls, instead of partial list, complete list of expected criteria should be passed for proper updating.",
          "items": {
            "$ref": "#/definitions/MonitorCriteria"
          },
          "readOnly": true,
          "type": "array"
        },
        "description": {
          "description": "Description of the monitor",
          "readOnly": true,
          "type": "string"
        },
        "documentationURL": {
          "description": "URL pointing to the documentation of the monitor",
          "readOnly": true,
          "type": "string"
        },
        "frequency": {
          "description": "Frequency at which monitor condition is evaluated",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "lookbackDuration": {
          "description": "The duration in minutes in the past during which the monitor is evaluated",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "monitorCategory": {
          "description": "Category of the monitor",
          "enum": [
            "AvailabilityHealth",
            "Configuration",
            "EntityHealth",
            "PerformanceHealth",
            "Security"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "MonitorCategory"
          }
        },
        "monitorDisplayName": {
          "description": "User friendly display name of the monitor",
          "readOnly": true,
          "type": "string"
        },
        "monitorId": {
          "description": "ID of the monitor",
          "readOnly": true,
          "type": "string"
        },
        "monitorName": {
          "description": "Name of the monitor",
          "readOnly": true,
          "type": "string"
        },
        "monitorState": {
          "description": "Is the monitor state enabled or disabled",
          "enum": [
            "Enabled",
            "Disabled"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "MonitorState"
          }
        },
        "monitorType": {
          "description": "Type of the monitor",
          "enum": [
            "Aggregate",
            "Dependency",
            "Unit"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "MonitorType"
          }
        },
        "parentMonitorDisplayName": {
          "description": "User friendly display name of the parent monitor",
          "readOnly": true,
          "type": "string"
        },
        "parentMonitorName": {
          "description": "Name of the parent monitor",
          "readOnly": true,
          "type": "string"
        },
        "signalName": {
          "description": "Name of the signal on which this monitor is configured.",
          "readOnly": true,
          "type": "string"
        },
        "signalType": {
          "description": "Type of the signal on which this monitor is configured.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "MonitorsCollection": {
      "description": "Model for collection of Monitor.",
      "properties": {
        "nextLink": {
          "description": "URL for next set of results.",
          "readOnly": true,
          "type": "string"
        },
        "value": {
          "description": "Collection of Monitor.",
          "items": {
            "$ref": "#/definitions/Monitor"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "NotificationSetting": {
      "allOf": [
        {
          "allOf": [
            {
              "properties": {
                "id": {
                  "description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}",
                  "readOnly": true,
                  "type": "string"
                },
                "name": {
                  "description": "The name of the resource",
                  "readOnly": true,
                  "type": "string"
                },
                "type": {
                  "description": "The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.",
                  "readOnly": true,
                  "type": "string"
                }
              },
              "x-ms-azure-resource": true
            }
          ],
          "description": "The resource model definition for a ARM proxy resource. It will have everything other than required location and tags"
        }
      ],
      "description": "Model for NotificationSetting.",
      "properties": {
        "etag": {
          "description": "For optimistic concurrency control.",
          "readOnly": true,
          "type": "string"
        },
        "properties": {
          "$ref": "#/definitions/NotificationSettingProperties",
          "description": "Properties of Notification Settings",
          "readOnly": true,
          "x-ms-client-flatten": true
        }
      },
      "type": "object"
    },
    "NotificationSettingProperties": {
      "description": "Model for properties of a NotificationSetting.",
      "properties": {
        "actionGroupResourceIds": {
          "description": "List of action group resource ids to be notified",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "NotificationSettingsCollection": {
      "description": "Model for collection of notificationSettings.",
      "properties": {
        "nextLink": {
          "description": "URL to the next set of results.",
          "readOnly": true,
          "type": "string"
        },
        "value": {
          "items": {
            "$ref": "#/definitions/NotificationSetting"
          },
          "type": "array"
        }
      },
      "type": "object",
      "x-ms-azure-resource": true
    },
    "Operation": {
      "description": "Operation supported by the resource provider.",
      "properties": {
        "display": {
          "$ref": "#/definitions/OperationProperties",
          "description": "The properties of the resource operation.",
          "readOnly": true
        },
        "name": {
          "description": "The name of the resource operation.",
          "readOnly": true,
          "type": "string"
        },
        "origin": {
          "description": "The origin of the operation.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "OperationListResult": {
      "description": "Container for a list of operations supported by the resource provider.",
      "properties": {
        "nextLink": {
          "description": "URL to the next set of results.",
          "readOnly": true,
          "type": "string"
        },
        "value": {
          "description": "List of operations.",
          "items": {
            "$ref": "#/definitions/Operation"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "OperationProperties": {
      "description": "Properties of an operation supported by the resource provider.",
      "properties": {
        "description": {
          "description": "The description of the resource provider.",
          "readOnly": true,
          "type": "string"
        },
        "operation": {
          "description": "This operation name.",
          "readOnly": true,
          "type": "string"
        },
        "provider": {
          "description": "The provider name.",
          "readOnly": true,
          "type": "string"
        },
        "resource": {
          "description": "The resource name.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}