rapipdf
Version:
RapiPdf - Generate PDF from Open API spec
1,100 lines • 573 kB
JSON
{
"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",
"success