UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 332 kB
{"openapi":"3.0.0","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://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-providerName":"azure.com","x-serviceName":"workloadmonitor-Microsoft.WorkloadMonitor","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.WorkloadMonitor/operations":{"get":{"operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_skiptoken"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"Operations_List":{"$ref":"#/components/examples/Operations_List"}}}}}},"summary":"Gets the details of all operations possible on the resource provider.","tags":["WorkloadInsights"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/componentsSummary":{"get":{"operationId":"ComponentsSummary_List","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"ComponentsSummary_List":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_select"},{"$ref":"#/components/parameters/_filter"},{"$ref":"#/components/parameters/_apply"},{"$ref":"#/components/parameters/_orderby"},{"$ref":"#/components/parameters/_expand"},{"$ref":"#/components/parameters/_top"},{"$ref":"#/components/parameters/_skiptoken"}],"responses":{"200":{"description":"OK. At least one component found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComponentsCollection"},"examples":{"ComponentsSummary_List":{"$ref":"#/components/examples/ComponentsSummary_List"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get subscription wide details of components.","tags":["WorkloadInsights"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/monitorInstancesSummary":{"get":{"operationId":"MonitorInstancesSummary_List","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"MonitorInstancesSummary_List":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_select"},{"$ref":"#/components/parameters/_filter"},{"$ref":"#/components/parameters/_apply"},{"$ref":"#/components/parameters/_orderby"},{"$ref":"#/components/parameters/_expand"},{"$ref":"#/components/parameters/_top"},{"$ref":"#/components/parameters/_skiptoken"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorInstancesCollection"},"examples":{"MonitorInstancesSummary_List":{"$ref":"#/components/examples/MonitorInstancesSummary_List"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get subscription wide health instances.","tags":["WorkloadInsights"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components":{"get":{"operationId":"Components_ListByResource","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"Components_ListByResource":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Components_ListByResource":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"Components_ListByResource":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"Components_ListByResource":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"Components_ListByResource":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_select"},{"$ref":"#/components/parameters/_filter"},{"$ref":"#/components/parameters/_apply"},{"$ref":"#/components/parameters/_orderby"},{"$ref":"#/components/parameters/_expand"},{"$ref":"#/components/parameters/_top"},{"$ref":"#/components/parameters/_skiptoken"}],"responses":{"200":{"description":"OK. At least one component found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComponentsCollection"},"examples":{"Components_ListByResource":{"$ref":"#/components/examples/Components_ListByResource"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get list of components for a resource.","tags":["WLIExtension"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components/{componentId}":{"get":{"operationId":"Components_Get","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"Components_Get":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Components_Get":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"Components_Get":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"Components_Get":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"Components_Get":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/componentId"},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_select"},{"$ref":"#/components/parameters/_expand"}],"responses":{"200":{"description":"OK. component is found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Component"},"examples":{"Components_Get":{"$ref":"#/components/examples/Components_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get details of a component.","tags":["WLIExtension"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances":{"get":{"operationId":"MonitorInstances_ListByResource","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"MonitorInstances_ListByResource":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"MonitorInstances_ListByResource":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"MonitorInstances_ListByResource":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"MonitorInstances_ListByResource":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"MonitorInstances_ListByResource":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_select"},{"$ref":"#/components/parameters/_filter"},{"$ref":"#/components/parameters/_apply"},{"$ref":"#/components/parameters/_orderby"},{"$ref":"#/components/parameters/_expand"},{"$ref":"#/components/parameters/_top"},{"$ref":"#/components/parameters/_skiptoken"}],"responses":{"200":{"description":"OK.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorInstancesCollection"},"examples":{"MonitorInstances_ListByResource":{"$ref":"#/components/examples/MonitorInstances_ListByResource"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get list of monitor instances for a resource.","tags":["WLIExtension"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances/{monitorInstanceId}":{"get":{"operationId":"MonitorInstances_Get","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"MonitorInstances_Get":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"MonitorInstances_Get":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"MonitorInstances_Get":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"MonitorInstances_Get":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"MonitorInstances_Get":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/monitorInstanceId"},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_select"},{"$ref":"#/components/parameters/_expand"}],"responses":{"200":{"description":"OK. monitorInstance is found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorInstance"},"examples":{"MonitorInstances_Get":{"$ref":"#/components/examples/MonitorInstances_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get details of a monitorInstance.","tags":["WLIExtension"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors":{"get":{"operationId":"Monitors_ListByResource","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"Monitors_ListByResource":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Monitors_ListByResource":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"Monitors_ListByResource":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"Monitors_ListByResource":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"Monitors_ListByResource":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_filter"},{"$ref":"#/components/parameters/_skiptoken"}],"responses":{"200":{"description":"OK. At least one monitor is found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorsCollection"},"examples":{"Monitors_ListByResource":{"$ref":"#/components/examples/Monitors_ListByResource"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get list of a monitors of a resource.","tags":["WLIExtension"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}":{"get":{"operationId":"Monitors_Get","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"Monitors_Get":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Monitors_Get":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"Monitors_Get":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"Monitors_Get":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"Monitors_Get":{"value":"Canary-WLI-2"}}},{"description":"Monitor Id.","in":"path","name":"monitorId","required":true,"schema":{"type":"string"},"examples":{"Monitors_Get":{"value":"1bbf53b8-2557-a521-f7c1-1023de57367a"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK. monitor is found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Monitor"},"examples":{"Monitors_Get":{"$ref":"#/components/examples/Monitors_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get details of a single monitor.","tags":["WLIExtension"]},"patch":{"operationId":"Monitors_Update","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"Monitors_Update":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"Monitors_Update":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"Monitors_Update":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"Monitors_Update":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"Monitors_Update":{"value":"Canary-WLI-2"}}},{"description":"Monitor Id.","in":"path","name":"monitorId","required":true,"schema":{"type":"string"},"examples":{"Monitors_Update":{"value":"1bbf53b8-2557-a521-f7c1-1023de57367a"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Monitor"}}},"description":"Body of the Monitor PATCH object.","required":true},"responses":{"200":{"description":"OK. Existing monitor is updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Monitor"},"examples":{"Monitors_Update":{"$ref":"#/components/examples/Monitors_Update"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Update a Monitor's configuration.","tags":["WLIExtension"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings":{"get":{"operationId":"NotificationSettings_ListByResource","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"NotificationSettings_ListByResource":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"NotificationSettings_ListByResource":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_ListByResource":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_ListByResource":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_ListByResource":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/api-version"},{"$ref":"#/components/parameters/_skiptoken"}],"responses":{"200":{"description":"OK. At least one component found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationSettingsCollection"},"examples":{"NotificationSettings_ListByResource":{"$ref":"#/components/examples/NotificationSettings_ListByResource"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get list of notification settings for a resource.","tags":["WLIExtension"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings/{notificationSettingName}":{"get":{"operationId":"NotificationSettings_Get","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"NotificationSettings_Get":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"NotificationSettings_Get":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_Get":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_Get":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_Get":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/notificationSettingName"},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK. At least one component found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationSetting"},"examples":{"NotificationSettings_Get":{"$ref":"#/components/examples/NotificationSettings_Get"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Get a of notification setting for a resource.","tags":["WLIExtension"]},"put":{"operationId":"NotificationSettings_Update","parameters":[{"description":"The ID of the target subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string","minLength":1},"examples":{"NotificationSettings_Update":{"value":"a7f23fdb-e626-4f95-89aa-3a360a90861e"}}},{"description":"The name of the resource group. The name is case insensitive.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":90,"pattern":"^[-\\w\\._\\(\\)]+$"},"examples":{"NotificationSettings_Update":{"value":"viv_rg"}}},{"description":"The Namespace of the resource.","in":"path","name":"resourceNamespace","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_Update":{"value":"Microsoft.Compute"}}},{"description":"The type of the resource.","in":"path","name":"resourceType","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_Update":{"value":"virtualMachines"}}},{"description":"Name of the resource.","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"NotificationSettings_Update":{"value":"Canary-WLI-2"}}},{"$ref":"#/components/parameters/notificationSettingName"},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationSetting"}}},"description":"Body of the NotificationSetting PUT object.","required":true},"responses":{"200":{"description":"OK. At least one component found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationSetting"},"examples":{"NotificationSettings_Update":{"$ref":"#/components/examples/NotificationSettings_Update"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"summary":"Update notification settings for a resource.","tags":["WLIExtension"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Operations_List":{"value":{"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"}]}},"ComponentsSummary_List":{"value":{"value":[{"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"},"healthState":"Uninitialized"},"type":"Microsoft.WorkloadMonitor/componentsSummary"},{"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"},"healthState":"Uninitialized"},"type":"Microsoft.WorkloadMonitor/componentsSummary"}]}},"MonitorInstancesSummary_List":{"value":{"value":[{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"75472fe7-e406-32a6-4198-0502ecee1bfe","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.PercentCommittedBytesInUse","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"c9db5e55-f3c8-7366-6b98-bc727e726a4b","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.DHCPClientServiceHealth","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"052f9b7d-7bf0-7f61-966b-f372e207ef4e","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"6799aaae-533c-9a8d-331f-ea833db85d1d","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.RPCServiceHealth","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"37232a87-988f-6256-3033-ea0c102c2d43","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.DNSClientServiceHealth","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"4585a2f7-87c5-54e7-2b76-81af1073aec8","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.ServerServiceHealth","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"3c184dff-8813-38f9-e965-2a9561425180","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.TotalDPCTime","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"9a86ee3f-d133-b183-a400-6ad3a3834c86","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.WindowsRemoteManagementServiceHealth","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"id":"/providers/Microsoft.WorkloadMonitor/healthInstancesSummary","name":"healthInstancesSummary","properties":{"aggregateProperties":{"componentTypeDisplayName":"Windows Server 2016 Processor","monitorDisplayName":"CPU Percentage Utilization","successInstances":"2","unhealthyInstances":"0","unknownInstances":"4"},"componentName":"CPU0","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"94df5e8c-989a-f595-86b0-0baba4662bfb","monitorName":"Microsoft.Windows.Server.10.0.Processor.CPUUtilization","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"41eccc60-5578-2eea-e104-8bf7022ed5af","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.MemoryPagesPerSecond","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"33f2143c-d677-6d10-c676-2f2bac54bbbd","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.EventLogServiceHealth","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Disk 1","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"8966cbe8-38d2-57be-5937-3d43e38a3df5","monitorName":"Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerTransfer","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"C:","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"f69b8b3f-3ba6-adf0-cdec-7c01b385d13c","monitorName":"Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerRead","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"887e162a-74f4-2951-64e5-87dd5f076342","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.MemoryFreeSystemPageTableEntries","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Ethernet 2","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"728733ca-14e2-9ddc-8ec8-5de911bdf35f","monitorName":"Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedWrites","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"D:","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"850400b6-9fd2-d927-bc47-9934dfe28845","monitorName":"Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerTransfer","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Disk 1","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"c688a072-2a8f-6409-1895-a0cc363cb326","monitorName":"Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerRead","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"CPU0","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"e80001dc-3aa8-e5c8-f782-5b4ef144fd5c","monitorName":"Microsoft.Windows.Server.10.0.Processor.PercentDPCTime","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Ethernet 2","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"07cacb31-615d-5c7a-e118-fd55c17b5a2c","monitorName":"Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedReads","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"8a16058b-d31e-c156-3460-2c6cae7bfc49","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.TotalCPUUtilization","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Disk 0","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"584e5846-a4a3-a17a-26fd-25014f727ee9","monitorName":"Microsoft.Windows.Server.10.0.PhysicalDisk.AvgDiskSecPerWrite","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Disk 1","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"062d163a-0742-73d9-1d9d-a582c82127e4","monitorName":"Microsoft.Windows.Server.10.0.PhysicalDisk.CurrentDiskQueueLength","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"C:","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"99dbb2f7-9335-40c1-562e-0bee9e43b029","monitorName":"Microsoft.Windows.Server.10.0.LogicalDisk.AvgDiskSecPerWrite","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Ethernet 2","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"b12539ea-7122-af29-6af6-0047432bab6a","monitorName":"Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedTotal","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"D:","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"08ec2bb4-32be-2fae-2d5a-6b65feb200a6","monitorName":"Microsoft.Windows.Server.10.0.LogicalDisk.PercentIdleTime","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"D:","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"22e3b675-109e-9292-952e-7554604e3605","monitorName":"Microsoft.Windows.Server.10.0.LogicalDisk.CurrentDiskQueueLength","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Windows Operating System","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"7af5bcb4-31e9-5ec9-268f-178c265a6c2c","monitorName":"Microsoft.Windows.Server.10.0.OperatingSystem.MemoryAvailableMBytes","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Disk 1","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"c2396f9e-22eb-9a72-0149-ea3b9a219e64","monitorName":"Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"id":"/providers/Microsoft.WorkloadMonitor/healthInstancesSummary","name":"healthInstancesSummary","properties":{"aggregateProperties":{"componentTypeDisplayName":"Logical Disk","monitorDisplayName":"Logical Disk % Free Space","successInstances":"1","unhealthyInstances":"0","unknownInstances":"1"},"componentName":"/","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"d2d5f441-8445-c966-40e2-7678f5b56ea5","monitorName":"Microsoft.Linux.Universal.LogicalDisk.PercentFreeSpace.Monitor","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"id":"/providers/Microsoft.WorkloadMonitor/healthInstancesSummary","name":"healthInstancesSummary","properties":{"aggregateProperties":{"componentTypeDisplayName":"Logical Disk","monitorDisplayName":"Logical Disk % Free Inodes","successInstances":"1","unhealthyInstances":"0","unknownInstances":"1"},"componentName":"/mnt","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"f12a45f0-8f3a-7fb6-8282-e737564ede6f","monitorName":"Microsoft.Linux.Universal.LogicalDisk.PercentFreeInodes.Monitor","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"id":"/providers/Microsoft.WorkloadMonitor/healthInstancesSummary","name":"healthInstancesSummary","properties":{"aggregateProperties":{"componentTypeDisplayName":"Physical Disk","monitorDisplayName":"Disk Avg. Disk sec/Read","successInstances":"2","unhealthyInstances":"0","unknownInstances":"0"},"componentName":"sdb","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"c6767c76-e3a1-9325-0af3-77480268b100","monitorName":"Microsoft.Linux.Universal.PhysicalDisk.AverageDiskReadTime.Monitor","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Ubuntu 16.04 (x86_64)","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"e0a59c91-0156-ee90-d5c2-1b9042c15f81","monitorName":"Microsoft.Linux.Universal.OperatingSystem.TotalPercentProcessorTime.Monitor","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"id":"/providers/Microsoft.WorkloadMonitor/healthInstancesSummary","name":"healthInstancesSummary","properties":{"aggregateProperties":{"componentTypeDisplayName":"Logical Disk","monitorDisplayName":"Logical Disk Free Space","successInstances":"1","unhealthyInstances":"0","unknownInstances":"1"},"componentName":"/mnt","healthState":"Uninitialized","monitorCategory":"AvailabilityHealth","monitorId":"ca5b387a-6b11-ddaa-f87e-61ba59c92009","monitorName":"Microsoft.Linux.Universal.LogicalDisk.FreeSpace.Monitor","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"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"},"componentName":"Ubuntu 16.04 (x86_64)","healthState":"Uninitialized","monitorCategory":"PerformanceHealth","monitorId":"b6e2320f-b09c-1075-ed42-d2044b12dc8c","monitorName":"Microsoft.Linux.Universal.OperatingSystem.AvailableMBytes.Monitor","monitorType":"Unit"},"type":"Microsoft.WorkloadMonitor/healthInstancesSummary"},{"id":"/providers/Microsoft.WorkloadMonitor/healthInstancesSummary","name":"healthInstancesSummary","properties":{"aggregateProperties":{"componentTypeDisplayName":"Physical Disk","monitorDisplayName":"Disk Health","successInstances":"2","unhealthyInstances":"0","unknownInstances":"0"},"componentName":"sdb","healthState":"Uninitiali