diff --git a/src/AzureStack/AzureBridgeAdmin/AzureBridge.Admin/generate.ps1 b/src/AzureStack/AzureBridgeAdmin/AzureBridge.Admin/generate.ps1 index 76bfb7d2bc03..bcc6343f58e0 100644 --- a/src/AzureStack/AzureBridgeAdmin/AzureBridge.Admin/generate.ps1 +++ b/src/AzureStack/AzureBridgeAdmin/AzureBridge.Admin/generate.ps1 @@ -6,4 +6,4 @@ powershell.exe -ExecutionPolicy Bypass ` -ResourceProvider "azsadmin/resource-manager/azurebridge" ` -PowershellInvoker ` -AutoRestVersion "latest" ` - -SdkDirectory $PSScriptRoot + -SdkRootDirectory $PSScriptRoot diff --git a/src/AzureStack/BackupAdmin/Backup.Admin/generate.ps1 b/src/AzureStack/BackupAdmin/Backup.Admin/generate.ps1 index ea0adf0edd76..8d9b52508fb2 100644 --- a/src/AzureStack/BackupAdmin/Backup.Admin/generate.ps1 +++ b/src/AzureStack/BackupAdmin/Backup.Admin/generate.ps1 @@ -6,4 +6,4 @@ powershell.exe -ExecutionPolicy Bypass ` -ResourceProvider "azsadmin/resource-manager/backup" ` -PowershellInvoker ` -AutoRestVersion "latest" ` - -SdkDirectory $PSScriptRoot + -SdkRootDirectory $PSScriptRoot diff --git a/src/AzureStack/CommerceAdmin/Commerce.Admin/generate.ps1 b/src/AzureStack/CommerceAdmin/Commerce.Admin/generate.ps1 index e0de97b54c4e..9ed8da9d1765 100644 --- a/src/AzureStack/CommerceAdmin/Commerce.Admin/generate.ps1 +++ b/src/AzureStack/CommerceAdmin/Commerce.Admin/generate.ps1 @@ -1,11 +1 @@ -# Remove old -Remove-Item -Path "$PSScriptRoot\Generated" -Force -Recurse - -# Generate -powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/commerce" -PowershellInvoker -AutoRestVersion "latest" -SdkDirectory $PSScriptRoot - -# Cleanup -$From = Join-Path -Path $PSScriptRoot -ChildPath "Commerce\Commerce.Admin\Generated" -$To = $PSScriptRoot -Move-Item -Path $From -Destination $To -Force -Remove-Item -Path "$PSScriptRoot\Commerce" -Recurse -Force +powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/commerce" -PowershellInvoker -AutoRestVersion "latest" -SdkRootDirectory $PSScriptRoot diff --git a/src/AzureStack/ComputeAdmin/Compute.Admin/generate.ps1 b/src/AzureStack/ComputeAdmin/Compute.Admin/generate.ps1 index 72dab1e182c4..aec52c09bbaf 100644 --- a/src/AzureStack/ComputeAdmin/Compute.Admin/generate.ps1 +++ b/src/AzureStack/ComputeAdmin/Compute.Admin/generate.ps1 @@ -2,7 +2,7 @@ Remove-Item "$PSScriptRoot\Generated" -Force -Recurse -ErrorAction SilentlyContinue # Generate new -powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/compute" -PowershellInvoker -AutoRestVersion "latest" -SdkDirectory $PSScriptRoot +powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/compute" -PowershellInvoker -AutoRestVersion "latest" -SdkRootDirectory $PSScriptRoot # Move $From = "$PSScriptRoot\Compute\Compute.Admin\Generated" diff --git a/src/AzureStack/FabricAdmin/Fabric.Admin/generate.ps1 b/src/AzureStack/FabricAdmin/Fabric.Admin/generate.ps1 index cb6dc8075c42..e9f5bd451d09 100644 --- a/src/AzureStack/FabricAdmin/Fabric.Admin/generate.ps1 +++ b/src/AzureStack/FabricAdmin/Fabric.Admin/generate.ps1 @@ -1 +1 @@ -powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/fabric" -PowershellInvoker -AutoRestVersion "latest" -SdkDirectory $PSScriptRoot +powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/fabric" -PowershellInvoker -AutoRestVersion "latest" -SdkRootDirectory $PSScriptRoot diff --git a/src/AzureStack/GalleryAdmin/Gallery.Admin/generate.ps1 b/src/AzureStack/GalleryAdmin/Gallery.Admin/generate.ps1 index d75ae7d5ab5d..8d6352c9d702 100644 --- a/src/AzureStack/GalleryAdmin/Gallery.Admin/generate.ps1 +++ b/src/AzureStack/GalleryAdmin/Gallery.Admin/generate.ps1 @@ -1 +1 @@ -powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/gallery" -PowershellInvoker -AutoRestVersion "latest" -SdkDirectory $PSScriptRoot +powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/gallery" -PowershellInvoker -AutoRestVersion "latest" -SdkRootDirectory $PSScriptRoot diff --git a/src/AzureStack/InfrastructureInsightsAdmin/AzSdk.RP.props b/src/AzureStack/InfrastructureInsightsAdmin/AzSdk.RP.props index 39645fa6dc05..e89b2d180148 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/AzSdk.RP.props +++ b/src/AzureStack/InfrastructureInsightsAdmin/AzSdk.RP.props @@ -1,7 +1,7 @@ - + InfrastructureInsights.Admin_2016-05-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsCommon.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsCommon.cs index b961bc1772d5..a604e180f358 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsCommon.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsCommon.cs @@ -10,7 +10,7 @@ namespace InfrastructureInsights.Tests { class InfrastructureInsightsCommon { // TODO: Compare tags - public static bool ResourceAreSame(Resource expected, Resource found) { + public static bool ResourceAreSame(TrackedResource expected, TrackedResource found) { if (expected == null) return found == null; return expected.Id == found.Id && expected.Location == found.Location && @@ -18,7 +18,7 @@ public static bool ResourceAreSame(Resource expected, Resource found) { expected.Type == found.Type; } - public static bool ValidateResource(Resource resource) { + public static bool ValidateResource(TrackedResource resource) { return resource != null && resource.Id != null && resource.Location != null && diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsTestBase.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsTestBase.cs index 30301ce8348b..0c5444c93022 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsTestBase.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/InfrastructureInsightsTestBase.cs @@ -21,7 +21,7 @@ public class InfrastructureInsightsTestBase : AzureStackTestBase ResourceName = (resource) => resource.Name; protected static Func ResourceId = (resource) => resource.Id; - protected static Func ResourceLocation = (resource) => resource.Location; + protected static Func ResourceLocation = (resource) => resource.Location; protected static Func ResourceType = (resource) => resource.Type; protected override void ValidateClient(InfrastructureInsightsAdminClient client) { diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestCloseAlert.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestCloseAlert.json index 3c1902419af1..3be6ad7c9aa9 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestCloseAlert.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestCloseAlert.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/8827b0fb-6039-47eb-a7e8-35ca9d2a7a00/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODgyN2IwZmItNjAzOS00N2ViLWE3ZTgtMzVjYTlkMmE3YTAwL3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f60be3c-0123-4cac-83dd-95b0f68dae30" + "f47df128-2cad-4b6e-a357-35c0cbcb73c8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "FxVersion/4.6.26011.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"name\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"name\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:40:15.9830227Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Warning\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"name\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:49:19.6390621Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"name\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:19:19.5859341Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"name\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7138362Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"name\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"name\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"createdTimestamp\": \"2017-08-25T20:24:19.8253844Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"name\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2017-08-30T19:49:33.9350554Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-09-01T21:39:40.1913723Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"name\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7450873Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"name\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"createdTimestamp\": \"2017-08-22T05:29:09.4699501Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"name\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:24:19.5943758Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"name\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:29:19.6067697Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8827b0fb-6039-47eb-a7e8-35ca9d2a7a00/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/139a66a0-da27-4a4f-ad6e-c253d0dd936f\",\r\n \"name\": \"139a66a0-da27-4a4f-ad6e-c253d0dd936f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-24T20:57:03.2919468Z\",\r\n \"createdTimestamp\": \"2018-01-24T07:18:21.9057777Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"139a66a0-da27-4a4f-ad6e-c253d0dd936f\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2018-01-24T20:57:03.2919468Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"You have not activated Azure Stack. To do so, see the following help article: \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"71e9d271-31a2-465c-85a8-de5bd70de380\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/8827b0fb-6039-47eb-a7e8-35ca9d2a7a00/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"impactedResourceDisplayName\": \"AzureBridge\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "17008" + "1515" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Wed, 24 Jan 2018 20:57:29 GMT" ], "Pragma": [ "no-cache" @@ -41,153 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKII1i7Iuun4W2d1CHA4dBeiZ6xCKhDHNUTkXtbDVPQnpAy9Xt1u7xTY3gMC2dwbgOjOSYEM4JxdpaOAymX1aH6OtrKwzc467zp0jOTCXH+9xz+mQhwAkRYUWpHW8i0Z7xDsnxajoTlLL11cW2jIj" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMUKynM7MFUW0NfszoE2gPgOhbtS6oamBoJ4Y0Yfu3wMkP5r2EVG27ENoqcHw7eKadeoWXrEjI6INznLYM9hTHzSq34/G+ccRA5iV0UAFHLg4/IOMHU8JHQt+LsTlVH69+a39tJIF2jFwJYxHRduH" ], "x-ms-correlation-request-id": [ - "7a9fca4c-ad07-4124-b4a0-91a790c56c8f" + "7cf96cad-09b8-4d03-b0fa-9b567a37056b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" + "14841" ], "x-ms-request-id": [ - "7a9fca4c-ad07-4124-b4a0-91a790c56c8f" + "7cf96cad-09b8-4d03-b0fa-9b567a37056b" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:7a9fca4c-ad07-4124-b4a0-91a790c56c8f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1?api-version=2016-05-01&user=AlertCloseTests", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYWFmMDlkOTUtMWZkMy00MGI3LWE1YjktZDNhOGM4MmFmZmQxP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDEmdXNlcj1BbGVydENsb3NlVGVzdHM=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"createdTimestamp\": \"08/30/2017 19:49:33\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"09/01/2017 21:39:40\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n },\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1131" - ], - "x-ms-client-request-id": [ - "d87f5387-0db7-4380-92a5-ba9fe87be4b5" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"name\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"createdTimestamp\": \"2017-08-30T19:49:33.9350554Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1147" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFQ97CTBeDn+ewMm/dQ1a96MRyWLlj80WVDmV52rfe5VzauS7pewXd43hXssbkQTu2ZNDWw4/kXz3/DcNl5BgI33CisZCb+n0wQNZoClBjjLPAuS4LnaCxpP78JvpPrSyAT7ez9wFa7GPCyfCksru" - ], - "x-ms-correlation-request-id": [ - "4fb3aa29-1e1a-4f07-90b5-0dd7eb855e4d" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "4fb3aa29-1e1a-4f07-90b5-0dd7eb855e4d" - ], - "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:4fb3aa29-1e1a-4f07-90b5-0dd7eb855e4d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYWFmMDlkOTUtMWZkMy00MGI3LWE1YjktZDNhOGM4MmFmZmQxP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4cdbb4cd-4aac-477a-ad25-4c4932e5b4b8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"name\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"createdTimestamp\": \"2017-08-30T19:49:33.9350554Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1147" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvn2/5qKJni8V2D+wepAMLLjCGMqoiffiotxAjClXHS1YGtGV6orZ8vw6XoRRRppiKiPN8CXfqUtD40s22Rkey+gUurj6jBmoveRmBYCmqs/ppXaCzqk8skKKa4JJ2jDdqAdTqgal8ytmA2af4aYGZ" - ], - "x-ms-correlation-request-id": [ - "b5b64974-a7ef-46ab-ba4f-ba7eeea98c35" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-request-id": [ - "b5b64974-a7ef-46ab-ba4f-ba7eeea98c35" - ], - "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:b5b64974-a7ef-46ab-ba4f-ba7eeea98c35" + "LOCAL:20180124T205729Z:7cf96cad-09b8-4d03-b0fa-9b567a37056b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -201,6 +67,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "8827b0fb-6039-47eb-a7e8-35ca9d2a7a00" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAlert.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAlert.json index 74f6b1cd8e90..eb8150331944 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAlert.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAlert.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9a5ceb1-cd27-4c78-bb21-7b6a3f484484" + "8c2d4f22-21e7-467b-b937-430854ce6391" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"name\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"name\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:40:15.9830227Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Warning\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"name\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:49:19.6390621Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"name\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:19:19.5859341Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"name\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7138362Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"name\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"name\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"createdTimestamp\": \"2017-08-25T20:24:19.8253844Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"name\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2017-08-30T19:49:33.9350554Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-09-01T21:39:40.1913723Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"name\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7450873Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"name\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"createdTimestamp\": \"2017-08-22T05:29:09.4699501Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"name\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:24:19.5943758Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"name\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:29:19.6067697Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "17008" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:48 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVFazO7eCUcbXHfx1Tqz6rjld+gJHD7pdesyiHY2v90hLn7ZalaKPb9BOrQWwJLG53Ww5iILPjOn60HRNuM+BFlWWM7xuR8DJU4RJ6kSXudcAwdeVdaDQeI+G5/mgg58ojMMGLp/tFUM/VgGW5Zmr" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMGLZHbGffZZ25UlAENDN9JAJdJHpj7CddCSryMjdAq8M8eOpWMdps9hgqcpXWuGBv47xQxBggk5ar7Cd+VNC96/kKuFLV1nHyM6x8iAhPnzwzTYkcdDxSQWbnh7kUvgOQ8gmDuqxpKoiE3uTxgzd" ], "x-ms-correlation-request-id": [ - "a8c20aab-8c40-4339-bec8-f73668e35c00" + "3bbf1439-84ce-4837-89c5-92432c59d6ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" + "13955" ], "x-ms-request-id": [ - "a8c20aab-8c40-4339-bec8-f73668e35c00" + "3bbf1439-84ce-4837-89c5-92432c59d6ce" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:a8c20aab-8c40-4339-bec8-f73668e35c00" + "LOCAL:20180203T050449Z:3bbf1439-84ce-4837-89c5-92432c59d6ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,26 +65,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMTQ4ODIwZjctODA3YS00ZWRkLTg1N2ItYTIzYzNkY2I2YWNmP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61e997fa-6bd0-4259-a55a-e0945129aa47" + "96098eeb-bd6c-4b4a-b00f-982b52c4feed" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"name\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"name\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:32:52.4539Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:35:54.8712767Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"name\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"createdTimestamp\": \"2018-01-29T23:32:41.6652595Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"name\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:57:16.3554271Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Infrastructure backup failed because of an unknown error.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ae29d9dd-40c1-416e-a93c-ab233db25fdd\",\r\n \"alertId\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"faultTypeId\": \"AzureStack.BackupController.BackupFailedGeneralFault\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"alertProperties\": {\r\n \"backupId\": \"55131078-443f-4c2a-8c75-0a01b77c9076\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Start a new backup. \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact Support. Do not try to further troubleshoot without their assistance. Before you \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/newsupportrequest\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"open a support request\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \", start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Backup failed because of an unknown error\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"impactedResourceDisplayName\": \"Infrastructure backup\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"name\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"createdTimestamp\": \"2018-02-01T23:32:49.7469986Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"name\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:46.9269708Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider Microsoft.Backup.Admin is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorCritical_Microsoft.Backup.Admin\",\r\n \"alertId\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorCritical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"name\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"createdTimestamp\": \"2018-01-28T23:32:38.9722788Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"name\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.3841756Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorWarning_Microsoft.Backup.Admin\",\r\n \"alertId\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorWarning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"name\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:32:33.8313771Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"name\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"createdTimestamp\": \"2018-01-31T23:32:47.0493737Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"name\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"createdTimestamp\": \"2018-02-02T23:23:02.451371Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"name\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.2246559Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.Backup.Admin\",\r\n \"alertId\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"name\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:22:43.8382269Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"name\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:33:41.1433561Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"You have not activated Azure Stack. To do so, see the following help article: \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"impactedResourceDisplayName\": \"AzureBridge\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"name\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"createdTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.InfrastructureInsights.Admin\",\r\n \"alertId\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.InfrastructureInsights.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.InfrastructureInsights.Admin/Microsoft.InfrastructureInsights.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.InfrastructureInsights.Admin\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"name\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 7 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Critical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"name\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"createdTimestamp\": \"2018-01-27T23:32:36.2773433Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"name\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"createdTimestamp\": \"2018-01-30T23:32:44.3597012Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "1787" + "29484" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:48 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +105,83 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXba7MInpcvVBXEX5OHxbyMBMnyZicpkuvj1SR8eVKh51iMJoX3u+HfVLc3Q9ZI6e21huK6f7AwQVlt0GCJ1Q7lyxBkyozDwVw3yFiGm1+J1/QB5sTY9QTAzIhfU38BbzcdEbahffrYXrnn+Ib0pH" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUpYAV5HdCJgTONvRuqubQl5VYKO/lsk8bLPRlf7Ohtga0K6/LnBleKxm+koYtyoB/VtxzGn+gB0VfqbVJ8B6IlkQNM5uzaAVvPFpjFA80JsMo7QeFVT5zO4mYxOfRkegZMRyRHKMvMy7GkqC6Fh5" ], "x-ms-correlation-request-id": [ - "8b313941-7e35-423f-8245-4b898e915023" + "a916a4df-16e7-432d-845c-cca556698924" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" + "13954" ], "x-ms-request-id": [ - "8b313941-7e35-423f-8245-4b898e915023" + "a916a4df-16e7-432d-845c-cca556698924" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:8b313941-7e35-423f-8245-4b898e915023" + "LOCAL:20180203T050449Z:a916a4df-16e7-432d-845c-cca556698924" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/05e9d4fc-974c-47e5-95ea-701fe13f9b44?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMDVlOWQ0ZmMtOTc0Yy00N2U1LTk1ZWEtNzAxZmUxM2Y5YjQ0P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6033f87e-f930-4b1a-a6c0-57eaea3e3cf8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"name\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:32:52.4539Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:35:54.8712767Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1690" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFbu3OshfwBG0yRKyhKyn70kt3nYWPBm2eCsE+0zwYcTjlCvuusisjDmlgQoXoRCbzmhFAfgePaokWqn5I84arlUdpHyEjo3CTzscVgvc+HQOwGDsmgzlP+4KGzpcACz7TFpO52DYgMRby9MeF9/D" + ], + "x-ms-correlation-request-id": [ + "2e8962cf-bed0-498f-ba02-e0fc841aa570" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13953" + ], + "x-ms-request-id": [ + "2e8962cf-bed0-498f-ba02-e0fc841aa570" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050449Z:2e8962cf-bed0-498f-ba02-e0fc841aa570" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -131,6 +195,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllAlerts.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllAlerts.json index c93c4d7fe0bd..73aea8387ac6 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllAlerts.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllAlerts.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41954a0a-131a-4706-96a0-cc807508b7fa" + "8357e02d-a0b4-4a3d-8c0e-59f6e692fb5f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"name\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"name\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:40:15.9830227Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Warning\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"name\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:49:19.6390621Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"name\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:19:19.5859341Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"name\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7138362Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"name\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"name\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"createdTimestamp\": \"2017-08-25T20:24:19.8253844Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"name\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"createdTimestamp\": \"2017-08-30T19:49:33.9350554Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"name\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7450873Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"name\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"createdTimestamp\": \"2017-08-22T05:29:09.4699501Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"name\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:24:19.5943758Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"name\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:29:19.6067697Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "17057" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviK34CrlbGtgcOsePA+/dM/o5qK+XBooMBBm+cOX/p3tfIksbuC9uDw/2f2CWLk0CF83tEkSB6xnvxsO8a5axHexdVZREkPfa9Fps//G0dKVWCoVJchdTJncWBIaKPTmDMP1C1OFm9ejy/x22IpFV" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZBDR3uSSClIOHQqwXMpJcvRv6hIbmd/NpsRfTRUdw17Q3htMDbdKlk2U1gGoYkrss9MW/3gM/Re6zHpVqWYtCoB1iIk50V/7UbnQPd4l4/J3s1tSVddZWC+VZ9G+Kef2WmLsBifWcVhgNE8xxmeu" ], "x-ms-correlation-request-id": [ - "309b6244-ac10-40ca-99cc-9a6165808ceb" + "9290430b-c918-4465-affd-22f1eadb08cb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" + "13952" ], "x-ms-request-id": [ - "309b6244-ac10-40ca-99cc-9a6165808ceb" + "9290430b-c918-4465-affd-22f1eadb08cb" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:309b6244-ac10-40ca-99cc-9a6165808ceb" + "LOCAL:20180203T050449Z:9290430b-c918-4465-affd-22f1eadb08cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,26 +65,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMTQ4ODIwZjctODA3YS00ZWRkLTg1N2ItYTIzYzNkY2I2YWNmP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ea2518e-58b5-4fa1-bf30-ad4ac0615a73" + "cdba157e-d07d-4a90-b635-7855b2198b3c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"name\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"name\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:32:52.4539Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:35:54.8712767Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"name\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"createdTimestamp\": \"2018-01-29T23:32:41.6652595Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"name\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:57:16.3554271Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Infrastructure backup failed because of an unknown error.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ae29d9dd-40c1-416e-a93c-ab233db25fdd\",\r\n \"alertId\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"faultTypeId\": \"AzureStack.BackupController.BackupFailedGeneralFault\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"alertProperties\": {\r\n \"backupId\": \"55131078-443f-4c2a-8c75-0a01b77c9076\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Start a new backup. \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact Support. Do not try to further troubleshoot without their assistance. Before you \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/newsupportrequest\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"open a support request\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \", start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Backup failed because of an unknown error\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"impactedResourceDisplayName\": \"Infrastructure backup\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"name\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"createdTimestamp\": \"2018-02-01T23:32:49.7469986Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"name\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:46.9269708Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider Microsoft.Backup.Admin is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorCritical_Microsoft.Backup.Admin\",\r\n \"alertId\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorCritical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"name\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"createdTimestamp\": \"2018-01-28T23:32:38.9722788Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"name\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.3841756Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorWarning_Microsoft.Backup.Admin\",\r\n \"alertId\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorWarning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"name\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:32:33.8313771Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"name\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"createdTimestamp\": \"2018-01-31T23:32:47.0493737Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"name\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"createdTimestamp\": \"2018-02-02T23:23:02.451371Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"name\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.2246559Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.Backup.Admin\",\r\n \"alertId\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"name\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:22:43.8382269Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"name\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:33:41.1433561Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"You have not activated Azure Stack. To do so, see the following help article: \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"impactedResourceDisplayName\": \"AzureBridge\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"name\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"createdTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.InfrastructureInsights.Admin\",\r\n \"alertId\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.InfrastructureInsights.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.InfrastructureInsights.Admin/Microsoft.InfrastructureInsights.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.InfrastructureInsights.Admin\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"name\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 7 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Critical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"name\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"createdTimestamp\": \"2018-01-27T23:32:36.2773433Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"name\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"createdTimestamp\": \"2018-01-30T23:32:44.3597012Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "1787" + "29484" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +105,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwoUY7TaiBu2QAQTcbIcmyBx9f8GMv4RjKQz9e+IWalcimSDyONDq5KYvoL8noU5FGVrqwXqeF+6lBBa/BtWAKDVZRw9eLUzYjqTNoIuHjI37JcIbmvZjnVPhjj6/gv1FylHkvmfBW5xJN8e5Psu7" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0+Xw5UfBSnB+VzrD8x6HEs3Xutk45BOfKuYtfypuSzfeU1dM05fOK7JX18y1tKjj1wiG0XwtfmHg/8f2Q3YqE5bJunSj0ktjziCj+uNF2zAUCXiRq1Dtjdz7lZU6KDGHGLjYif4/X2gfqvWk2B4n" ], "x-ms-correlation-request-id": [ - "36da9767-635b-4aac-8163-65ff0ca7667d" + "72ad0068-a821-400b-b53c-65532ac90938" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" + "13951" ], "x-ms-request-id": [ - "36da9767-635b-4aac-8163-65ff0ca7667d" + "72ad0068-a821-400b-b53c-65532ac90938" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:36da9767-635b-4aac-8163-65ff0ca7667d" + "LOCAL:20180203T050449Z:72ad0068-a821-400b-b53c-65532ac90938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -129,26 +129,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17d030ef-7be7-4e12-a653-6158a3bc7643?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMTdkMDMwZWYtN2JlNy00ZTEyLWE2NTMtNjE1OGEzYmM3NjQzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/05e9d4fc-974c-47e5-95ea-701fe13f9b44?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMDVlOWQ0ZmMtOTc0Yy00N2U1LTk1ZWEtNzAxZmUxM2Y5YjQ0P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c2707a6-e086-4eaa-849f-70a26226822f" + "ef23a0da-f2fc-4c08-b8bb-3e2ef1935040" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"name\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:40:15.9830227Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Warning\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"name\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:32:52.4539Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:35:54.8712767Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1703" + "1690" ], "Content-Type": [ "application/json; charset=utf-8" @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -169,19 +169,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFe2RHjt8wJVb/mrkDE3FtW31fWxX+BRxzf33uWpvWSHGKWay6WMaQnu2yvKfhYyToif01J66JjwFztw28lLsxmOzIu2nfvxyKdhSegbmy2a4DiGvfZH3ZG1Z1JptERdoC7yvZV5HYWysxCmYYPw0" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4Zo9Vz6ccerCeJX1fh7KguQ0LPyyBN28PRciKxz6q8cbv10QOA/4hxLsngK/7KDjNEj+yTfOxEOAfFenoXO7htdInWL5r5qYCfa6kp+cHxVKR7JVQkNK+L9E2JAPQww9zMSvMgR4MaHndHv1mOZ8" ], "x-ms-correlation-request-id": [ - "f773a27c-24fc-4c40-8290-84338ebefefd" + "c350e3fd-44e3-4e1e-b931-8333b3960061" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" + "13950" ], "x-ms-request-id": [ - "f773a27c-24fc-4c40-8290-84338ebefefd" + "c350e3fd-44e3-4e1e-b931-8333b3960061" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:f773a27c-24fc-4c40-8290-84338ebefefd" + "LOCAL:20180203T050449Z:c350e3fd-44e3-4e1e-b931-8333b3960061" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -193,26 +193,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3489976e-f3a2-434f-8c17-c4b41dde22ff?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMzQ4OTk3NmUtZjNhMi00MzRmLThjMTctYzRiNDFkZGUyMmZmP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/091a34fe-cafd-4cf6-9f85-0b35839b296f?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMDkxYTM0ZmUtY2FmZC00Y2Y2LTlmODUtMGIzNTgzOWIyOTZmP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fde02d1-ae19-4a55-a378-195dfe329094" + "3e7ce9f9-cf89-48a8-b622-cf7e5888f03b" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"name\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:49:19.6390621Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"name\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"createdTimestamp\": \"2018-01-29T23:32:41.6652595Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1213" + "1742" ], "Content-Type": [ "application/json; charset=utf-8" @@ -224,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -233,19 +233,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjPutFVK8PeNkdC9k7995EW9nDO+TgAEtZVsxw08KGetMQQDbEDprbADM0l4fpgYVChO7CRrwW8inNbL2t7IR5PD2l+wlEyfb+/1IY4PmONfk/LU4Z/1+XcNhsTGHVVy9K9d8+I1IrPqY4N6pn547" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4LQMhs83lLNne5oa4L17UQW6j8la8i57T5CT79j0tv+fohpLsN2G4AnBxPjpqLJwQo03tbgEYWNlQBfNselGfa+v5q5ww6scf+mWcT0Dy+FEPqzUlSSzA9/9/mWAWCxoP8Fdw2ETdbOJMcGgv5sb" ], "x-ms-correlation-request-id": [ - "c76428dc-55ae-46fa-b75f-61eb74766fba" + "5f7118cb-6aec-47ab-8919-2d273f1a05c7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" + "13949" ], "x-ms-request-id": [ - "c76428dc-55ae-46fa-b75f-61eb74766fba" + "5f7118cb-6aec-47ab-8919-2d273f1a05c7" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:c76428dc-55ae-46fa-b75f-61eb74766fba" + "LOCAL:20180203T050449Z:5f7118cb-6aec-47ab-8919-2d273f1a05c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -257,26 +257,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/356fd53c-b355-4522-ab5b-1a0f385381fa?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMzU2ZmQ1M2MtYjM1NS00NTIyLWFiNWItMWEwZjM4NTM4MWZhP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17a0dfca-abcb-4760-b9f0-c3194e0805c6?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMTdhMGRmY2EtYWJjYi00NzYwLWI5ZjAtYzMxOTRlMDgwNWM2P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1263199-c91f-4a6a-a3cc-dc41bf2e5b8e" + "83aca884-f03a-4f7c-ad44-e45c55a72e25" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"name\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:19:19.5859341Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"name\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:57:16.3554271Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Infrastructure backup failed because of an unknown error.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ae29d9dd-40c1-416e-a93c-ab233db25fdd\",\r\n \"alertId\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"faultTypeId\": \"AzureStack.BackupController.BackupFailedGeneralFault\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"alertProperties\": {\r\n \"backupId\": \"55131078-443f-4c2a-8c75-0a01b77c9076\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Start a new backup. \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact Support. Do not try to further troubleshoot without their assistance. Before you \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/newsupportrequest\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"open a support request\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \", start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Backup failed because of an unknown error\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"impactedResourceDisplayName\": \"Infrastructure backup\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1213" + "1922" ], "Content-Type": [ "application/json; charset=utf-8" @@ -288,7 +288,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -297,19 +297,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUeY/FvNBULWkESKpADfRF21tamn2rDLeBGsaFFdkHce944YXKBQzmO+YPIkP9mT06Pq5Vc/8WNwEbZy0Fq/Qzk9n76lWBwlIBlyhX6/utinMTzzi8hh3hZoMIbuNTW5qZYWlNm8SOfjReArC2iG1" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3aPHsDWZfSWcHRFVECbC6uQhtGFmAwsYhVToIb4cVFKsad7c/LFqpkl9a0gVAfkCbL2CMLi8KjHzxhi2uHnsx/nkloKWSNAO7DIhfsp/MCbqEjLKlEkXGVJEumd6L4jwjEk/qrKLYKmIhgV5Hc8x" ], "x-ms-correlation-request-id": [ - "ace4394a-2b13-48f8-9f7b-1052ef808983" + "1bb684f4-711b-4a9f-b32d-2d12cf3e3dd1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" + "13948" ], "x-ms-request-id": [ - "ace4394a-2b13-48f8-9f7b-1052ef808983" + "1bb684f4-711b-4a9f-b32d-2d12cf3e3dd1" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:ace4394a-2b13-48f8-9f7b-1052ef808983" + "LOCAL:20180203T050449Z:1bb684f4-711b-4a9f-b32d-2d12cf3e3dd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,26 +321,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/37fab95e-8981-4657-872a-d0a904308d26?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMzdmYWI5NWUtODk4MS00NjU3LTg3MmEtZDBhOTA0MzA4ZDI2P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMmI5ZTRkZjUtMGM0ZC00ZjE5LThjNGUtYjU1MmQxZThlNzcwP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92f6bffb-2c1b-4288-8b43-a9bb486cddd9" + "7f261413-0591-4776-a4e2-68e358d1e2ac" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"name\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7138362Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"name\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"createdTimestamp\": \"2018-02-01T23:32:49.7469986Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1699" + "1808" ], "Content-Type": [ "application/json; charset=utf-8" @@ -352,7 +352,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -361,19 +361,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2hNTmrRvQh/A6O9z0COvFPAufTq346d+U6abTqYATtxU59lF4OhNVCatke6UviNVUMxHvJ8MLEF7UWhZRVw5unjSeeCPvJ3aoLA2swlu2WgfLEJ6TmrY1z7Cf+5s8eaMb9VU+pIwBkTwvXVATi4+" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJdZVQ9yCdx+UVbcz6BtT51NdpcfLC/zOOY64B2SFyovQZ9zITY/ioVvrWR+bIYPtJeYEHIIvtYH4g2nBaqC94KAGKekKfYQdFzz31mXISRHvB29ZiwOOfh7lYNVLA30a+/F87fQ9LUOGr9FhIfXm" ], "x-ms-correlation-request-id": [ - "68ae4812-1301-493a-b373-114eb82c1b69" + "3714797f-aeda-4379-8e27-10cdbc437f9c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" + "13947" ], "x-ms-request-id": [ - "68ae4812-1301-493a-b373-114eb82c1b69" + "3714797f-aeda-4379-8e27-10cdbc437f9c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:68ae4812-1301-493a-b373-114eb82c1b69" + "LOCAL:20180203T050450Z:3714797f-aeda-4379-8e27-10cdbc437f9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -385,26 +385,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/7ff5f418-75e1-41e3-85c3-229e369313a3?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvN2ZmNWY0MTgtNzVlMS00MWUzLTg1YzMtMjI5ZTM2OTMxM2EzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/38322da2-f702-43d9-b890-4f28fa7bfe4e?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvMzgzMjJkYTItZjcwMi00M2Q5LWI4OTAtNGYyOGZhN2JmZTRlP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7848d60-29e7-48ae-bc54-f16e8561b7d9" + "5e06fbb5-ba61-424c-b23b-2f6525b5505e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"name\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"name\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:46.9269708Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider Microsoft.Backup.Admin is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorCritical_Microsoft.Backup.Admin\",\r\n \"alertId\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorCritical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1701" + "1749" ], "Content-Type": [ "application/json; charset=utf-8" @@ -416,7 +416,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -425,19 +425,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSEZhB9U0JMf1Mjff9mNAx/RNl1F/l4jZ7rbfj4+q6hINUQXZ23f4x8BjOBr9poj99noSRuiZMa6456lfaW8rAURFtrOAnE0EG+/+Xbp8+hHJNR63Q9Ko9h5t+OyD4V78OCm++i7yl1D2TkE8hHLb" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjjHdxx7idWsnl7X0oWzssOMD4dJVEmFydi1HHcuoJLORUK5w2JzgprIYT/V2+6vHLjCpdjgXGgpa6xaCn+tYp2Lh2lYBJ5LZKgFIWN16uRDn5f/6V2cRTdf70BDYqVXCWMab9T0kn2jyj2+qvN6P" ], "x-ms-correlation-request-id": [ - "5e34f4d0-1843-4717-9d77-c33db2475831" + "6ac707df-8387-4ec0-961f-27e6f0680003" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" + "13946" ], "x-ms-request-id": [ - "5e34f4d0-1843-4717-9d77-c33db2475831" + "6ac707df-8387-4ec0-961f-27e6f0680003" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214400Z:5e34f4d0-1843-4717-9d77-c33db2475831" + "LOCAL:20180203T050450Z:6ac707df-8387-4ec0-961f-27e6f0680003" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -449,26 +449,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/886b39e2-d10a-4acc-9b23-0dade1efc70c?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvODg2YjM5ZTItZDEwYS00YWNjLTliMjMtMGRhZGUxZWZjNzBjP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvM2E0MjgwY2YtNGJmZC00YzFjLWIwZjctZmFjZDQ5MTVhMmY3P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8534ff8c-71b6-468a-b9f3-ddf50370804d" + "6afb0de7-41f2-4290-87fd-0926e72989de" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"name\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"createdTimestamp\": \"2017-08-25T20:24:19.8253844Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"name\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"createdTimestamp\": \"2018-01-28T23:32:38.9722788Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1147" + "1742" ], "Content-Type": [ "application/json; charset=utf-8" @@ -480,7 +480,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -489,19 +489,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWDSuZJw898zgDPbMkWHLOYadrB4bpT97uUAw+JCH020eguixFfhLcRoDi8Hf96oYV0od77fV6CeOLScfwT1z8ItOXjZy4KPONyA/hR6TBnVg+HFAfkOhwcaDOpI+ExD/w3QqQkhejmU18Uc2StMq" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3qJF/HODBahP9uMSibtPXDkqSyqZKr5FXUQLUi2b06VRn4poSV6fBrHjncpVVpPNXBpcRvvhoVPT1p8b5Le/S/RgL+74GpFSRdT9GP+7R6cy5P0X6IvMPlwyk4d7nmiILc1uh7RyxDSZ/P7WMT1B" ], "x-ms-correlation-request-id": [ - "a11ef331-a944-4146-ac46-1c5b88d1d672" + "6c0a00b3-b813-470c-aacd-cc3d34675ab7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" + "13945" ], "x-ms-request-id": [ - "a11ef331-a944-4146-ac46-1c5b88d1d672" + "6c0a00b3-b813-470c-aacd-cc3d34675ab7" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:a11ef331-a944-4146-ac46-1c5b88d1d672" + "LOCAL:20180203T050450Z:6c0a00b3-b813-470c-aacd-cc3d34675ab7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -513,26 +513,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYWFmMDlkOTUtMWZkMy00MGI3LWE1YjktZDNhOGM4MmFmZmQxP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/4de8d909-832f-46f7-9a9d-85c865d8be3c?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvNGRlOGQ5MDktODMyZi00NmY3LTlhOWQtODVjODY1ZDhiZTNjP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0be64633-bdfb-40be-a5fe-502a55fd2a93" + "b96bc262-84e7-4a4f-a186-c0afc38e410f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"name\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"createdTimestamp\": \"2017-08-30T19:49:33.9350554Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-09-01T21:44:00.3675223Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"name\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.3841756Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorWarning_Microsoft.Backup.Admin\",\r\n \"alertId\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorWarning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1147" + "1723" ], "Content-Type": [ "application/json; charset=utf-8" @@ -544,7 +544,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:00 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvirNTClIFVnju/ZVasIH/6X4BGQyxZXBJ75zPKW/St1plAbqM3VmQwPwje3Nku8ONc229o2EAgJAfzXlqc/dy8OgdQelgrLPlgl/DqboQ51EmWkJ/u+nv+SykhU8MxnDpMsAURfRjYwMKGM/Bc4o6" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJtu2bhJLG2MiNpjTaTBPryo+U7bIDBEECRSpf2EySAFB8o2UgYHPO8RfYkCsnMWW7zgzPbF0TtHkXOtFrCqHHacssMchIR5VP0lJn7Vt/HrA3CcQiMGvJHaOhrC4Gew34Sh3kw5sgb5CKJDR7l+p" ], "x-ms-correlation-request-id": [ - "f55edccc-0ec8-4c37-8945-75e329aac6af" + "1b26e254-c4ad-47f0-b0fa-691da40448ad" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" + "13944" ], "x-ms-request-id": [ - "f55edccc-0ec8-4c37-8945-75e329aac6af" + "1b26e254-c4ad-47f0-b0fa-691da40448ad" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:f55edccc-0ec8-4c37-8945-75e329aac6af" + "LOCAL:20180203T050450Z:1b26e254-c4ad-47f0-b0fa-691da40448ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -577,26 +577,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b8f81ea8-cf7d-4909-a9f4-0779909e15eb?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYjhmODFlYTgtY2Y3ZC00OTA5LWE5ZjQtMDc3OTkwOWUxNWViP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/957dd474-f49f-4722-bc40-503b5aa957c1?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvOTU3ZGQ0NzQtZjQ5Zi00NzIyLWJjNDAtNTAzYjVhYTk1N2MxP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "004982a5-9739-4de7-8182-d2399c7ecb10" + "7317e553-7e76-4c79-b035-e407863a7da1" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"name\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7450873Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"name\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:32:33.8313771Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1787" + "1742" ], "Content-Type": [ "application/json; charset=utf-8" @@ -608,7 +608,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -617,19 +617,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1VetiIcr/pUbrhZVSEb7ApKWfXfa7IsiNPtvygHq9v3rrnzjyO0joytem+/6r/toXFa7gg2ZWP0eEp4FibN//inNr6gfR2ZJ4w1M46kxnRIwgE+3OPnhb8FR6w5iUWBvMLh8GHbE7me9qmabssN6" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv74EH2azvd8jDknev6uJqdSZJY7Db55GA8xacZW9xQVTFtiPKQwwVaPo5hLb7Dx2zmyk3t2tY57pMLj1txy5OmskZCG7kxWgXnQ0gvQA0juQJ2mw3tAgZo2zX+CP8dEaohP6/180FyfNsA78y0kVx" ], "x-ms-correlation-request-id": [ - "d2a58f87-2972-45bb-943b-eae6731b4e3c" + "ccf41729-7ae6-48b9-b417-c82339691d4c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" + "13943" ], "x-ms-request-id": [ - "d2a58f87-2972-45bb-943b-eae6731b4e3c" + "ccf41729-7ae6-48b9-b417-c82339691d4c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:d2a58f87-2972-45bb-943b-eae6731b4e3c" + "LOCAL:20180203T050450Z:ccf41729-7ae6-48b9-b417-c82339691d4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -641,26 +641,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/c0328148-006b-482b-9c75-ad58c454225b?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYzAzMjgxNDgtMDA2Yi00ODJiLTljNzUtYWQ1OGM0NTQyMjViP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/a3a768e7-ce43-4cc1-a996-e2b5529b5dc9?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYTNhNzY4ZTctY2U0My00Y2MxLWE5OTYtZTJiNTUyOWI1ZGM5P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e40a393f-39f7-40fc-8794-1b9835937bd9" + "30cf786b-3dbb-49a4-bd1e-52ee0c057766" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"name\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"createdTimestamp\": \"2017-08-22T05:29:09.4699501Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"name\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"createdTimestamp\": \"2018-01-31T23:32:47.0493737Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1213" + "1742" ], "Content-Type": [ "application/json; charset=utf-8" @@ -672,7 +672,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:49 GMT" ], "Pragma": [ "no-cache" @@ -681,19 +681,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWRD0JpHXGeTEWUxm3OZD7vHSzq4lnqja/1MHx1dL9quy5Tl111rfGwFZjME/5KuVwCW2h9pJ/ChsLukmS/J2WzY9JYV8KZiv2ESqWvJEiuQrVuPxyP2hyzVFUJstth/DNeOT6HzDLu4bogj9ZmmR" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvB77ASX5tY6GDWmqTectYbMjKGbO/V66NEoHls4nfSVciOUaZijcwsEqPy4Y7qGkq99QWnIPgs/HGcIJktVVLt58EW81bLInV61N9+FnEF7o35UdHtZbYCwWD942DxSXt6GOmBBgmNnYPRpbYBuc6" ], "x-ms-correlation-request-id": [ - "dce22232-84c1-4738-b2bb-78217c75a0c7" + "b62577da-0b22-4dd2-9f8f-89cc5c7bde10" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" + "13942" ], "x-ms-request-id": [ - "dce22232-84c1-4738-b2bb-78217c75a0c7" + "b62577da-0b22-4dd2-9f8f-89cc5c7bde10" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:dce22232-84c1-4738-b2bb-78217c75a0c7" + "LOCAL:20180203T050450Z:b62577da-0b22-4dd2-9f8f-89cc5c7bde10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,26 +705,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/cf278262-78cd-43eb-8cd8-9c4cac5e75f7?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvY2YyNzgyNjItNzhjZC00M2ViLThjZDgtOWM0Y2FjNWU3NWY3P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ade1d12d-17fb-472c-bb4f-873cf01ef4ca?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYWRlMWQxMmQtMTdmYi00NzJjLWJiNGYtODczY2YwMWVmNGNhP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afb2ab51-7765-4f7e-9bdb-ed1ebb878507" + "2776c50b-63c6-477b-b7a1-712796daa8db" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"name\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:24:19.5943758Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"name\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"createdTimestamp\": \"2018-02-02T23:23:02.451371Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1211" + "1741" ], "Content-Type": [ "application/json; charset=utf-8" @@ -736,7 +736,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:50 GMT" ], "Pragma": [ "no-cache" @@ -745,19 +745,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/aUWGmjstpuJu3Dpbu92NGrH84spT4GiuUeEJqIh1UPPW2oPFp8Ti60njjkhmbTReIipN4kn/8y4MT2SfPXWaiq5Mr3GcfuDf6A7kGt03Nf3tuDcCtGeQ4ScdsPpJ+RazWhi0MN+fTK4gOz4JhJQ" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOYhV4z/IN/BXx6+/oBQJ5+N/XNBK4EMjgfqWdoQ6aDas4gFBOp3QuXNc5IjPchoAE+5Dzx9o2Wh9V0F4fU/4d7SOH0PVx2182P1ly2403xS92ViYQUlXT7iMLNT7mT7TlToZw1Xri3x1GxRexI+V" ], "x-ms-correlation-request-id": [ - "3052bd0c-20f0-4560-b3f5-954d5cb0b982" + "e06fd069-bb66-464d-9294-32524dd2fe2d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" + "13941" ], "x-ms-request-id": [ - "3052bd0c-20f0-4560-b3f5-954d5cb0b982" + "e06fd069-bb66-464d-9294-32524dd2fe2d" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:3052bd0c-20f0-4560-b3f5-954d5cb0b982" + "LOCAL:20180203T050450Z:e06fd069-bb66-464d-9294-32524dd2fe2d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -769,26 +769,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/db1a20c7-08f4-4453-96b5-0d73461a8cac?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvZGIxYTIwYzctMDhmNC00NDUzLTk2YjUtMGQ3MzQ2MWE4Y2FjP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b463451a-08f1-499a-819f-48abae1fe97c?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvYjQ2MzQ1MWEtMDhmMS00OTlhLTgxOWYtNDhhYmFlMWZlOTdjP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "678949aa-5d3f-497b-b3eb-936dc279997f" + "ce492750-f23f-4fef-9428-329e1b6a6241" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"name\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:29:19.6067697Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"name\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.2246559Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.Backup.Admin\",\r\n \"alertId\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1213" + "1709" ], "Content-Type": [ "application/json; charset=utf-8" @@ -800,7 +800,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:50 GMT" ], "Pragma": [ "no-cache" @@ -809,19 +809,403 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvl86kSW9buIFy1JiO4hHSmVezS5C5MKu1qUYk3I2Ijzm6yXaNnjjPv5Xn/oOE9yAyZENppPsskih3WiHEPp6pYJK44XfWOXkkCj6S3dWXdiw+mtV6Dokf9CMzjM+WBPx7cx8whECaXm8+sos5Buqi" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyhikQxSLZV9+hZPI+VOts2IPTT/bYubCjouII00kxUnkxAh+KF97buZmzyuwV3df5MZGJPK36wQNN+0dskVQ8e3tnkUQn6HuY9Goho2t0ptGyhU6SW/z/k7LXQrRxoe7hBmcXwlzpELrQmRGaxJ3" ], "x-ms-correlation-request-id": [ - "71b8f121-4df0-4338-8cd0-f4b66afef645" + "48809062-4024-441e-a44f-43094184d77e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" + "13940" ], "x-ms-request-id": [ - "71b8f121-4df0-4338-8cd0-f4b66afef645" + "48809062-4024-441e-a44f-43094184d77e" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:71b8f121-4df0-4338-8cd0-f4b66afef645" + "LOCAL:20180203T050450Z:48809062-4024-441e-a44f-43094184d77e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca2f29ef-db0b-4e06-b25e-8368d2607351?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvY2EyZjI5ZWYtZGIwYi00ZTA2LWIyNWUtODM2OGQyNjA3MzUxP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "13045262-c649-40de-a274-7b802ce52639" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"name\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:22:43.8382269Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1742" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKaU8kFGqxDUf6TxCvO7ihuh0Lw8Pwv0S3wdzrPhVeEPbqKLWwCCU6H+zx4avm3JpOmF+OuI7QMeJK9IMbyoGGTGRR7zwykXPW3ITQeLwGAf0I5JtJliX5YfEahSSHsGkI6oznRF89QhJ7Z8r0Ytc" + ], + "x-ms-correlation-request-id": [ + "b7cd21ea-b337-4c15-86c4-7b63b89efb1e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13939" + ], + "x-ms-request-id": [ + "b7cd21ea-b337-4c15-86c4-7b63b89efb1e" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050450Z:b7cd21ea-b337-4c15-86c4-7b63b89efb1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvZDRmNDIyZmMtOGIwOS00MWZkLWFkMmItZWE3ZjJiNGI4NmJiP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e30b087e-b544-401e-b985-f447c2017872" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"name\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:33:41.1433561Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"You have not activated Azure Stack. To do so, see the following help article: \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"impactedResourceDisplayName\": \"AzureBridge\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1503" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5JhL9yDfVXTmxnWD4c05YkalJdCrJcW1SAnqSZTOkVZmZKGwRcoSfHG7nDqcfD/eGGXEaoe4JkVg6gVA1vmVJyqBuQ/3zHXCUNmzElxgWHapa/f5G5SwcBo/B3l0rKokzLmw8xuQDEBlncXVxAKN" + ], + "x-ms-correlation-request-id": [ + "846ca1d6-21bb-4766-ad3a-9241f06f47db" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13938" + ], + "x-ms-request-id": [ + "846ca1d6-21bb-4766-ad3a-9241f06f47db" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050450Z:846ca1d6-21bb-4766-ad3a-9241f06f47db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/de4312a2-3e76-4853-9a68-2fba19848f11?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvZGU0MzEyYTItM2U3Ni00ODUzLTlhNjgtMmZiYTE5ODQ4ZjExP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f9415fb6-7cb4-4157-8785-d6d537c38fca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"name\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"createdTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.InfrastructureInsights.Admin\",\r\n \"alertId\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.InfrastructureInsights.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.InfrastructureInsights.Admin/Microsoft.InfrastructureInsights.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.InfrastructureInsights.Admin\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1723" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRve4rez3MCUqolzIWcWhA9dUNmfanz7yyQhW3cD/DY4H1vMdzFCTyXmP6NILgVv0WJL+z7CMod7jQErTM5AG5KWnE/spagnK1Hdyj+xJOYJrqQiJkm0H8EFogkO5QEzFAax+SeoPjxXl3BDxtQUhY8" + ], + "x-ms-correlation-request-id": [ + "12e06b30-ef83-48f7-a806-9f73625b7de9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13937" + ], + "x-ms-request-id": [ + "12e06b30-ef83-48f7-a806-9f73625b7de9" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050450Z:12e06b30-ef83-48f7-a806-9f73625b7de9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ee3ef87f-575c-4a9f-8f07-07a186348f7b?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvZWUzZWY4N2YtNTc1Yy00YTlmLThmMDctMDdhMTg2MzQ4ZjdiP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41121aba-cef2-4f80-a497-d204dc8c0c9b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"name\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 7 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Critical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1694" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXFkc7YHB8dn1aRUyUp07jmiBaIIiy5oNeThOQ2dj4O2T2uMvS/6/YIuxcOhUrlGfoX0eJj3OeljlozCggkHZ+S3zy5V1R8CosIg+XvnzBgGdfvdxDjPLR0JvnjerAtSPwUmNw3tpvqI9jzH3l6ql" + ], + "x-ms-correlation-request-id": [ + "e03d3395-b824-4157-9201-95b8a7a758ba" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13936" + ], + "x-ms-request-id": [ + "e03d3395-b824-4157-9201-95b8a7a758ba" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050450Z:e03d3395-b824-4157-9201-95b8a7a758ba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvZjc2YzRkYzItYWU4ZS00ZDk1LTk1ZGUtYzUwYWM1ZmJhNWEwP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "acce4097-4fd3-4041-8754-55ea220d8f44" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"name\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"createdTimestamp\": \"2018-01-27T23:32:36.2773433Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1742" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvItn7ue01UKfmu4vp+QAJK7Br3x0WMw0fOOZ9ZvojBL1p0e81KVFd1Bs/XuX91HYydMePPC178c1JhmGKx48rLeNrq4hwXXNPJVWgdBHry1LWtq+1BBau0JJED8V5Wr5alQehaTgiDeniasbMSGjY" + ], + "x-ms-correlation-request-id": [ + "079eb7e9-d284-4919-abb8-8aef0f28e30f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13935" + ], + "x-ms-request-id": [ + "079eb7e9-d284-4919-abb8-8aef0f28e30f" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050451Z:079eb7e9-d284-4919-abb8-8aef0f28e30f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/fe84428f-3d9b-48e7-9995-a73916e8739f?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHMvZmU4NDQyOGYtM2Q5Yi00OGU3LTk5OTUtYTczOTE2ZTg3MzlmP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b1077f87-3899-4892-ada7-727bd0f9a341" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"name\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"createdTimestamp\": \"2018-01-30T23:32:44.3597012Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1742" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpsCO3eNYmWhWzVbLTW6XWn4CvDAUb9Mm366VYVv6FfyruaWRYcxVThFwdgL1DqhdYMEWE7jRey+/GqbNYYmp7WtZR2nYaI+aDqGqGQRtT+ZUMk7MCk21uqhHMlC/8635b5BVbGSMTdZ3xcvzwuUw" + ], + "x-ms-correlation-request-id": [ + "520e54d4-332a-4160-9f3e-f28ec4c6314f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13934" + ], + "x-ms-request-id": [ + "520e54d4-332a-4160-9f3e-f28ec4c6314f" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050451Z:520e54d4-332a-4160-9f3e-f28ec4c6314f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -835,6 +1219,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllRegionHealths.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllRegionHealths.json index d3040df620c7..751e1bdc2460 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllRegionHealths.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllRegionHealths.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78290843-393d-42d2-b51a-69af56ef2fb5" + "a2ac38f8-37c5-43c2-acd6-1b8acc3d7bf9" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 84.409721374511719\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 173.84765625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.30929161235690117\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.1573221571743488\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 32.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 223.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "825" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:52 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOoe4YG7a/SBIVR/yBOypfYkeiIkuBZKbHepvp+zNt5cVeRrE0+k36O5MJHUiuYWMSp7pDn+MkdV2Ya7JiySuuNvmWJwJUc7AI67DsVURwk4JaLjqx98OpI9JjbEuyPfSG4wzliMWGpRuG7k3bgvq" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv72VqgaMxppwiwnqlS03UYCZ+aPTuvE7Xx2GkglZh32sYo3JTWqNIPyMJbL9pQHBcX0sUhopTL80aZOqtwPUdNxHe+JJfDazS674gQs5afTG8JWGlYMTYjZxEKtMb6Ckrue+jVSnqSTmTSDA8D0Wc" ], "x-ms-correlation-request-id": [ - "9ec4d88e-754f-4b15-b80f-d2420f33f21d" + "6f87f54b-2591-46d3-94ea-0dcea31b3b6c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" + "13915" ], "x-ms-request-id": [ - "9ec4d88e-754f-4b15-b80f-d2420f33f21d" + "6f87f54b-2591-46d3-94ea-0dcea31b3b6c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:9ec4d88e-754f-4b15-b80f-d2420f33f21d" + "LOCAL:20180203T050452Z:6f87f54b-2591-46d3-94ea-0dcea31b3b6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,26 +65,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4444196b-c487-4e91-86a5-4eb2947ce423" + "dc63b722-46d3-43d8-9d15-dbc75a133737" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 84.409721374511719\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 173.84765625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.30929161235690117\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.1573221571743488\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 32.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 223.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "813" + "811" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:52 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +105,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkt5I0iTA9rEOq6nSb+ZXgFQtlf3huLvPuopOB4p0ApubIOgrXit91R0poA/LaflhTaByU5x+RDUV1rYeAagOuWceLVOx1uIROc/A3HdOqTfKdp4OUendcKUC7QVzXF0/DlhlN+e0Sif+kZYvD/8E" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCiAy5K8wfUjH5V3dIZLvcOavgf3NhuVHmv/6r911voQrw7+MVeW9/EIU7Yu+ePNBT7H+p3YMvSlo8qP3CzRD/8dczygEgsaE4Dwgokpa5kXfL59QHz/Yw/5tY03lwLevCHuDspn/ebPQz8Szidw+" ], "x-ms-correlation-request-id": [ - "c8c1f7da-65f6-4ff1-a415-c97275c70277" + "4eec2d3e-ff69-4a45-ba95-9ff07563904c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" + "13914" ], "x-ms-request-id": [ - "c8c1f7da-65f6-4ff1-a415-c97275c70277" + "4eec2d3e-ff69-4a45-ba95-9ff07563904c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:c8c1f7da-65f6-4ff1-a415-c97275c70277" + "LOCAL:20180203T050453Z:4eec2d3e-ff69-4a45-ba95-9ff07563904c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -131,6 +131,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllResourceHealths.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllResourceHealths.json index 05ecb551107f..98edeec02fa1 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllResourceHealths.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllResourceHealths.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bd0afb6-46e0-4671-8185-5d63f3f4a276" + "116e7e05-9263-4f37-9184-1785d5998b2a" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"name\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"name\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"name\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"name\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Warning\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "6508" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:52 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcMY5ZLFArxRptk0zP3u5lrsP8VdDA+oO9c1htHAGyCJVL6umoyVbe5teioZO7TRLQ3dYDO+VV6Gztto4ROaF34EeZSEdW9HSMtMXcrQ9UV+sgkQtkNjEePQX1k2g5bdPUrYSE1+LwQ8rzcWYca5K" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgKoW3ddEKLR6RDzvBiWATARQvqtwa5SzaGD+XxYuIXx8HUqow5FOphrAl+JsTyPqHYTNADBgUBomdCgg7Kgg4VVakrGHszPzU5wCbYnozcMX2cYRBYXe7POdxhWbU8TNoXzSn1gMWfwC/9d5tf8H" ], "x-ms-correlation-request-id": [ - "f99dc7bb-8ddd-418b-a8ac-563b9c76474d" + "6f65d4d8-2205-4c43-83dc-6699c4aeaa8b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" + "13911" ], "x-ms-request-id": [ - "f99dc7bb-8ddd-418b-a8ac-563b9c76474d" + "6f65d4d8-2205-4c43-83dc-6699c4aeaa8b" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:f99dc7bb-8ddd-418b-a8ac-563b9c76474d" + "LOCAL:20180203T050453Z:6f65d4d8-2205-4c43-83dc-6699c4aeaa8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,26 +65,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8wYTJkZjZkOC00NTcwLTRjZjUtOGM4Zi04ZDk2ZGMxZmQyYTkvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06e6fd84-432d-4659-8125-73b1cf09a6f1" + "ff59c49c-de7b-4125-9054-4b54c3479d21" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"name\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"name\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"name\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"name\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"name\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Critical\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "12" + "7418" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:52 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +105,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5ObvOfGdDijAtE037gLGMhnOVQrs9DQlH6OA03Ah8dGorb7UM+t2/S5lTGZ3zhl0CE5KVmcWmBwLtywHDoHX0+dPqsGinsct7CUCy7/DS/kIXVlnbKv5RWLx4przzX6C+Az0XgASHtLAftZ9bgsk" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgv70/851rwR2ZpxZBPukvN5/xjHSKGvIfjkGPARccJc6MrmJHEfCMQqXJw4HmZhX24bY92v7na/3TBgObyk7wqFaX9C4t7yrUEghlDI1vGHebOwrTYEhKGSBlPZjYqDvu9xRpzkxOM+P6ZC48Row" ], "x-ms-correlation-request-id": [ - "8e6ad86e-b691-44c6-81cd-3368d41bcc1e" + "4488591e-a1c9-42ea-b59a-5449c47bc6c6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" + "13910" ], "x-ms-request-id": [ - "8e6ad86e-b691-44c6-81cd-3368d41bcc1e" + "4488591e-a1c9-42ea-b59a-5449c47bc6c6" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:8e6ad86e-b691-44c6-81cd-3368d41bcc1e" + "LOCAL:20180203T050453Z:4488591e-a1c9-42ea-b59a-5449c47bc6c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -129,20 +129,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8xMmJmMGRhNC1lMzEwLTQ3NjctYmM1Zi01ZDMxYzA0MTQwNjIvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTNmNmY5OC0zMzRjLTQ1YjYtODRkYy02OWQ5NDg3YzgwNTEvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "877bae40-7dd5-4a5c-84a1-afe76f9b9c54" + "9d50317a-6aa7-42ce-a39f-588887ffede2" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -169,19 +169,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXzrin+c2q15qXd6vWSrq+RnrcXCN2FQHdq8u/fzcG1Hogde9QsPltUuZ75jYX0k0k5B4Q6GoLsXNTvHGiiVCHoEb1htX8SC6Gb3wqpvV5ZlJK02AA5gVsmX5nXdNjJSIJN379444c/x9EsrvTaCE" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+EKgIN33j7A+AtZO0LnS8PGS08jiYUJGQ2XVH6xCAZWOTtySBAMoqLTBwYjXzEotgNB2ye2o2qr87zsO3ZU2z3PeoRvT2JwfXrYaRID/cTRo0nFwalA6atQ2ET2RB3kLH0qP09VSnZ/5iiBaSTh0" ], "x-ms-correlation-request-id": [ - "bef3e7ca-2ebc-48c6-941b-4e27bef1ca4e" + "6edbfa74-bd00-4f3a-9ed1-842ffff8d115" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" + "13909" ], "x-ms-request-id": [ - "bef3e7ca-2ebc-48c6-941b-4e27bef1ca4e" + "6edbfa74-bd00-4f3a-9ed1-842ffff8d115" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:bef3e7ca-2ebc-48c6-941b-4e27bef1ca4e" + "LOCAL:20180203T050453Z:6edbfa74-bd00-4f3a-9ed1-842ffff8d115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -193,20 +193,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yZjJmYzU2NC04NzE0LTQxYzMtODllYS1hYjdmOWJmODQ4M2IvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTVlNzE0MC00MWVlLTRlMTEtYmNmMS0xZjY2Y2IxNzcyNzgvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e99d151c-e933-4400-8796-3a74159c607d" + "01e29bfd-f7c9-48cd-940b-c04171a73471" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -224,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -233,19 +233,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuLtwyw2r6qOwOuGeL0rz9NvSnzG5x9khHXKEMwF/TAT1is5Q4SxkQG4VFKXp1TiI2BLi5kNbn+RNECuLzWjepswxU00i+MZYjiothH4Kh88Y7K/0X4VK6L6B0eE1VCuQe81l8P5JECu0mQ09CeE7" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHT0VmQHJhAL/wH2QprFtfoJ6MRkAaWH4y+uubADc9425rxzNZL8SEWEwNf+kdcORT1I3h+GwknrD6wiYUGBeHfDuroYPmCWA2mcRhr6ziWP6XyH3HfeNNmPyRRoXXVXnC5R1ZvYyRDWymv2fHXek" ], "x-ms-correlation-request-id": [ - "b2f871fa-2a7a-4770-a21f-93810faf1869" + "24f9f533-3f6a-4a25-a3ce-be9f81abc0e9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" + "13908" ], "x-ms-request-id": [ - "b2f871fa-2a7a-4770-a21f-93810faf1869" + "24f9f533-3f6a-4a25-a3ce-be9f81abc0e9" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:b2f871fa-2a7a-4770-a21f-93810faf1869" + "LOCAL:20180203T050453Z:24f9f533-3f6a-4a25-a3ce-be9f81abc0e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -257,20 +257,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy80MjNmODYwOC0wYzY0LTRkODctOGMwNy04MTFhZGZiN2NjNDEvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy82NGRmMWEzNi01NWFkLTQ2ZTEtODU1Mi0xOGE2NDQ3ZmM3MjUvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fec96795-71f7-48e3-aafe-982fbe75dea7" + "e96c59aa-601c-4192-8137-038044a5cf18" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -288,7 +288,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -297,19 +297,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpxxYLP2l8IuZJc5DB3o//c3IrnUXS1npHRRdENQ9hC+Zo3LzT5RDrtEMu8tg+Csa/QwPjNfVeLh6KIFNwUnvPAxT65VpNW/G+5oD4YXWisrEH5q0rflbN2TaM3ku8dUx1TeQI56y1QDtfcy1Z6HG" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4hPM/8D934efUSxT2f3aq+/jLQys87jKcyxMKAlhaZgF0uIw1Dm58IkbiLMbGOPUPLuzQpH1wMc/v1BtKrqfN5Lie2zW2Kr4vUGcFxvjnyIsvWLuvYwouLWzeNhDo4Eu/kQZx+/M/oY5cQqTq0+s" ], "x-ms-correlation-request-id": [ - "401f28f7-f13a-4ea5-8047-8743f5074d2f" + "aa6d04a3-ddca-4324-9c5b-3307eac6d9fb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" + "13907" ], "x-ms-request-id": [ - "401f28f7-f13a-4ea5-8047-8743f5074d2f" + "aa6d04a3-ddca-4324-9c5b-3307eac6d9fb" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:401f28f7-f13a-4ea5-8047-8743f5074d2f" + "LOCAL:20180203T050453Z:aa6d04a3-ddca-4324-9c5b-3307eac6d9fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,20 +321,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy85ODc1MTM3OS1mOWZlLTQ3OTEtYmM2Zi1mNzdlYjFkZTM0NDAvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy84ZTEwOWE0OC03M2NiLTQ1ZmEtOThiNS05NzEyNWM3ODFiZDkvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7c8ce05e-b652-4944-886b-f93b08398d2e" + "7fe1fb99-ca8b-4b6d-80cb-3cc3eb57f8bd" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -352,7 +352,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -361,19 +361,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMTkx2Bil8NrI+dCbR4/0UmBSKbdU5uY3g3l8Mcoa3DbAB+WjxFb5txmk/GWWU7StAva9mknLvzi499ntIgdpMflmrabSiNWEdU/loZGYEIvPa3LQFF0nbJNK572qhNwJcJWydDKTsVSfDH/iJEqy" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyhDZ2PHLC3r/SC7/MmyKJVtysRAvIWTGoM2smqnxSSzKrF4jwWdTxdYYAkyvjSmofl4FdOpQx6IME9vuK/0sqoTLsOKMBnjbgaymR+XF4AyZLsGNVkhz93ya2/lUooqk/2i1k/hz7NQZzeUlwkMw" ], "x-ms-correlation-request-id": [ - "12f44c24-b00c-430a-81aa-df69efb5f7a5" + "a887d3e1-715a-47d6-bc81-a2095dda62ac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" + "13906" ], "x-ms-request-id": [ - "12f44c24-b00c-430a-81aa-df69efb5f7a5" + "a887d3e1-715a-47d6-bc81-a2095dda62ac" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:12f44c24-b00c-430a-81aa-df69efb5f7a5" + "LOCAL:20180203T050453Z:a887d3e1-715a-47d6-bc81-a2095dda62ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -385,20 +385,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9iYjU4Mzc3Zi0zZDdkLTRkN2YtYjNiMy1kNDMzZDQyMmJmOWUvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9hY2FiN2UzMC01ZDM5LTQ3YmYtOWE5Mi1hYmE3NDNkZjYwMTMvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00f8c89b-cebf-4ce3-b0e7-6dc5b6673ad7" + "d1676519-8d53-41e0-9864-46861a517dff" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -416,7 +416,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -425,19 +425,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0Xi9Nh9iyU2SXHJnd+drV/34Kph7SVzhlfYJUavJguEZyoNMYpCT9Stm0jvUruBt/csb/JAhWgy2b35+P398xiQg+y/U2OS5/Ds+SmdcTl24WaBB+5/yiaCoGUnxOD2F2zi5JVKGqImfgTrPShEk" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOjq1CLAoVFrEhMDq9klSd2G2Z6NaF2W2+2NUczR66SdonlNKYSRF65AMNAcZ9NjF7+DHPvd8u81XDJw6hIt6JWdhJIJW7gMqIhi95yDKQkW6XihylgKj6w7zKwVonZGG/As6GoYsXUSpgRtpNG4e" ], "x-ms-correlation-request-id": [ - "ef5429d5-9382-4dd3-9612-550ea20ddbca" + "e3e42cb5-fe85-4588-89f6-6eeeca526c7c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" + "13905" ], "x-ms-request-id": [ - "ef5429d5-9382-4dd3-9612-550ea20ddbca" + "e3e42cb5-fe85-4588-89f6-6eeeca526c7c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:ef5429d5-9382-4dd3-9612-550ea20ddbca" + "LOCAL:20180203T050453Z:e3e42cb5-fe85-4588-89f6-6eeeca526c7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -449,26 +449,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9iYjU4Mzc3Zi0zZDdkLTRkN2YtYjNiMy1kNDMzZDQyMmJmOWUvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7945c74d-785b-4b1b-83d8-d10df1594ec1" + "5ecd9857-60d1-474d-a3b9-533431212562" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"name\": \"0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ComputeController\",\r\n \"resourceDisplayName\": \"Compute controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"name\": \"184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"name\": \"2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ServicesController\",\r\n \"resourceDisplayName\": \"Infrastructure role controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"name\": \"2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NetworkController\",\r\n \"resourceDisplayName\": \"Network controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"name\": \"31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerAdmin\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"name\": \"396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"RASGateway\",\r\n \"resourceDisplayName\": \"Edge gateway\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"name\": \"3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceAdmin\",\r\n \"resourceDisplayName\": \"Insights service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"name\": \"3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"EnterpriseCloudEngine\",\r\n \"resourceDisplayName\": \"Infrastructure deployment\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"name\": \"4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryCertificateServices\",\r\n \"resourceDisplayName\": \"Certificate management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"name\": \"4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalUser\",\r\n \"resourceDisplayName\": \"Portal (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"name\": \"5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SLBMultiplexer\",\r\n \"resourceDisplayName\": \"Load balancer multiplexer\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"name\": \"5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"BackupController\",\r\n \"resourceDisplayName\": \"Backup controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"name\": \"5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"name\": \"5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SeedRing\",\r\n \"resourceDisplayName\": \"Privileged endpoint\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"name\": \"637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"HealthMonitoring\",\r\n \"resourceDisplayName\": \"Health controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"name\": \"644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceUser\",\r\n \"resourceDisplayName\": \"Gallery service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"name\": \"66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureConsistentStorageRing\",\r\n \"resourceDisplayName\": \"Storage services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"name\": \"6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceUser\",\r\n \"resourceDisplayName\": \"Authorization service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"name\": \"7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerUser\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"name\": \"830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"MicrosoftSQLServer\",\r\n \"resourceDisplayName\": \"Internal data store\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"name\": \"86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceAdmin\",\r\n \"resourceDisplayName\": \"Gallery service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"name\": \"8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceAdmin\",\r\n \"resourceDisplayName\": \"Authorization service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"name\": \"90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NonPrivilegedApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"name\": \"9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceAdmin\",\r\n \"resourceDisplayName\": \"Usage service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"name\": \"9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"name\": \"a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryDomainServices\",\r\n \"resourceDisplayName\": \"Directory management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"name\": \"b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultNamingService\",\r\n \"resourceDisplayName\": \"Key Vault name manager\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"name\": \"c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SubscriptionsServices\",\r\n \"resourceDisplayName\": \"Subscriptions service\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"name\": \"c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"name\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"FabricControllerRing\",\r\n \"resourceDisplayName\": \"Infrastructure management controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"name\": \"d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryFederationServices\",\r\n \"resourceDisplayName\": \"Active Directory Federation Services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"name\": \"d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureBridge\",\r\n \"resourceDisplayName\": \"Azure bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"name\": \"d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceUser\",\r\n \"resourceDisplayName\": \"Usage service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"name\": \"dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"name\": \"e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceUser\",\r\n \"resourceDisplayName\": \"Insights service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"name\": \"e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"StorageController\",\r\n \"resourceDisplayName\": \"Storage controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"name\": \"f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalAdmin\",\r\n \"resourceDisplayName\": \"Portal (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "43578" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -480,7 +480,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -489,19 +489,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6I29QSMrBtvTaZZ3qs213sigZF4P+yS8BvQU4T/rvKQGw2ACUY2E8JhLN2n/3A4M05vtrcKwH0vCuB1FGtnnwS4uPYFR8Hx4yA6wrGbwhKKERrAtqVu098fE+Nw+kXXp9pI3o18SE36ORc5Fzdnw" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuSUIl0jGnFZdDJOSXtbDrUlaXV7Hl4pRJclWQyt7J4p115W8xWwQNYIAKr7MVjsgiPzzLm+WcgAQJt7KoG7RSAEEBwkHbA3ck+wxPkMI9hxurmEhFbZP504q1FKCWPRx3kJeJZdq8XqssllidPNK" ], "x-ms-correlation-request-id": [ - "adfd0a1e-ccae-4f52-bee1-e4997dfa1a47" + "f6cd75ba-7d17-45c3-a5db-a43f2376e6ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" + "13904" ], "x-ms-request-id": [ - "adfd0a1e-ccae-4f52-bee1-e4997dfa1a47" + "f6cd75ba-7d17-45c3-a5db-a43f2376e6ca" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:adfd0a1e-ccae-4f52-bee1-e4997dfa1a47" + "LOCAL:20180203T050454Z:f6cd75ba-7d17-45c3-a5db-a43f2376e6ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -513,26 +513,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0414499b-2f9a-486d-88bb-d8573e1510ec?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzA0MTQ0OTliLTJmOWEtNDg2ZC04OGJiLWQ4NTczZTE1MTBlYz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9jMTk3MWM1OC1lYjAxLTQ3NjEtYmJlMi04Yzg5N2ZjMzBlNTYvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc55a2ea-03c2-4467-9609-62ce06ab6f26" + "f9310f1a-a6c7-4d90-9e4b-af01332be77f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"name\": \"0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ComputeController\",\r\n \"resourceDisplayName\": \"Compute controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": []\r\n}", "ResponseHeaders": { "Content-Length": [ - "1164" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -544,7 +544,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -553,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+yjoM4GEeduygn5m5Qdf/xoIHpT3FITu66MtKlforTlv64wslEBUaevNmoFD8n8yZLBlvn7WfSCh3svbWIKOG2A+8f4RscVXoPrjSYdFsVVsWbjlChSI5gq4No+evIliZyOLfkogSYYkZ3Y3OZxT" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqzI7g/lCUwZmn+nkOxcEFLTIE/5wYlRgLbKR4OEMBxTmcz/QJp5zzTn+76plv9sfHSv8OsIosvRvJhC/yZyxSnx5Bs5X1EVVoLP2IBWoRzo5/g8XLri2Ih8KJXUxRAK+irXBN1qqwCBg+EYZ5R5f" ], "x-ms-correlation-request-id": [ - "981ec3c0-cde0-4cb9-bc85-ab59236b5503" + "608f6fc9-3abd-42c4-bbb2-8d0f3c78da3b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" + "13903" ], "x-ms-request-id": [ - "981ec3c0-cde0-4cb9-bc85-ab59236b5503" + "608f6fc9-3abd-42c4-bbb2-8d0f3c78da3b" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:981ec3c0-cde0-4cb9-bc85-ab59236b5503" + "LOCAL:20180203T050454Z:608f6fc9-3abd-42c4-bbb2-8d0f3c78da3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -577,26 +577,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/184b3d84-68c9-46b3-81e6-bab21b92c1c5?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzE4NGIzZDg0LTY4YzktNDZiMy04MWU2LWJhYjIxYjkyYzFjNT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fefdf07-53f9-46a0-bb4f-6f993a6d0ef7" + "d061dbeb-972d-430f-be53-426ae8d77928" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"name\": \"184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"name\": \"0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceAdmin\",\r\n \"resourceDisplayName\": \"Usage service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"name\": \"0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryCertificateServices\",\r\n \"resourceDisplayName\": \"Certificate management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"name\": \"0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NonPrivilegedApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"name\": \"136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"name\": \"172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultNamingService\",\r\n \"resourceDisplayName\": \"Key Vault name manager\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"name\": \"19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ComputeController\",\r\n \"resourceDisplayName\": \"Compute controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"name\": \"1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"RASGateway\",\r\n \"resourceDisplayName\": \"Edge gateway\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"name\": \"1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalUser\",\r\n \"resourceDisplayName\": \"Portal (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"name\": \"1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"StorageController\",\r\n \"resourceDisplayName\": \"Storage controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"name\": \"1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"name\": \"2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceUser\",\r\n \"resourceDisplayName\": \"Usage service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"name\": \"35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerAdmin\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"name\": \"3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SubscriptionsServices\",\r\n \"resourceDisplayName\": \"Subscriptions service\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"name\": \"47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NetworkControllerRing\",\r\n \"resourceDisplayName\": \"Network controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"name\": \"491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"BackupController\",\r\n \"resourceDisplayName\": \"Backup controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"name\": \"4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureConsistentStorageRing\",\r\n \"resourceDisplayName\": \"Storage services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"name\": \"79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerUser\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"name\": \"815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceAdmin\",\r\n \"resourceDisplayName\": \"Authorization service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"name\": \"82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"name\": \"854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceUser\",\r\n \"resourceDisplayName\": \"Gallery service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"name\": \"892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"EnterpriseCloudEngine\",\r\n \"resourceDisplayName\": \"Infrastructure deployment\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"name\": \"8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"HealthMonitoring\",\r\n \"resourceDisplayName\": \"Health controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"name\": \"9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ServicesController\",\r\n \"resourceDisplayName\": \"Infrastructure role controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"name\": \"9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"FabricControllerRing\",\r\n \"resourceDisplayName\": \"Infrastructure management controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"name\": \"9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryDomainServices\",\r\n \"resourceDisplayName\": \"Directory management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"name\": \"a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SLBMultiplexer\",\r\n \"resourceDisplayName\": \"Load balancer multiplexer\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"name\": \"a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"name\": \"a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceUser\",\r\n \"resourceDisplayName\": \"Authorization service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"name\": \"b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalAdmin\",\r\n \"resourceDisplayName\": \"Portal (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"name\": \"b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceAdmin\",\r\n \"resourceDisplayName\": \"Insights service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"name\": \"b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"MicrosoftSQLServer\",\r\n \"resourceDisplayName\": \"Internal data store\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"name\": \"cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SeedRing\",\r\n \"resourceDisplayName\": \"Privileged endpoint\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"name\": \"cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"name\": \"d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryFederationServices\",\r\n \"resourceDisplayName\": \"Active Directory Federation Services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"name\": \"d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceUser\",\r\n \"resourceDisplayName\": \"Insights service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"name\": \"d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageBridge\",\r\n \"resourceDisplayName\": \"Usage bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"name\": \"e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceAdmin\",\r\n \"resourceDisplayName\": \"Gallery service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"name\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureBridge\",\r\n \"resourceDisplayName\": \"Azure bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "1204" + "44733" ], "Content-Type": [ "application/json; charset=utf-8" @@ -608,7 +608,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -617,19 +617,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXa9AI28tIKHy1uIXMLa/37jvOmuW/kW1fqQaCHIZIaAmzSdRoNM51iHxoQUwxweLXcXPKNxF9XgzC6vCbNnRU5iJuBwx/Wq/PkhBIt3KUf3BdGFxcemoTrBEG6c6vAi/crUILE9r8/0t6yyRWGmp" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlOBtv0JTC/ZnW5Sd6QmFfwy3LxlIbzIzY5xf/GSE8cjuuTcaiH3RRminkr+03oY9tryyIsiNnFbVGWslFV4S7elEwlraFlEf5LRm1kkUt4TgQXBhhAk/i1rBPmXC+DCLzSrjS5NsWXUxgBvcglGm" ], "x-ms-correlation-request-id": [ - "d38ef16e-3c9c-41fe-b84c-b832f9619f3d" + "578d5e30-59b8-4a23-916f-f29d70c6c054" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" + "13902" ], "x-ms-request-id": [ - "d38ef16e-3c9c-41fe-b84c-b832f9619f3d" + "578d5e30-59b8-4a23-916f-f29d70c6c054" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:d38ef16e-3c9c-41fe-b84c-b832f9619f3d" + "LOCAL:20180203T050454Z:578d5e30-59b8-4a23-916f-f29d70c6c054" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -641,26 +641,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2df06d73-895e-4b34-86ba-2ed9996de5b9?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzJkZjA2ZDczLTg5NWUtNGIzNC04NmJhLTJlZDk5OTZkZTViOT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0b73a82b-8585-4e0d-b0a3-74430be48c9b?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzBiNzNhODJiLTg1ODUtNGUwZC1iMGEzLTc0NDMwYmU0OGM5Yj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ea125c2-158e-4c9f-9063-f25f70366e4f" + "dc3875d3-0bc6-4285-a29b-26327f67757d" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"name\": \"2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ServicesController\",\r\n \"resourceDisplayName\": \"Infrastructure role controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"name\": \"0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceAdmin\",\r\n \"resourceDisplayName\": \"Usage service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1178" + "1175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -672,7 +672,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -681,19 +681,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzmBZEfhQx9I1e+RZaax2eyv56UB6MqKBe6UkadotXccHuXamhYX70+yabJRDG72WSZ8luSWCJH06WZgbD0fMr3U0nPefCVtnrvIqQ6HliDQ6yZT3kSx/Wo5RCUh2j645GqvFGnTmfd1VMykiLb/u" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvckHLsNd/datOy4KVxylFiPVSuTwbFHYRX6kMAaMSJw02enhrcaiqoaRFpIQBNb+pE1vjePd/5TvCOwBU71WdT3hVbLXoLgN+1k5bDhbcOLSMBMtBbdL0nVVVp5g3Nxps9s1OSHSvEOWhmkUt1C+O" ], "x-ms-correlation-request-id": [ - "acbf1fed-7aae-44ee-9727-125218c8580a" + "3494d5f0-b14d-4dd6-9405-d5ce9385892a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" + "13900" ], "x-ms-request-id": [ - "acbf1fed-7aae-44ee-9727-125218c8580a" + "3494d5f0-b14d-4dd6-9405-d5ce9385892a" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:acbf1fed-7aae-44ee-9727-125218c8580a" + "LOCAL:20180203T050454Z:3494d5f0-b14d-4dd6-9405-d5ce9385892a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,26 +705,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f44b781-4af4-4c8c-97e0-219c4ed9984f?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzJmNDRiNzgxLTRhZjQtNGM4Yy05N2UwLTIxOWM0ZWQ5OTg0Zj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf3e5b1-b08d-407b-9542-14d31bc0ae46?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzBiZjNlNWIxLWIwOGQtNDA3Yi05NTQyLTE0ZDMxYmMwYWU0Nj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "addf687f-a3bc-4c3a-b086-4c4bd4701b01" + "55cc8924-ddca-4a61-a277-01e9a98336b4" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"name\": \"2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NetworkController\",\r\n \"resourceDisplayName\": \"Network controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"name\": \"0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryCertificateServices\",\r\n \"resourceDisplayName\": \"Certificate management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1164" + "1202" ], "Content-Type": [ "application/json; charset=utf-8" @@ -736,7 +736,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:53 GMT" ], "Pragma": [ "no-cache" @@ -745,19 +745,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8cy+ho3VmfHMDwxfcMeQwMiBy3Er7e+Uh9lVoEzitjUZT9KXlU3/sCmCCCmb7I88kkFJeDe60+UvKLXnUL8SrIYAIXcGxE9yh0uptDu1noN94EhOi5JI6iiZ3WhSlV1yb1IuIXuTeCQaLdoda+3C" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvV4Q5PWx/MrM/OoKZLXGcoGdCAgBYuuoRM8J9RhfgqcuenF0sBrzqtK6KPubL0zl/qRTPxDjiX5iOnE5V/8Bm19M+skZO21arFbZI5idMfInbgri8Vyj/he5O8eE2Yt+eXmVEzpdTiJJoMg2j8wZi" ], "x-ms-correlation-request-id": [ - "fc4327aa-5c5f-4e6f-9687-50afc6422ac3" + "b31de9e8-6f84-43a7-9481-fca12b84f22c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" + "13899" ], "x-ms-request-id": [ - "fc4327aa-5c5f-4e6f-9687-50afc6422ac3" + "b31de9e8-6f84-43a7-9481-fca12b84f22c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:fc4327aa-5c5f-4e6f-9687-50afc6422ac3" + "LOCAL:20180203T050454Z:b31de9e8-6f84-43a7-9481-fca12b84f22c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -769,26 +769,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzMxZmJlY2JmLTRkNWItNGQxZS04YjU3LWY5MDRmOTVjYTRjYj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf66cb2-f8c1-4bed-9b81-795c335854d5?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzBiZjY2Y2IyLWY4YzEtNGJlZC05YjgxLTc5NWMzMzU4NTRkNT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e25e5ef1-bd8a-4393-804a-f6b5f129392e" + "0abcc461-c644-4794-9008-261102f871ab" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"name\": \"31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerAdmin\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"name\": \"0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NonPrivilegedApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1200" + "1205" ], "Content-Type": [ "application/json; charset=utf-8" @@ -800,7 +800,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -809,19 +809,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpcz7okbU5N3wPd+ww8RTOvM/xCslLxSgsQoU4s/c+UACzGFhRKG/nXEegfMSjbc5ZwzyIuNIKpkXPDesU+FIHq5jZBlaaBu/nC63QG14F3co9Ou0UB01D+YwgsgMWAP0GBLHtKHPS2yfb7H7DFSZ" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYgNxQ7yjm3/yF61BD/Z0G2/G60p+wh4UO8GakGtBuAcpWs3KXqumAjDHk2J40IjnKuTRdVH88LPqww/K+5rFGx00Xw4/uLTZJ+rNo8RVGi/+vcX4sSsZExOCWgg8oid8nf1kgK6cYvx5bnZchQ4p" ], "x-ms-correlation-request-id": [ - "4cade887-32b5-4322-8617-3f1e3f9c59b8" + "107d70f6-935f-49a2-9797-5cdabe533f45" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" + "13898" ], "x-ms-request-id": [ - "4cade887-32b5-4322-8617-3f1e3f9c59b8" + "107d70f6-935f-49a2-9797-5cdabe533f45" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:4cade887-32b5-4322-8617-3f1e3f9c59b8" + "LOCAL:20180203T050454Z:107d70f6-935f-49a2-9797-5cdabe533f45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -833,26 +833,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/396f261b-06f9-4532-b060-bda463de8e93?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzM5NmYyNjFiLTA2ZjktNDUzMi1iMDYwLWJkYTQ2M2RlOGU5Mz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/136d81b7-1f0d-413c-b49f-6e174cc08547?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzEzNmQ4MWI3LTFmMGQtNDEzYy1iNDlmLTZlMTc0Y2MwODU0Nz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6597640e-c3ce-4729-9b76-64611d19f3f1" + "bbc42d54-1a1f-4bdc-a892-6a5f3956dd26" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"name\": \"396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"RASGateway\",\r\n \"resourceDisplayName\": \"Edge gateway\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"name\": \"136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1144" + "1204" ], "Content-Type": [ "application/json; charset=utf-8" @@ -864,7 +864,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -873,19 +873,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtzPMSuAQzX/AYblo85kddHqcojOb2m7c088+uDHOR/biTWuL6qHg/YlL8rcWRnnK4z86bpTGcyZQv36ClMoF229RuV7fJbzuWlDWFQLcPYfdGGwR4UrkuGmh+u9aaIWYATarl8cdkbq52wwaNZho" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmulmQbroQL0goRlSZ+LI2ZsRu++FT4a5ge1C3HdowNFAya4UpSrAddL+pj+T6748aWKXtyrrUwARIMXaKJ6j9y6MFd7oN+pwuj5NxX4Cy6yAK3R3sX/v8KtRgfIdCbRUkX6UKVru0IaFvuFHtvb6" ], "x-ms-correlation-request-id": [ - "04949056-4349-479a-ab2b-6111bd4834a2" + "0a35e4fc-8e1f-4f4e-807a-d6c20c452c45" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" + "13897" ], "x-ms-request-id": [ - "04949056-4349-479a-ab2b-6111bd4834a2" + "0a35e4fc-8e1f-4f4e-807a-d6c20c452c45" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:04949056-4349-479a-ab2b-6111bd4834a2" + "LOCAL:20180203T050454Z:0a35e4fc-8e1f-4f4e-807a-d6c20c452c45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -897,26 +897,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzNiYTNkMzAyLTVjYjAtNGNmMi1iYmYwLWQ3OGI4NjQ0MWJjOD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/172bd163-e9c3-4a2d-9b61-6cf97abd022b?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzE3MmJkMTYzLWU5YzMtNGEyZC05YjYxLTZjZjk3YWJkMDIyYj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca1ea3da-8d6c-41f3-9382-9facd003d56d" + "579c9106-7673-4d4a-9904-1538b0fe3c91" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"name\": \"3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceAdmin\",\r\n \"resourceDisplayName\": \"Insights service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"name\": \"172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultNamingService\",\r\n \"resourceDisplayName\": \"Key Vault name manager\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1184" + "1176" ], "Content-Type": [ "application/json; charset=utf-8" @@ -928,7 +928,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -937,19 +937,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvukXXgCIBe3BBjjGHefp5pwAMHTN0cDcw3PUx1MOWWWyAoxZI8rFfehkCroQoJhm2Q8i1uPLXF8TZ1qqg2LlNT0+sXpYNwdfIa9+GK5t8riaoqOH3nf+17O7v46ZQ73uOdCbd2bUyfFAJoWS04app" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlXqeD7YNmyw+UHEIOeSwcVc1vJ/zI418wHhaAiMQ4Fu9J+29l0nriBPAkgHAiknpC56C0zsMpOh+Vu+p5T9cV3S//AHicK0ax4lSPsusj6aq2Tw1MtYCKQSRlUHzVehLCPcd5rhQqXSfIM0lh9HA" ], "x-ms-correlation-request-id": [ - "117d03f3-e7de-4cc6-b54a-f1261138cb3c" + "73bd7695-3bee-4c9a-b6ec-7c99cb2ed96b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" + "13896" ], "x-ms-request-id": [ - "117d03f3-e7de-4cc6-b54a-f1261138cb3c" + "73bd7695-3bee-4c9a-b6ec-7c99cb2ed96b" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:117d03f3-e7de-4cc6-b54a-f1261138cb3c" + "LOCAL:20180203T050454Z:73bd7695-3bee-4c9a-b6ec-7c99cb2ed96b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -961,26 +961,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzNkZmJjZGRhLWZiYTgtNDVlYy1hOGE1LWM0YzJmOTU1ZWU2OT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/19ded84b-b6d8-43fa-897a-784bbf414ad4?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzE5ZGVkODRiLWI2ZDgtNDNmYS04OTdhLTc4NGJiZjQxNGFkND9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b203a86f-6187-4f94-a56c-4bce925efe55" + "90bedd58-8021-4566-b789-bab7dc223ed6" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"name\": \"3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"EnterpriseCloudEngine\",\r\n \"resourceDisplayName\": \"Infrastructure deployment\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"name\": \"19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ComputeController\",\r\n \"resourceDisplayName\": \"Compute controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1179" + "1164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -992,7 +992,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1001,19 +1001,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIg3WmScwXVKhmjYI+VUp1Ao9ZE3i/jCOMDEJmZKp9OUcOnVHi4FQeri+QmNI2R6+kpuO9vjVESkAoPIw0MznMqWJ28YSWRepnPnWoA1r4gp120o9cpXqLefz6w4y3kkPJLVyp4UsXKczfUQNhnet" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtP0ET1R5UDsVZ3QEysQVuTH+HHVydvg3BSLwMihb48E18LNZRG+4pHDuHqfQHDkXqSvtEWvU2mJZDrk6J/AdLdC+GGanH6hjY25vNnlSHEKAiKmFOHd/geVtiXv1zBRfHF4ya3rQ8CIFjLrwoGAu" ], "x-ms-correlation-request-id": [ - "4342cb74-85c1-4028-a6d1-36bbb93918c5" + "d3f9c221-f5a5-40ee-a0f8-7ef8ecf6dd5b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" + "13895" ], "x-ms-request-id": [ - "4342cb74-85c1-4028-a6d1-36bbb93918c5" + "d3f9c221-f5a5-40ee-a0f8-7ef8ecf6dd5b" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:4342cb74-85c1-4028-a6d1-36bbb93918c5" + "LOCAL:20180203T050454Z:d3f9c221-f5a5-40ee-a0f8-7ef8ecf6dd5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1025,26 +1025,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4153b36c-e574-4f4e-af81-d2d3f2e46cb4?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzQxNTNiMzZjLWU1NzQtNGY0ZS1hZjgxLWQyZDNmMmU0NmNiND9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1aa0cdd5-f49c-45c0-a583-a3f453539ff1?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzFhYTBjZGQ1LWY0OWMtNDVjMC1hNTgzLWEzZjQ1MzUzOWZmMT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58d18e5d-0049-4c68-b8ba-ef9b694ad796" + "66f19d48-f646-438c-9ffd-76a2c1fda150" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"name\": \"4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryCertificateServices\",\r\n \"resourceDisplayName\": \"Certificate management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"name\": \"1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"RASGateway\",\r\n \"resourceDisplayName\": \"Edge gateway\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1202" + "1144" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1056,7 +1056,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:56 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1065,19 +1065,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcT5RfSQGj1/ly5AyRslGSWzRgGA2d4Al+NUaE8+EKXKopB+gEV/rDXUpNrH6eR7dpORagiZwq7sI/Wo09MrpPbo8wWqgwnEw9/rysqokbQ2ynAtM4nLUKC7ZW1qEygnUIPJJrSJZ8Fu8kCglY6tG" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/GoVLyzMo81xfo+nqxGtaJnfjlv+70XkoqmO8xryn3Fw790yQUdzqVcjyhMCq6Z/j1XWelmOXvTuJsw3a63mYic4piDAS67hh6J4EontqhYuu2fPugTswZlQSegwe6u+5mjtDLrPf6LndLeKOKTG" ], "x-ms-correlation-request-id": [ - "bc7e9eda-2738-46e3-a438-b081460594d6" + "569f734e-333c-4aaf-ac97-bcfa5802e253" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" + "13894" ], "x-ms-request-id": [ - "bc7e9eda-2738-46e3-a438-b081460594d6" + "569f734e-333c-4aaf-ac97-bcfa5802e253" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214356Z:bc7e9eda-2738-46e3-a438-b081460594d6" + "LOCAL:20180203T050454Z:569f734e-333c-4aaf-ac97-bcfa5802e253" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1089,23 +1089,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4d28f77a-5fb1-4e49-bc68-fad4a703b1da?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzRkMjhmNzdhLTVmYjEtNGU0OS1iYzY4LWZhZDRhNzAzYjFkYT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1b3a1fd7-47c8-4970-88ce-2494c4e2228a?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzFiM2ExZmQ3LTQ3YzgtNDk3MC04OGNlLTI0OTRjNGUyMjI4YT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e0e7bb7-6e5e-4c2f-853d-715e4e095a08" + "4b5de1b7-08ab-4694-8814-cd88230b1a66" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"name\": \"4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalUser\",\r\n \"resourceDisplayName\": \"Portal (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"name\": \"1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalUser\",\r\n \"resourceDisplayName\": \"Portal (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "1145" @@ -1120,7 +1120,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1129,19 +1129,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvc7AaS710MvFv28yU2Pilqv4xKFRubnxV7BHEyxX0s/rzw5yd4mlamRWYuVj3/9qoBOK827TJScpt1FL5RWhCCWVZU2gb/Hh0T+HNZf73PXIuzRmt4rjdH7OJug6hscR9eDqquY3hUBxKbIgDLQY0" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvttgPDaDxxHKKmKOzMFnQuNN7UQAbyOkUOo9dU+vptuzNylJTktZXdK7t7QdXYHNBObyTjI70gR2APhSSf53zjG500ZMsG8X+T8sMktZ3GsVzFT5sLqORKs0UEIHdXOBprIcGa97o3+r6TYYNJtVp" ], "x-ms-correlation-request-id": [ - "683f665a-9abc-40b1-89fc-391d7f19e133" + "ab2a456d-fb13-4b89-b91a-2c3f1c3199de" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" + "13893" ], "x-ms-request-id": [ - "683f665a-9abc-40b1-89fc-391d7f19e133" + "ab2a456d-fb13-4b89-b91a-2c3f1c3199de" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:683f665a-9abc-40b1-89fc-391d7f19e133" + "LOCAL:20180203T050455Z:ab2a456d-fb13-4b89-b91a-2c3f1c3199de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1153,26 +1153,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5492ed3b-f8ca-4e6d-85c6-428337ae02a4?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzU0OTJlZDNiLWY4Y2EtNGU2ZC04NWM2LTQyODMzN2FlMDJhND9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1e3d6a94-5d11-472c-8644-5b5a867cfc92?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzFlM2Q2YTk0LTVkMTEtNDcyYy04NjQ0LTViNWE4NjdjZmM5Mj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf40b786-7ebf-438e-8f58-698c58172e7b" + "325f8b2c-b647-41c8-9a4f-c7b2b23890dc" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"name\": \"5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SLBMultiplexer\",\r\n \"resourceDisplayName\": \"Load balancer multiplexer\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"name\": \"1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"StorageController\",\r\n \"resourceDisplayName\": \"Storage controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1165" + "1164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1184,7 +1184,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1193,19 +1193,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvq9H5PLPcww2+d+6NGzx0T00pjIvYBB3IPYOC8vSjZg43OHqSEMAKOyZ9wL8bAPDC9U5g61cjn63B0bTztDosenEGBdTMa33Avxq2RXMjxowCwekDesIeg+XsM2cCtrwj67y8F6ea7TzuN1fRsuxj" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvG7Dh4s89zYDqcwzH8X6ei/GYsivFdxmsZvxGxK6rgLQ+tvLTlIjkZL81V8T2aVLtVs1mSCQ6tplJLkieq/5eSU/6i77Rd47z7fv27FdjgLlWPXJqiXNjTUh0CCzKfdZR74aB725zD9LvNaYFmZaj" ], "x-ms-correlation-request-id": [ - "d029e529-107f-40e4-85b2-fbfd93960df4" + "daf00187-0b94-4f96-a5ab-c880c2ce737c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" + "13892" ], "x-ms-request-id": [ - "d029e529-107f-40e4-85b2-fbfd93960df4" + "daf00187-0b94-4f96-a5ab-c880c2ce737c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:d029e529-107f-40e4-85b2-fbfd93960df4" + "LOCAL:20180203T050455Z:daf00187-0b94-4f96-a5ab-c880c2ce737c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1217,26 +1217,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5e53a6eb-3797-4c4e-bd1c-325a89c881e1?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzVlNTNhNmViLTM3OTctNGM0ZS1iZDFjLTMyNWE4OWM4ODFlMT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1fbfd59e-a22d-41ca-9daf-f4df0ca11b92?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzFmYmZkNTllLWEyMmQtNDFjYS05ZGFmLWY0ZGYwY2ExMWI5Mj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7752264b-8886-467d-8edc-21d79b79b386" + "fe5df0f5-79f3-4765-ade8-dd5f1ca396c5" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"name\": \"5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"BackupController\",\r\n \"resourceDisplayName\": \"Backup controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"name\": \"1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1161" + "1170" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1248,7 +1248,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1257,19 +1257,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRNpuD8zsJ3QxSy2LSeT/zDOFrLE/8boOrt45zsBl6/dn4W4L7k2nP7S/DEt9/PLnfLKL03brMSm6pM5Ync7Fd8HBsapm5Qw/5wLvuai0OSye1przQUvXFSED5Ye45525socbwH4AdHVmVYOm3Xly" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvq2nauTDLD08gFB5kTLU+CXsDi5VxrBE740R1l3AmSoK7O18/WrAyTkIYhW1QZsOv9jv0KLbeDHaiRRHAjdOlD1aKI8FHPQBiTs/0CXXje3F4bsL0vjzewM0+/pYjIbtYqrEAUCz0/vZpuU/KcUFz" ], "x-ms-correlation-request-id": [ - "8c0bd54d-8f9b-464e-826f-870295c54f16" + "a31db16c-5341-4802-9167-c12e740f24b2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" + "13891" ], "x-ms-request-id": [ - "8c0bd54d-8f9b-464e-826f-870295c54f16" + "a31db16c-5341-4802-9167-c12e740f24b2" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:8c0bd54d-8f9b-464e-826f-870295c54f16" + "LOCAL:20180203T050455Z:a31db16c-5341-4802-9167-c12e740f24b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1281,26 +1281,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f392616-929f-48d4-a561-4004c1723d26?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzVmMzkyNjE2LTkyOWYtNDhkNC1hNTYxLTQwMDRjMTcyM2QyNj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f08ace8-9e06-4d69-9df3-c4de057a99ad?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzJmMDhhY2U4LTllMDYtNGQ2OS05ZGYzLWM0ZGUwNTdhOTlhZD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f558f5c4-a20a-4799-831f-1733ae74eb8c" + "f3ea985b-0dd9-43fc-9a41-61143841bab6" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"name\": \"5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"name\": \"2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceUser\",\r\n \"resourceDisplayName\": \"Usage service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1188" + "1164" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1312,7 +1312,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1321,19 +1321,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvulOXyceGAHylWesaOk8iWu+1MmVvPsX6Q8kIsoTjdolV0hhBGacSbPnCY+HTKlYwCE/PnkFKzKCeKmXL4CQcI+qn4iOmSzSQOMZxw7ZkFl/yt+Uq0toHimrXhUtlmbF5EMXUhrlkrULwtDMkc4UY" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFZQi6sJIdAtGYwzh9h5QlCmTUdGxAQplvQXKcoE5CU3EojQZNyZmxx5d9Nj6gYQNOR9gZ6+OASSCFCWiQPuQfTd1JXOR2ZjYyNKsj/ERSg18qBBubylA7eIHHB2kbtGhvcJeKv4qQpoXHeRhoonu" ], "x-ms-correlation-request-id": [ - "6cf4eeab-62d7-413e-859c-dd7eed10f2c9" + "22ed2070-c546-4444-aaff-314611a6c37f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" + "13890" ], "x-ms-request-id": [ - "6cf4eeab-62d7-413e-859c-dd7eed10f2c9" + "22ed2070-c546-4444-aaff-314611a6c37f" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:6cf4eeab-62d7-413e-859c-dd7eed10f2c9" + "LOCAL:20180203T050455Z:22ed2070-c546-4444-aaff-314611a6c37f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1345,26 +1345,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzVmOTNlZDM3LTk1YTMtNGJiNy1hZTY2LTliOGE2ZmVmNzlhZD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/35898703-9f46-49c8-b132-918d20fcd3f5?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzM1ODk4NzAzLTlmNDYtNDljOC1iMTMyLTkxOGQyMGZjZDNmNT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f3e813c-3c39-49aa-acc3-4d1a8c7a2332" + "aa45a83b-7e84-494e-b464-94171c36f79e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"name\": \"5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SeedRing\",\r\n \"resourceDisplayName\": \"Privileged endpoint\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"name\": \"35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerAdmin\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1147" + "1200" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1376,7 +1376,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1385,19 +1385,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLiLS910TxZGVVmnHMlkBi+S57K3Oq1/RUg2ptWynQZG/WBMA8ejld7DVtRK1SjRE0RXE5HSIVKQCpneyOe6EZ+9f4U+fZuxWMvE0mLS6kaM4zIthlVGIe1qV2AaGza8W8cssOKcO5bfJbbCVlV04" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAGktJuKRbXZyhQSuzewYXmkJdFIqCWA+R00ZfPp1Mg0Gp6laxLt54YSAnNufmKb1tM2XFMdqTp6mECGlmD/D2Hj5JQHC5sltL3v787wwysmYmYjL0qEAoUhHOySmNLnc6MuYOgEmeAVD0HYwuc2w" ], "x-ms-correlation-request-id": [ - "08965456-a6d1-4156-85a0-7bad0e832471" + "721a41fd-80fb-4ddf-8098-9be94317ce61" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" + "13889" ], "x-ms-request-id": [ - "08965456-a6d1-4156-85a0-7bad0e832471" + "721a41fd-80fb-4ddf-8098-9be94317ce61" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:08965456-a6d1-4156-85a0-7bad0e832471" + "LOCAL:20180203T050455Z:721a41fd-80fb-4ddf-8098-9be94317ce61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1409,26 +1409,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/637b5b8b-37c9-494c-9a08-60a8170afe9f?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzYzN2I1YjhiLTM3YzktNDk0Yy05YTA4LTYwYTgxNzBhZmU5Zj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3d9bbb45-63a4-48a6-ba9d-9809c2f233e1?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzNkOWJiYjQ1LTYzYTQtNDhhNi1iYTlkLTk4MDljMmYyMzNlMT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5e3fd5e-4cd5-46f1-9939-d255b32b4aed" + "77518fec-0fef-4cc8-9b16-f7ca90563965" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"name\": \"637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"HealthMonitoring\",\r\n \"resourceDisplayName\": \"Health controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"name\": \"3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SubscriptionsServices\",\r\n \"resourceDisplayName\": \"Subscriptions service\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1161" + "1175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1440,7 +1440,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1449,19 +1449,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTYLmeZfy/JIjB59qZilqKFRfOcBzXpP4r/ZKPlZWSSZjxoevZX3aZbtxCuStX/705apZi+TEceyGHfdMlC8OBE6C6z/3kMV8BlmNXk4vaaLklKA23ZC7jGgony9kp8BvWH5oVAnOsmI/2n20CmBp" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXxttOvGeVcuDzbVR2BOPvshUVPJNlKPLp+R4hX3pv14WxLXFtRb/fyGEGgJamQRKisSjXgLo5w6uxY5Jd+cSsikeH1fMIrTW9V/mFz0RGDkTbOuvv0hguOYr9bdmaxHBFPZVnUrCiPzK66yknebN" ], "x-ms-correlation-request-id": [ - "03936bf0-b655-4ed0-8506-ec8070ec4b64" + "55a5c304-f3f8-4e0a-b05c-affa27ed1cb9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" + "13888" ], "x-ms-request-id": [ - "03936bf0-b655-4ed0-8506-ec8070ec4b64" + "55a5c304-f3f8-4e0a-b05c-affa27ed1cb9" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:03936bf0-b655-4ed0-8506-ec8070ec4b64" + "LOCAL:20180203T050455Z:55a5c304-f3f8-4e0a-b05c-affa27ed1cb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1473,26 +1473,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/644e453a-5dcb-48b0-ba8d-b67a798400cc?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzY0NGU0NTNhLTVkY2ItNDhiMC1iYThkLWI2N2E3OTg0MDBjYz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/47f7533c-9e09-496a-b121-6ca104a5e158?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzQ3Zjc1MzNjLTllMDktNDk2YS1iMTIxLTZjYTEwNGE1ZTE1OD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef243504-abe9-48ff-b6b6-2673633ec6b0" + "20bc7e0c-9bd8-461c-ad66-c9cf728aa8b3" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"name\": \"644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceUser\",\r\n \"resourceDisplayName\": \"Gallery service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"name\": \"47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NetworkControllerRing\",\r\n \"resourceDisplayName\": \"Network controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1170" + "1172" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1504,7 +1504,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:54 GMT" ], "Pragma": [ "no-cache" @@ -1513,19 +1513,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXmKe3WUt7Y41KD7CENQgYBbrmZ9htOiRse3GqrZ++NVVIOjrRHLVZJRUb2tdP0EX71XJf2w/RNFAEfwsOkBIZyah6Q/r4sBzvM7u2yYODSs9QeCGiVJHrUycv9hFvYUe2OCF3Wv3g0o4i+qcWMut" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvj5DfmwWECeKImgEaZjdmIYeyMkO8ohqxUQC7mHwar+PbxznBflXwMzDLYsIj1iI0SO25PUdUuu2Czen3yyW1JkYN3HOpJzawvK/2mAMbLgObD2fZ7s4QLMimI/CbIogn+WHPoJ0+1MKzOix9LVuD" ], "x-ms-correlation-request-id": [ - "5d474d51-bd9b-4f9e-b74f-ca2739d6b154" + "67bb11aa-2af1-4307-b462-5147393bebb8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" + "13887" ], "x-ms-request-id": [ - "5d474d51-bd9b-4f9e-b74f-ca2739d6b154" + "67bb11aa-2af1-4307-b462-5147393bebb8" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:5d474d51-bd9b-4f9e-b74f-ca2739d6b154" + "LOCAL:20180203T050455Z:67bb11aa-2af1-4307-b462-5147393bebb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1537,26 +1537,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/66cace75-f1a0-46d9-a3f9-79f355f02ed4?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzY2Y2FjZTc1LWYxYTAtNDZkOS1hM2Y5LTc5ZjM1NWYwMmVkND9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/491f038d-a433-4967-92d4-a3a9d42972a2?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzQ5MWYwMzhkLWE0MzMtNDk2Ny05MmQ0LWEzYTlkNDI5NzJhMj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6e0a657-cda4-48b1-bf30-bc5e39f2aa16" + "d17e7a1f-bbfb-48a0-8984-afe943f945a2" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"name\": \"66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureConsistentStorageRing\",\r\n \"resourceDisplayName\": \"Storage services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"name\": \"491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"BackupController\",\r\n \"resourceDisplayName\": \"Backup controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1180" + "1161" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1568,7 +1568,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -1577,19 +1577,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/3em8FSbyrmO/X9Oem722E1Wu+b38M0zsYm00Y6vzPK1+LRPQhXm2PAzU1kymza6pX4RKPDAZi3agYobA6ar5WWJ6z1d8EBe5mD9o46ohJ+tsqhwc2doe4PFYK1MUlRfdPQOiXvpxuVWVkxzjxii" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEoEK/OcjLAQbSQbs5tlokFOkLts1v0Oy055bwx2ICSY3xbETAGVRl3aXiFG4MFeBtNzLMPmtybVcqfWzbm0oKIO6+SgwWtwIq0SF/cGg6c3bJQtTxFJB8/bhvBX2almGR/BEP+U0LUqnsJ9+WAi2" ], "x-ms-correlation-request-id": [ - "aa04aa00-08dd-4991-ad10-3c2d2ff86eb3" + "704cb1f2-5883-4fcd-ad08-2fa7ee6168ea" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" + "13886" ], "x-ms-request-id": [ - "aa04aa00-08dd-4991-ad10-3c2d2ff86eb3" + "704cb1f2-5883-4fcd-ad08-2fa7ee6168ea" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:aa04aa00-08dd-4991-ad10-3c2d2ff86eb3" + "LOCAL:20180203T050455Z:704cb1f2-5883-4fcd-ad08-2fa7ee6168ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1601,26 +1601,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/6ba0cf59-21e0-4493-8636-d4c0a0f63f57?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzZiYTBjZjU5LTIxZTAtNDQ5My04NjM2LWQ0YzBhMGY2M2Y1Nz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzRiNzQ2YzRmLTRlZjctNGUzZi1hN2Y2LTJiNGFlMjA3NWY4Yz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3bde203-4b1d-423e-95e7-f3b90fe9ea12" + "374b0417-515d-446f-bf21-14619fcc401f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"name\": \"6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceUser\",\r\n \"resourceDisplayName\": \"Authorization service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"name\": \"4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureConsistentStorageRing\",\r\n \"resourceDisplayName\": \"Storage services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1188" + "1180" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1632,7 +1632,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -1641,19 +1641,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvC6ERNpnHwxanWuPzirxB7YapsJaWGTmF6yjto6DYX31W1CpSDWXyC27zUodyo90dKBr1bvjo65csOh7xZaM4IAp3imRg0k7B0rBA8UaAcXSIx9z1XWXc31MT7ednow0xqq1GdcYtBKm7ystqDdg9" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuAF7yJ2wcNsYp3+SjBJY2ng2G8JoO7i0ZxZQEjB4dtnGX+1HaQqnd90I/EGPfLwQqEeXVcsq4XOut5gfVcKjA0RgMgeXnR87x4O8CIq6ybi/iuWoWxDRCkIymcFqNq2ZD9KaBXyBjRVRhd5ZEzCl" ], "x-ms-correlation-request-id": [ - "3f19e6a6-d800-4e27-9fcb-b53ba85bdd39" + "c22a3319-857f-47a1-a2ad-db7f7057081a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" + "13885" ], "x-ms-request-id": [ - "3f19e6a6-d800-4e27-9fcb-b53ba85bdd39" + "c22a3319-857f-47a1-a2ad-db7f7057081a" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:3f19e6a6-d800-4e27-9fcb-b53ba85bdd39" + "LOCAL:20180203T050455Z:c22a3319-857f-47a1-a2ad-db7f7057081a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1665,23 +1665,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/7b201ea5-0539-49c3-9478-aaadecdaca3c?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzdiMjAxZWE1LTA1MzktNDljMy05NDc4LWFhYWRlY2RhY2EzYz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzc5ZWFjYzUzLTBkM2EtNDVkZC1iMGIxLTNjZWIyODY2ZTJmZj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4811afa-e603-4d3e-9fe5-de16c4ff16de" + "67f80622-04e7-414f-887a-c18460319696" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"name\": \"7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerUser\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"name\": \"79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerUser\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "1189" @@ -1696,7 +1696,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -1705,19 +1705,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5q80xOKIpNRlEEFMCKolT2gjCZ3qO8cSP/3edh2omsWheIqU7JwIxuJLFR5ArLnuKRawT4l0DYW0Bs1nGbGmONbh+x44cyLgT83hywjqu+tLov/M60v0+0qp23vGD9I/iowXR8yvPpioooT6yJ5H" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7qok7ky8Egp1OKOYvLsrRyjfFlKghmSywNn52HLeLYHE/K5kwC0IrMn790GhjTeKH7JNFYxutKRzF/8VjSUA6+6+94r/G9lb4ASO7O9gSJL9cN/G4azcN43SQR1T0qQ3ME6eSQUa4PMxwkP4p4Tz" ], "x-ms-correlation-request-id": [ - "ec079711-6e14-4fe1-907d-09b5fb4471af" + "de6294b5-6bd5-4b18-b317-be2267b7c112" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" + "13884" ], "x-ms-request-id": [ - "ec079711-6e14-4fe1-907d-09b5fb4471af" + "de6294b5-6bd5-4b18-b317-be2267b7c112" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:ec079711-6e14-4fe1-907d-09b5fb4471af" + "LOCAL:20180203T050455Z:de6294b5-6bd5-4b18-b317-be2267b7c112" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1729,26 +1729,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/830841e0-0388-45c0-b641-c01c6a202145?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzgzMDg0MWUwLTAzODgtNDVjMC1iNjQxLWMwMWM2YTIwMjE0NT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/815c05df-54d0-4000-a717-d28cfac9e236?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzgxNWMwNWRmLTU0ZDAtNDAwMC1hNzE3LWQyOGNmYWM5ZTIzNj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b379783b-86f6-48a6-b533-94a61681a258" + "8eee8e6e-e18b-4c7b-9ca1-243569dffb4c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"name\": \"830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"MicrosoftSQLServer\",\r\n \"resourceDisplayName\": \"Internal data store\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"name\": \"815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceAdmin\",\r\n \"resourceDisplayName\": \"Authorization service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1167" + "1199" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1760,7 +1760,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -1769,19 +1769,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+hyu4g27fETDG2PM6dnyGmYZDukahMniZiKdDrfYOyCzUBXY6LQCQKwHom3Qi7e9qVhJEDtYMJ9IXRTcZ4D0TrVRjujpEsM8SWXC6ENFMNjMLwBddH68tIEgUb0FhPCRsgCenq/Rwx/XYmsxvdzE" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQx2cnaGWjon1KDcBsnMAn8kNNxWGAAeibrMQLcIe508TN5CGLh9yPjMocbfHZBUFcKHifjxhx+2Aa/pRpnFDmNIPMjJm0jnq5/4aFlxJstLOoYLkQmnQ+VirJ+7eZqh8VX1N9soL0bNKiV/1jxc+" ], "x-ms-correlation-request-id": [ - "56da3690-fec7-486e-90b2-f48aad99d8e2" + "52c30fb9-a2fb-474b-9d9c-ab477a5a024e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" + "13883" ], "x-ms-request-id": [ - "56da3690-fec7-486e-90b2-f48aad99d8e2" + "52c30fb9-a2fb-474b-9d9c-ab477a5a024e" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:56da3690-fec7-486e-90b2-f48aad99d8e2" + "LOCAL:20180203T050455Z:52c30fb9-a2fb-474b-9d9c-ab477a5a024e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1793,26 +1793,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/86b0371c-8dc1-4923-9461-103642e4a418?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzg2YjAzNzFjLThkYzEtNDkyMy05NDYxLTEwMzY0MmU0YTQxOD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzgyNjIxYmMxLWJmNDktNGRjOC04YzJmLWMzOWJhNTJhN2ZmMz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1b88838-18b8-4ae9-8bbf-e8d9c58829c4" + "be024922-e202-47d7-bbdc-7d706dab9171" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"name\": \"86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceAdmin\",\r\n \"resourceDisplayName\": \"Gallery service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"name\": \"82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1181" + "1188" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1824,7 +1824,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -1833,19 +1833,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqO/toTrASsagvhIBRkvRZ74axjNiYquwMnUZEHQ4YZ9eU/4aktfWRnPF3GnTPFaP9AA/kQ4LMyWjvQbqkwzZ95WzHd0rxQ6xom5B0SgVeDu2zKorpmo8TklRFfYGwnjYXTw5AQ2/urmSENuNM6Yz" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv123g+7g70CdcnLjbFP8WNJ2QENaxJgE7iU+ldJ7cmUthkJ1QmGoU7MIqZWvJ91SZJO1/V7Qx0D3ndVimv9N8eKWz0pzxy8Vg9IuW/7dauaeleopYobIlXkDWsQRT3A/xGOqCjghVQ+dsnaKKt7Rt" ], "x-ms-correlation-request-id": [ - "7d46ce07-0263-483a-9b34-6096b5ccb0eb" + "747fb94c-766d-462b-a57f-13f31d5ecdf3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" + "13882" ], "x-ms-request-id": [ - "7d46ce07-0263-483a-9b34-6096b5ccb0eb" + "747fb94c-766d-462b-a57f-13f31d5ecdf3" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:7d46ce07-0263-483a-9b34-6096b5ccb0eb" + "LOCAL:20180203T050455Z:747fb94c-766d-462b-a57f-13f31d5ecdf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1857,26 +1857,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8944c315-446f-465d-a5b7-38dbf78436fb?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzg5NDRjMzE1LTQ0NmYtNDY1ZC1hNWI3LTM4ZGJmNzg0MzZmYj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/854aa0ce-b88a-4f50-b0c8-e5f2576f4559?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzg1NGFhMGNlLWI4OGEtNGY1MC1iMGM4LWU1ZjI1NzZmNDU1OT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39f87383-6d22-4fd2-bc2a-5d8d09b2d24c" + "66fa3922-422e-4b93-9c5d-87f8fbc7eae2" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"name\": \"8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceAdmin\",\r\n \"resourceDisplayName\": \"Authorization service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"name\": \"854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceUser\",\r\n \"resourceDisplayName\": \"Gallery service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1199" + "1170" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1888,7 +1888,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -1897,19 +1897,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvN0n4NBHXa52q2zH+JJ7rlndT+1RV3OtixLehAUZAkmUU+dqauTZJpfuuinKcxAU1fmr04v1q3CSAIhgw3UqF0KHSK4KQ/TqweAa6DhU33Tt0Mm1QMoe6nbRVE5v+7Wt46eUS780s1X1pcOVPyLJM" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCyhCuj8YLT/DytYPgFeJCgrfi33Et4HoNXCcZVbnh3yu3MDCe+O2W2pbj9Ieptw5NG8TF0F5ttDssBcmHnwnV5rCtd/P5GruPsi4ghEme+x62Rycvd1py06B7m9XtLgwgRVPBFHVT8+6GcOmwfPL" ], "x-ms-correlation-request-id": [ - "ed3c0495-27be-474d-802c-b2096c648018" + "a995335b-82a6-4d50-9d81-8e42819148e7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" + "13881" ], "x-ms-request-id": [ - "ed3c0495-27be-474d-802c-b2096c648018" + "a995335b-82a6-4d50-9d81-8e42819148e7" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:ed3c0495-27be-474d-802c-b2096c648018" + "LOCAL:20180203T050456Z:a995335b-82a6-4d50-9d81-8e42819148e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1921,26 +1921,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/90519aa6-9042-437b-affe-1dd5a1122e62?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzkwNTE5YWE2LTkwNDItNDM3Yi1hZmZlLTFkZDVhMTEyMmU2Mj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/892aef91-aefc-4720-85f9-5fb64b747406?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzg5MmFlZjkxLWFlZmMtNDcyMC04NWY5LTVmYjY0Yjc0NzQwNj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "801fc674-5ccd-4d22-a00e-92bf9ff174b6" + "60ac2151-01ad-4f09-a4c3-583e816315ed" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"name\": \"90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NonPrivilegedApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"name\": \"892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"EnterpriseCloudEngine\",\r\n \"resourceDisplayName\": \"Infrastructure deployment\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1205" + "1179" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1952,7 +1952,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -1961,19 +1961,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYOpinzdGIB3Jl3S243m68ZcYCY0O4kmmsz7FfwlaENjBG7eJkyzueDLO97I6VxPvQzgHLF1UP0OzlCk8+0KwjS3ACzK8WWu8RmAQAIvDszaFCDQPYEcjNJo9SGSgPzXczM3pZ3K8U1na1lJGLZcl" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt7BAEjWb/m5nLvcGfn7z3Psa1M5f049nDtrxRF6fN4Xei4axiJ8OaR5tkmqOxkjuehM3C2Tqcna5WCP4dB5iQc6FthEM/ZOhh7OCyWVbpFbHY3nYgLleIyE7Dc210NAztGdX0f8ktu4fYJ0YgU4N" ], "x-ms-correlation-request-id": [ - "d62e3e9b-b624-4232-83ea-f74e4dc48c5b" + "cfd8fc22-b566-4924-b1b0-fdbb94839486" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" + "13880" ], "x-ms-request-id": [ - "d62e3e9b-b624-4232-83ea-f74e4dc48c5b" + "cfd8fc22-b566-4924-b1b0-fdbb94839486" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:d62e3e9b-b624-4232-83ea-f74e4dc48c5b" + "LOCAL:20180203T050456Z:cfd8fc22-b566-4924-b1b0-fdbb94839486" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1985,26 +1985,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9983690e-1252-47d3-90f8-9292b9d90cfe?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzk5ODM2OTBlLTEyNTItNDdkMy05MGY4LTkyOTJiOWQ5MGNmZT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8db380f6-bf70-4b56-bbee-1f073fbbf97d?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzhkYjM4MGY2LWJmNzAtNGI1Ni1iYmVlLTFmMDczZmJiZjk3ZD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "928c0209-7d94-46f6-a328-a2d92e4130db" + "46c17423-c22e-4019-a845-e779fd875fe5" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"name\": \"9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceAdmin\",\r\n \"resourceDisplayName\": \"Usage service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"name\": \"8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"HealthMonitoring\",\r\n \"resourceDisplayName\": \"Health controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1175" + "1161" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2016,7 +2016,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -2025,19 +2025,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9ujb3IEZnwHJCyfuxuAjOUGtHlTaWULGBLuLn9mH7HsLBUSJmmTsZBbOtWg5/2UJO4Zp2na8slWeMtAy5TLbaXe0bwqVidpLN2qeXmYhbzUElGQPmijFtgYhxGAbdlqMlFuNYGwhAcCXbT7CQEXh" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvebwv2RNRg1xqhSrelVPjkcgq8ngt9AKrshK92tC9qi4Tvx61iu0JgSKxkCNKUHtz7ERK0PKJHdMlHKMy6oY8/+VnmeHBly43Qq4C2GCJrJfPofrB26DGwQwNrf4W2LUGXDSW1kdXCCFhh2gmImss" ], "x-ms-correlation-request-id": [ - "b3fc806e-ae53-448a-a698-c8151898555e" + "65fef4de-f465-4cb1-b091-bbf0b6b5fad0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" + "13879" ], "x-ms-request-id": [ - "b3fc806e-ae53-448a-a698-c8151898555e" + "65fef4de-f465-4cb1-b091-bbf0b6b5fad0" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214357Z:b3fc806e-ae53-448a-a698-c8151898555e" + "LOCAL:20180203T050456Z:65fef4de-f465-4cb1-b091-bbf0b6b5fad0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,26 +2049,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9a8e1cef-3337-49c6-97ec-4e2da70e2357?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzlhOGUxY2VmLTMzMzctNDljNi05N2VjLTRlMmRhNzBlMjM1Nz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f2f3152-19e2-4d4b-9f78-b6034b6a0e88?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzlmMmYzMTUyLTE5ZTItNGQ0Yi05Zjc4LWI2MDM0YjZhMGU4OD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db3c96a2-73f5-488e-a207-2e877fedb2ed" + "7e753bf5-48cb-44cb-b353-776f60a40440" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"name\": \"9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"name\": \"9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ServicesController\",\r\n \"resourceDisplayName\": \"Infrastructure role controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1170" + "1178" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2080,7 +2080,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:57 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -2089,19 +2089,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsAgUXcHTfS5cV2ej+N5omKpD2UR/gqsaw3kTEtE2XdG/ZXhBkNiKpI5fvmxxAFhu+7HpHD7pk6Jarv5LZBhGvEQ92PUyGZAOqQG0hrnPWSfioBwI3EO4fCvnUXhuUaLLDugxCvLsvSFMhKjQD62R" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4PZxYOjujAPZm6xGAUjdiJdyJFDRDYuy+8HqT4Q2/ao2CzrHHakqaU6DAD5zizVuZrESjz6QvkqWcoFK0fflIdqZlhvBfIzpQ3jvJU0Ivoc8OYXm9uoMmLqMVl60fGH0lVtdIk242Qpk8H3DPMNE" ], "x-ms-correlation-request-id": [ - "b44b9b7c-1acf-4d23-b164-5ee55c2966ef" + "fb6068e7-d6fb-4172-a75f-d1183b3d36c3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" + "13878" ], "x-ms-request-id": [ - "b44b9b7c-1acf-4d23-b164-5ee55c2966ef" + "fb6068e7-d6fb-4172-a75f-d1183b3d36c3" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:b44b9b7c-1acf-4d23-b164-5ee55c2966ef" + "LOCAL:20180203T050456Z:fb6068e7-d6fb-4172-a75f-d1183b3d36c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2113,26 +2113,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9da3e57-6ade-42fd-975a-19db789c2ae0?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2E5ZGEzZTU3LTZhZGUtNDJmZC05NzVhLTE5ZGI3ODljMmFlMD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f92b932-5aa1-4598-9015-ca632200c1d1?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzlmOTJiOTMyLTVhYTEtNDU5OC05MDE1LWNhNjMyMjAwYzFkMT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "330f9a6e-bc04-43e9-8c24-c0c7b83e097c" + "e91c945d-bd19-4101-ba1f-07a2c8655fe3" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"name\": \"a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryDomainServices\",\r\n \"resourceDisplayName\": \"Directory management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"name\": \"9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"FabricControllerRing\",\r\n \"resourceDisplayName\": \"Infrastructure management controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1190" + "1188" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2144,7 +2144,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -2153,19 +2153,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvY1AqXyTh9fghUY7aQAa1/hLGyDn9vuCLEJpHwXAjYGczBDFwN3sr8KQUtHk5ttXzTvokeHbAkkw4Xd08D7ipN0pmR+QCFXZ4HWL8TwFzs+ke9SfPvB5b/CliNAFIKqkJ1KkrS4VzelJ7wnGRZooa" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvH639UqZVCE3v/X//eQdJq4ZTLngacy/FsAnHugwa+vKMv5UlOeli44Z8oyNhDGtsCmJDMOq6bN0gUZGrercsmhyLyRZIjbDoXJLaWqKRZUmZBKkaBde3ZkW9FiQrHMX0MeHycZ0MM2Tg8OjsTluf" ], "x-ms-correlation-request-id": [ - "de9a0064-2a48-406a-9d8d-80b203a5d56b" + "b25c9fa1-d7d2-48a5-ada1-5873eb64c5ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" + "13877" ], "x-ms-request-id": [ - "de9a0064-2a48-406a-9d8d-80b203a5d56b" + "b25c9fa1-d7d2-48a5-ada1-5873eb64c5ce" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:de9a0064-2a48-406a-9d8d-80b203a5d56b" + "LOCAL:20180203T050456Z:b25c9fa1-d7d2-48a5-ada1-5873eb64c5ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2177,26 +2177,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2I5MDk3ZDZmLWUzYjItNGRmYy1hMGJjLThhZDY2ZTc2NDg4YT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9ff569e4-0d12-41cd-8987-17782bc2e890?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzLzlmZjU2OWU0LTBkMTItNDFjZC04OTg3LTE3NzgyYmMyZTg5MD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a63735de-7a1c-4d23-8df6-614e1cd08ab6" + "43513b65-70a3-4f4c-9428-86b38daf4e61" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"name\": \"b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultNamingService\",\r\n \"resourceDisplayName\": \"Key Vault name manager\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"name\": \"9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryDomainServices\",\r\n \"resourceDisplayName\": \"Directory management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1176" + "1190" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2208,7 +2208,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -2217,19 +2217,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbVkYUxvLe9MpZLVieFydynpTXGbGD+PkfguWarSBieCkFeVkKGapR23/UUvRCrJKMMP61fLXM0Sw5KqMK2SOc9VpEK5KNCWOeLhZKkjDj9yaLX6J2kSAi58EvnkB9WpvQ2JNAXcCAG00hOWtnPB2" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvII9KjMyH4IHPBWDxir3gny28FlEOcBpYqk45ceJJNxUKE0c9HZClezIrHey/sq8aErkSLS24CghcOGTxPKbclSwvu8n3HSmZLKVpVPt1ezaR4LcKz9c2DOrytUzvAvdaD45cnu/1HnPycy9K/zD7" ], "x-ms-correlation-request-id": [ - "e0c0b073-d97b-4c18-b8c5-0bc414889799" + "1bca4a67-26bc-457c-895c-0ac3c71e9e6b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" + "13876" ], "x-ms-request-id": [ - "e0c0b073-d97b-4c18-b8c5-0bc414889799" + "1bca4a67-26bc-457c-895c-0ac3c71e9e6b" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:e0c0b073-d97b-4c18-b8c5-0bc414889799" + "LOCAL:20180203T050456Z:1bca4a67-26bc-457c-895c-0ac3c71e9e6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2241,26 +2241,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c4c065c2-b43a-43a9-be86-43fadb5f2b98?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2M0YzA2NWMyLWI0M2EtNDNhOS1iZTg2LTQzZmFkYjVmMmI5OD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a56babc2-4625-45be-877d-4ef8b4b24d5c?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2E1NmJhYmMyLTQ2MjUtNDViZS04NzdkLTRlZjhiNGIyNGQ1Yz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4edef799-1b8c-4da0-8ce5-7c54b44701c7" + "dacb01d2-148d-4f54-b7c8-73079d80be0b" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"name\": \"c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SubscriptionsServices\",\r\n \"resourceDisplayName\": \"Subscriptions service\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"name\": \"a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SLBMultiplexer\",\r\n \"resourceDisplayName\": \"Load balancer multiplexer\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1175" + "1165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2272,7 +2272,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -2281,19 +2281,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjDTtK76PsefcKYexNhB805kNooyZW2QojcCqtcGa20AMQcgYsua+eks9hUwjapYHEsDb53w74xFDUuT+dOnxRjrnA3S2dhb6yIPMxePE46/ZsgrA5w+q074vHHDoUoAe6E1fx4NbM5H0ezfpueOJ" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfMA1BP4dvIbEezxg2L49dbLBnncm74U5IAipFq7vv7hym/4VPjkNQ3br8AihvuD3s9uG+VSUiqkxE2k5yQmvu0FrWsZml06ycjZsTfb/Eh0wnxxaHfYaRzvDfIXLNBTdNZEj8A5TGrXw6KOVdI0G" ], "x-ms-correlation-request-id": [ - "5774e9ec-8718-412f-9598-b9b7d032e0e7" + "c955ba98-d9b7-482b-90b0-ba84792d85aa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" + "13875" ], "x-ms-request-id": [ - "5774e9ec-8718-412f-9598-b9b7d032e0e7" + "c955ba98-d9b7-482b-90b0-ba84792d85aa" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:5774e9ec-8718-412f-9598-b9b7d032e0e7" + "LOCAL:20180203T050456Z:c955ba98-d9b7-482b-90b0-ba84792d85aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2305,23 +2305,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c53f33bc-28ae-451b-a982-723f85cf39ac?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2M1M2YzM2JjLTI4YWUtNDUxYi1hOTgyLTcyM2Y4NWNmMzlhYz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a6ff7462-706e-4a4e-b6c2-45a0838cf150?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2E2ZmY3NDYyLTcwNmUtNGE0ZS1iNmMyLTQ1YTA4MzhjZjE1MD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae9a220d-804d-4198-a3d8-6af7bcd83b3e" + "b589a2c5-ce4a-490f-ac58-d9ec0dfbb02e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"name\": \"c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"name\": \"a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "1179" @@ -2336,7 +2336,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:55 GMT" ], "Pragma": [ "no-cache" @@ -2345,19 +2345,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYcWP5k80uoMbp/YpruJhNamurHKVr6zdFiM9Nrr/rYNzMMd6l9cVO4N51Ipe+yCcHVkGQMoBDyGxFcD9SQ8LMTzQWh4oY9WswBsXbCnSQw9GFyxOSCDx1B9xTfGpYmjiqQeSlMrcylpt5ONyGQ13" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwFwoCjGSJbr2bMVAsxwNnGGpXDHWEX4YUlA4sl/8OnJTTUk3W+6P4h/7EDyRXknGrO+bNk2kTt32DX0oYDMuZpph/7QE/aKV5w3sZN76vALRhrcxHTvlUHiFCGqtIZGQp23nbMTZq9sZCQDBwp/i" ], "x-ms-correlation-request-id": [ - "5808e268-81d4-4bdc-96be-0cbe465999f9" + "cb2ac00e-e9e9-484d-b0b8-a8d6fe7b2ea4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" + "13874" ], "x-ms-request-id": [ - "5808e268-81d4-4bdc-96be-0cbe465999f9" + "cb2ac00e-e9e9-484d-b0b8-a8d6fe7b2ea4" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:5808e268-81d4-4bdc-96be-0cbe465999f9" + "LOCAL:20180203T050456Z:cb2ac00e-e9e9-484d-b0b8-a8d6fe7b2ea4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2369,23 +2369,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/ca96c335-e545-4563-9d65-058db3a8ef15?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2NhOTZjMzM1LWU1NDUtNDU2My05ZDY1LTA1OGRiM2E4ZWYxNT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9257e52-dee2-4aa2-be05-dd7fb040860d?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2E5MjU3ZTUyLWRlZTItNGFhMi1iZTA1LWRkN2ZiMDQwODYwZD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee7e7f7c-d94c-4e52-87e2-52644587f350" + "1a41b5ef-0473-4b29-88c0-0b8026bef2f6" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"name\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"FabricControllerRing\",\r\n \"resourceDisplayName\": \"Infrastructure management controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"name\": \"a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceUser\",\r\n \"resourceDisplayName\": \"Authorization service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "1188" @@ -2400,7 +2400,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2409,19 +2409,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvx3LQAaGMUIgxZMpoPywW1pthBtZ6nnFRfz33HDwaxCWvhAycxXiPR9iPzjOi3jZjbyM+/RmdCIhSKrQUMUq7jPy+hmk1XgYGFS556DzTiW0iizhelVqDUGpJXrmX9I2SZYFouYBjCWHhbEmIalYv" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs3mNTFMLXS0O7mdFMThX/5ADZFPygH5CafwGCh827YndHMR82e4sl+KJnKe1GxhSYjBOvycLYBEUkHXAVZ/vob0dXw5bWCSQziY5RZBSwzFIyIuTKezJRCyKWUUbdKGNtcK+b6+fQEMZxtLJ+bBu" ], "x-ms-correlation-request-id": [ - "80a81665-e62d-4aa3-af96-72957805890f" + "779bbec1-68dd-4d63-afad-8f478f7e0bb6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" + "13873" ], "x-ms-request-id": [ - "80a81665-e62d-4aa3-af96-72957805890f" + "779bbec1-68dd-4d63-afad-8f478f7e0bb6" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:80a81665-e62d-4aa3-af96-72957805890f" + "LOCAL:20180203T050456Z:779bbec1-68dd-4d63-afad-8f478f7e0bb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2433,26 +2433,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d706dddc-7c69-46b6-8033-a5540a2322b3?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2Q3MDZkZGRjLTdjNjktNDZiNi04MDMzLWE1NTQwYTIzMjJiMz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b0297abc-abcf-4f56-adbc-41ece87d69a0?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2IwMjk3YWJjLWFiY2YtNGY1Ni1hZGJjLTQxZWNlODdkNjlhMD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b862f73-36d9-450d-a260-58048078bd5a" + "89ae0c61-8e0d-441c-b116-da7448f41cee" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"name\": \"d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryFederationServices\",\r\n \"resourceDisplayName\": \"Active Directory Federation Services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"name\": \"b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalAdmin\",\r\n \"resourceDisplayName\": \"Portal (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1214" + "1156" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2464,7 +2464,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2473,19 +2473,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQHpPgWald2Eob1dvPGu6pFVOpntOjkNJeoVmiRcT3hHF+T713musSEPxU83FPCOLHVWO+19ERb3UOpWHOloZhF/RsmLlrhIeRdQFsRP3z5wsHHj9kU6IZQsNehh7pvv6g48uN5DyQWXcBudYQvb8" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSsARt+lh0+Kjz4XLEHbX8smSVOm46S8zRAjnwJJj9N+wLQQmxS+1n5RT/yGwJKv5rKGLuahYbCYgbRWQmcOtWZ9Z9Cu8P2L5Qix1rUaq2U802UeOkqfdNJsSk5tBAfUBbLuFFTvY/YvizMntaWXT" ], "x-ms-correlation-request-id": [ - "84243e0c-f77c-443b-8874-3aa03b1f160c" + "90cb52b5-19f3-4cca-9128-8b55146485cb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" + "13872" ], "x-ms-request-id": [ - "84243e0c-f77c-443b-8874-3aa03b1f160c" + "90cb52b5-19f3-4cca-9128-8b55146485cb" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:84243e0c-f77c-443b-8874-3aa03b1f160c" + "LOCAL:20180203T050456Z:90cb52b5-19f3-4cca-9128-8b55146485cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2497,26 +2497,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8484c12-9008-420c-91a8-e69d1754c95b?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2Q4NDg0YzEyLTkwMDgtNDIwYy05MWE4LWU2OWQxNzU0Yzk1Yj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b2453229-c265-4a74-b32b-25e5b785fa1e?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2IyNDUzMjI5LWMyNjUtNGE3NC1iMzJiLTI1ZTViNzg1ZmExZT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e4161a4-9cdd-4b99-9e0f-69a87f1bb603" + "c2961d9d-122d-4867-a6b9-4ccfb5486877" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"name\": \"d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureBridge\",\r\n \"resourceDisplayName\": \"Azure bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"name\": \"b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceAdmin\",\r\n \"resourceDisplayName\": \"Insights service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1146" + "1184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2528,7 +2528,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2537,19 +2537,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8s2lXSlO3w4da1sS2gF4hUaLF9GcXy4XAY4fmCT8Llb8xZM1Fdbmcn8J/+8YoBmWvqyz2ZDEDYkJ2T2mkPkq+QAjzeBXQwiuB8n6HxTrTe4FOczQEf19aVtC9905HZeVK85OmUP6vcHxpaGE6UDV" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvw6dujWUblGzvQKepN+1F20EWugCLvCsQPdQET9scpYBQc+NCgGfy4r+Ux2cIT+Hk+HjnPaKIbJk+HrTgq6O+hoKm+tEJJE5VdRI02qGz0Ejrlri0w9mG7RxIAR7b6L39uwuOBBSa8JmHhIFK+F4s" ], "x-ms-correlation-request-id": [ - "b3b0c75c-3aac-4bf5-831c-654bf373f8e2" + "b0142f8c-fe31-4159-b17b-a4d8a8235122" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" + "13871" ], "x-ms-request-id": [ - "b3b0c75c-3aac-4bf5-831c-654bf373f8e2" + "b0142f8c-fe31-4159-b17b-a4d8a8235122" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:b3b0c75c-3aac-4bf5-831c-654bf373f8e2" + "LOCAL:20180203T050456Z:b0142f8c-fe31-4159-b17b-a4d8a8235122" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2561,26 +2561,90 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d911feeb-88f2-480b-a488-c642665f776b?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2Q5MTFmZWViLTg4ZjItNDgwYi1hNDg4LWM2NDI2NjVmNzc2Yj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b8dcad1d-af82-4ddb-b336-36ac9678f346?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2I4ZGNhZDFkLWFmODItNGRkYi1iMzM2LTM2YWM5Njc4ZjM0Nj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f87cc7bf-724b-4df7-b288-082f8380e42e" + "1066acc5-78cc-4c82-8d59-01a4d608a04f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"name\": \"d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceUser\",\r\n \"resourceDisplayName\": \"Usage service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"name\": \"b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"MicrosoftSQLServer\",\r\n \"resourceDisplayName\": \"Internal data store\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1164" + "1167" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPM5mhnzTq46QExqjfGZOARKxYooEuYCoC04eX1K1qEplmL77YMnqJAvkZeIP48MofzWeUMV5GzsxZn29IiYGJ6fEPu7RUvmsrjBw87ZsgpdP0ddhZ1wiA14qUH6NEuvbbtLD8geQnBg4TUXpsAC+" + ], + "x-ms-correlation-request-id": [ + "e426a7ee-2f0e-41db-aca1-4b21a3d0beff" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13870" + ], + "x-ms-request-id": [ + "e426a7ee-2f0e-41db-aca1-4b21a3d0beff" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050456Z:e426a7ee-2f0e-41db-aca1-4b21a3d0beff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cb614b48-b64e-40ca-a2ba-93aeef6005bd?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2NiNjE0YjQ4LWI2NGUtNDBjYS1hMmJhLTkzYWVlZjYwMDViZD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41c9a604-8f2c-4002-aefd-00a2e7c7ebe2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"name\": \"cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SeedRing\",\r\n \"resourceDisplayName\": \"Privileged endpoint\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1147" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2592,7 +2656,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2601,19 +2665,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKUEl2WpBSE+LUiq4TfSlV35tJl89A9ET154E7GAJTkfj63KcKNM9+9j4wu1CPJToRYBkJUeHJAw5Dv2kX+M4krE2TvpulRtoIbRcw2pCi5hHw77AfIbcYDQkAGQ5JNVtxK5mEF1Vv1rZ4G08iGjX" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9ju9JzsCLG9VGYlxbSpyMhKZNTI2fnAjgbduaYtmOBNzttt+h79xFK1wy71AMazJnAJbLltruQBtx86TWsXQ73824GHWXr7OSbKm+Zs7sHOI3q+a3z9jBnCrUbC73Fl5fHuJ3crm/LIyGeKAihq7" ], "x-ms-correlation-request-id": [ - "cb3fa602-6041-4f04-8604-45105fe11b66" + "c6ee85de-3400-4885-8905-531e08213787" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" + "13869" ], "x-ms-request-id": [ - "cb3fa602-6041-4f04-8604-45105fe11b66" + "c6ee85de-3400-4885-8905-531e08213787" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:cb3fa602-6041-4f04-8604-45105fe11b66" + "LOCAL:20180203T050457Z:c6ee85de-3400-4885-8905-531e08213787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2625,23 +2689,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/dac03a22-b857-412c-8c51-db1dae484fe8?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2RhYzAzYTIyLWI4NTctNDEyYy04YzUxLWRiMWRhZTQ4NGZlOD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cff18c8d-393d-417b-9b42-0a9edb15b154?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2NmZjE4YzhkLTM5M2QtNDE3Yi05YjQyLTBhOWVkYjE1YjE1ND9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bda047c5-8622-48ea-b48e-85e87d06e428" + "0d8a8135-2088-45fe-917a-e257b1ff20a1" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"name\": \"dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"name\": \"cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "1195" @@ -2656,7 +2720,71 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsKQjHwo4Q0nwiHzEEeuNftiCwofiZmvPK/CoJ0KaezvUXQp/Ba0SoIVavIM2Pyb2TZVyGlZcTSgch2tFtB78PDxZcBLHJ3eJwSp36Ei4Z7s5ooQGdcgSMLgQPjH+Ko87bi43Abdk2Auf3EsF/+Mk" + ], + "x-ms-correlation-request-id": [ + "5a4f1ef7-6372-4f8f-b729-bdc67455a055" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13868" + ], + "x-ms-request-id": [ + "5a4f1ef7-6372-4f8f-b729-bdc67455a055" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050457Z:5a4f1ef7-6372-4f8f-b729-bdc67455a055" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d61ee634-3a72-4a53-8c07-574e50de387b?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2Q2MWVlNjM0LTNhNzItNGE1My04YzA3LTU3NGU1MGRlMzg3Yj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5b74a6a-38ba-433c-a61c-f982a39ec6f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"name\": \"d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryFederationServices\",\r\n \"resourceDisplayName\": \"Active Directory Federation Services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1214" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2665,19 +2793,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGNAWWrCHoTiP1wgYxA4gSA1fUamfkvox4Ahb9lJfm4zHsHPyG2FAO15uBc2TC1NrAxKOM9gLBwbMxWT38oGT5uf8GjXz+jTWyoAleVW2O/+bNJmRnuJ3olAEnBh00RMBo8DY5oHWqEQWv+UE691O" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1pGxYJoVS8kLSzQN1PzDoh6qJjfGVoEevFGe7+dePlqnwJFmxszc78Fk8vzxY+MEIx7yHdtCMEHGE6unURv94C4JSanB5iEWaznxsjN5fpy3WBigLtNO3+saQu24TOGLamQ7XYDQuxuo9kUIqXUQ" ], "x-ms-correlation-request-id": [ - "43f38407-33eb-40ef-b650-77b6223226d1" + "c18c2ffc-74a4-4fb0-bdd6-4b5b52763bcf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" + "13867" ], "x-ms-request-id": [ - "43f38407-33eb-40ef-b650-77b6223226d1" + "c18c2ffc-74a4-4fb0-bdd6-4b5b52763bcf" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:43f38407-33eb-40ef-b650-77b6223226d1" + "LOCAL:20180203T050457Z:c18c2ffc-74a4-4fb0-bdd6-4b5b52763bcf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2689,23 +2817,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e101540a-6d95-4c0c-9c3a-1eb92d06e461?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2UxMDE1NDBhLTZkOTUtNGMwYy05YzNhLTFlYjkyZDA2ZTQ2MT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d874ccd8-6dff-4049-9ae3-a7977bab56b4?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2Q4NzRjY2Q4LTZkZmYtNDA0OS05YWUzLWE3OTc3YmFiNTZiND9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9932b92a-8623-48dc-ac4c-f24affcded06" + "faefe272-f679-49df-9892-7688b53b7cc1" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"name\": \"e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceUser\",\r\n \"resourceDisplayName\": \"Insights service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"name\": \"d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceUser\",\r\n \"resourceDisplayName\": \"Insights service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "1173" @@ -2720,7 +2848,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2729,19 +2857,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuqox20cJ0jGohROzebnwFYmdxqK4VqxaHbl+Xkv4qgpg+sn0jPI52HAudPtm61H7AwUPHMAHqzi8pXzncUw1awcCi+nK3Bpmcu9XYRJ2hQMo6X0l7/HPXaXL/MxIjhBFxj1oFISSttAIyI0hOBUX" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjD7mSgFF7Sm9/FKE/U9XWeKuMUXHC2OT8b1vyt2W1MbhFn1kZu68i50Zv5vyQPagppYYCOQDQ9i1xYHyUwpnOVU1YZWvWypBcBMPQjvThhbJxnBYuWVFQMQzeelSPF/1LhwOH0FMFduC1fTOhyKV" ], "x-ms-correlation-request-id": [ - "2f6515dd-1863-4bf8-abd4-66a972d663d5" + "127318a6-9582-4cb7-8df4-b60291d1f61a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" + "13866" ], "x-ms-request-id": [ - "2f6515dd-1863-4bf8-abd4-66a972d663d5" + "127318a6-9582-4cb7-8df4-b60291d1f61a" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:2f6515dd-1863-4bf8-abd4-66a972d663d5" + "LOCAL:20180203T050457Z:127318a6-9582-4cb7-8df4-b60291d1f61a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2753,26 +2881,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e42ef826-07d7-4cea-9db0-dc831a05d05e?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2U0MmVmODI2LTA3ZDctNGNlYS05ZGIwLWRjODMxYTA1ZDA1ZT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8f561ef-b413-4a69-a149-437421677df5?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2Q4ZjU2MWVmLWI0MTMtNGE2OS1hMTQ5LTQzNzQyMTY3N2RmNT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69359260-1985-44c4-ae81-0d35ee5f8ed4" + "aed77772-aeac-46ee-bbb9-89d5532f6e80" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"name\": \"e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"StorageController\",\r\n \"resourceDisplayName\": \"Storage controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"name\": \"d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageBridge\",\r\n \"resourceDisplayName\": \"Usage bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1164" + "1146" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2784,7 +2912,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2793,19 +2921,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvSzEi7x+bw9A084D7bhzdnSRqyDc/fUhEx8GWqjnCNgQd+3h9jpALl1tBJDNQlaHg2O5O7+6QkK0zAp8r55jLlD73czD2tE5pFHr9JTghlpOUa0rOq+JHG6OL7Ce4eQXo8emAStf89hd2Uxf+HFS" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviQii30XX0RcHOsEH//4hOTiRClie4FTtAIeLzdAqLubSipX0BRF2gPzMcfyL5sXxOBpXOu0F1FFBG44Ay4q8T1wFCu16HzcXaDglSBYA9dzYLDgOCkdAa7UJGIR7YGcHj45tBEI+8XRZIBFDkcCG" ], "x-ms-correlation-request-id": [ - "83a25ffb-b1c6-45ee-b07b-79bb8c7db592" + "3547d01b-7a53-4a01-9bec-44f9c0abc50d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" + "13865" ], "x-ms-request-id": [ - "83a25ffb-b1c6-45ee-b07b-79bb8c7db592" + "3547d01b-7a53-4a01-9bec-44f9c0abc50d" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:83a25ffb-b1c6-45ee-b07b-79bb8c7db592" + "LOCAL:20180203T050457Z:3547d01b-7a53-4a01-9bec-44f9c0abc50d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2817,26 +2945,90 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f1af7248-0883-4d9b-9c01-45f5d86a109c?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2YxYWY3MjQ4LTA4ODMtNGQ5Yi05YzAxLTQ1ZjVkODZhMTA5Yz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e2b61695-caf8-4b22-b4b3-962a44ce941b?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2UyYjYxNjk1LWNhZjgtNGIyMi1iNGIzLTk2MmE0NGNlOTQxYj9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4d806d9-90c4-4d35-9455-2e2b79d6e73f" + "6e584d91-cd7f-4268-b028-eb66a58a50f0" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"name\": \"f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalAdmin\",\r\n \"resourceDisplayName\": \"Portal (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"name\": \"e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceAdmin\",\r\n \"resourceDisplayName\": \"Gallery service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "1156" + "1181" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGDQ1xUi5qTltvUk9X8J5UQf5HsGio/CyVELBVGKpFw1Yw7Uc7Dhc0HNnaaeVHv4Batngwn1wGAA0VEdIO9rddPseYENZVwg9vuB8JFGkfHQtT57TDX9SrrNcTe76CvUpHxdHoaCS5Y05W6SsRSap" + ], + "x-ms-correlation-request-id": [ + "9193b8a4-8e0e-4082-881c-dd23d0d4a3e8" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13864" + ], + "x-ms-request-id": [ + "9193b8a4-8e0e-4082-881c-dd23d0d4a3e8" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050457Z:9193b8a4-8e0e-4082-881c-dd23d0d4a3e8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f5bb51ee-2ddb-41b2-92bb-e8679303fdce?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzL2Y1YmI1MWVlLTJkZGItNDFiMi05MmJiLWU4Njc5MzAzZmRjZT9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89f18fe8-66ef-4d46-a223-782a0d272b3e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"name\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureBridge\",\r\n \"resourceDisplayName\": \"Azure bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "1146" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2848,7 +3040,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:56 GMT" ], "Pragma": [ "no-cache" @@ -2857,19 +3049,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAih3EHh9PJQDuY3z3H4/Ek+zQdNjnC+vpoCPf6li4BAPC3UZJt2Rnk1bLBplXqki82oYCXJDGA+jm+gDocWf6EGf0RJ8Xu0opG9xlJFMVJ/IefB7KivqHTwrM1l7QjnwLTnmwPTTazq5t3WqfG2V" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv639Tu4vvHoVDB+wFE9DtS7Snko7Ka19dq1jZ5o8PNBy+cQpWgCDJItiRIEEFk+htfRVJQzK/PXTksPel0rlVKxSyZCXmjZJAAWewRaStX7Z6s5IP1UoTFe2nAb5+Scs0zM21qE3dFHbO59i4wJP4" ], "x-ms-correlation-request-id": [ - "e2125522-5d1a-4fb8-b3e0-5de9e72554af" + "55dff70c-66a9-48e3-ae0b-09cf128770ff" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" + "13863" ], "x-ms-request-id": [ - "e2125522-5d1a-4fb8-b3e0-5de9e72554af" + "55dff70c-66a9-48e3-ae0b-09cf128770ff" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:e2125522-5d1a-4fb8-b3e0-5de9e72554af" + "LOCAL:20180203T050457Z:55dff70c-66a9-48e3-ae0b-09cf128770ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2883,6 +3075,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllServiceHealths.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllServiceHealths.json index cd0258471f36..02582a9f4ca3 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllServiceHealths.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetAllServiceHealths.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c87dc133-5128-4ff4-95a0-c78e3f8c08c2" + "556b1a0f-810b-4a5d-9a23-8dfbaaf5141e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"name\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"name\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"name\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"name\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Warning\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "6508" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:50 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLAT13Y3PsCQTDJwgun3gwfNFGkBdBZ7Z2IADeoTiZ1dKzSpwTk6/NuCRMUJUK175mIRVk2V1BJCWr43Fj1o3I7AqQC4hglNVSl4b3wiyorHfKTNROREO/ak9eLI05FwB3dtuLNQkgXV/QrgLvcGS" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEdTWZz5MhCG27KOGNP8xxI0Ln16kwf49ske7B7oBGRnPG4wdj7TdYwZav8WmFrop5dD4iVrDf3Y7NvaQOVwBCIC6wDI6UI8ByhPEZKg12tE3n7xYzWxzVNPS/6sd/wsfPbK0TpLHWRliSIbVT4YL" ], "x-ms-correlation-request-id": [ - "3e00ac5e-ab3e-4c00-9c80-dfeae661ff04" + "9c26c435-63e1-47bf-96ec-50d7d866a009" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" + "13933" ], "x-ms-request-id": [ - "3e00ac5e-ab3e-4c00-9c80-dfeae661ff04" + "9c26c435-63e1-47bf-96ec-50d7d866a009" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:3e00ac5e-ab3e-4c00-9c80-dfeae661ff04" + "LOCAL:20180203T050451Z:9c26c435-63e1-47bf-96ec-50d7d866a009" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,26 +65,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8wYTJkZjZkOC00NTcwLTRjZjUtOGM4Zi04ZDk2ZGMxZmQyYTk/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "488b15a3-a505-4298-a7c4-7bd5383d168b" + "a1fc2b6d-67bd-4690-b111-29555c4f0985" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"name\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"name\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"name\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"name\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"name\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Critical\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "921" + "7418" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:50 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +105,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5PgICtcFBof8RyeGb5gKNdlq3nyAwlisWqA9cdl0SPV8+yHtX2fjVQF0TkukfeSrs7EVrsnomd/5ewJ50cGReDZ2mjioGl27YVnqbZgb9S05NBKq2mMrrINH3BLit84qzLLEgIVXzjBA6UyRL988" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvF/OoC2DS4GOumrivs6LHLog0OVv2lNKfIhQcdVCEqXi8JbfsWDRR4dtMkMT8A4dGCnCyS4Ynwvx8vpRRskfCnr32dR1XK/xOYThHzYNppiEa3/5+ZcE7PSaX9gNamoH1mzGWoj+C3xqWcXb/j7GI" ], "x-ms-correlation-request-id": [ - "2559a9bf-3cf4-42bf-b217-2066084ac632" + "3ead26a4-f480-43c7-8c59-980023cfbd64" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" + "13932" ], "x-ms-request-id": [ - "2559a9bf-3cf4-42bf-b217-2066084ac632" + "3ead26a4-f480-43c7-8c59-980023cfbd64" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:2559a9bf-3cf4-42bf-b217-2066084ac632" + "LOCAL:20180203T050451Z:3ead26a4-f480-43c7-8c59-980023cfbd64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -129,26 +129,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8xMmJmMGRhNC1lMzEwLTQ3NjctYmM1Zi01ZDMxYzA0MTQwNjI/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTNmNmY5OC0zMzRjLTQ1YjYtODRkYy02OWQ5NDg3YzgwNTE/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cce7f1c-de94-408a-81f1-55df2cd82b37" + "efd823b1-bde4-411b-b66d-f1ebea01aeb6" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"name\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "968" + "908" ], "Content-Type": [ "application/json; charset=utf-8" @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:50 GMT" ], "Pragma": [ "no-cache" @@ -169,19 +169,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdDslV0DRFifDY3EbVmf9/YfoyV1TKciNN/JYU7fjm7Zj6S5XajROtbY5gJuY4FZ80LyWBpQAYqtEVebE/H2FNQk8dUyjDTID/+63XsSYHjPylqOyFxXBXBJCYjo8tybVLeZzBeHk+WqlLRJ3aDiy" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvddcFKqDRBmYw0rLefS0fSCsCswFgOs2CUQq3V1HTw/LDXrss5xtg+u8a4JxPrWO3JRp4/es0FIkXNcLn538pbYzuETBjuYsuxseIdaOB79QBc9WDuFse12dm6DpZA0VBPs+R1sUCdHLUhwTzynAs" ], "x-ms-correlation-request-id": [ - "39b0e38f-5604-4f8c-b913-9654792ca63d" + "3bc7a141-cb49-4709-8bd2-c50b03cc34ae" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" + "13931" ], "x-ms-request-id": [ - "39b0e38f-5604-4f8c-b913-9654792ca63d" + "3bc7a141-cb49-4709-8bd2-c50b03cc34ae" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:39b0e38f-5604-4f8c-b913-9654792ca63d" + "LOCAL:20180203T050451Z:3bc7a141-cb49-4709-8bd2-c50b03cc34ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -193,23 +193,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yZjJmYzU2NC04NzE0LTQxYzMtODllYS1hYjdmOWJmODQ4M2I/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTVlNzE0MC00MWVlLTRlMTEtYmNmMS0xZjY2Y2IxNzcyNzg/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa8f4a53-ee3f-4915-a36b-a2c112edde10" + "ee187451-00da-4432-a260-3d08f2ad156a" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"name\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"name\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "923" @@ -224,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -233,19 +233,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaxqz5tjAZdXAzMWOiP6XhIM1/fE0QPfNY6ML9SI/hse+JrIHCsKQlwS3z24Wt6Gz4I3G1fZMtGHGjDvducGWxBszJQ/f+fqt1/qD6GU67OfucDf3Us0ARZggAX2IWDelEC2leQBReB56YkHjzJYH" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWCtz6mY+5Whpcn2TT7Z8xQD4A5284MbiM9AJJLXhNYnfigkJroCS6Ya8a6b2OjSTgylBMg1As9pej8EJQ1Pl0T2enyhE6n2FnNiCLA1Tx8gjZLKZ1aeAOlHhTWoZ2zcvArmcWMIEbzamw1NU8qaW" ], "x-ms-correlation-request-id": [ - "7e214957-b627-40bf-acc0-1b8b01daddb4" + "2216a1ba-9623-40d7-b5ab-fd96dcc0723e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" + "13930" ], "x-ms-request-id": [ - "7e214957-b627-40bf-acc0-1b8b01daddb4" + "2216a1ba-9623-40d7-b5ab-fd96dcc0723e" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:7e214957-b627-40bf-acc0-1b8b01daddb4" + "LOCAL:20180203T050451Z:2216a1ba-9623-40d7-b5ab-fd96dcc0723e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -257,26 +257,90 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy80MjNmODYwOC0wYzY0LTRkODctOGMwNy04MTFhZGZiN2NjNDE/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy82NGRmMWEzNi01NWFkLTQ2ZTEtODU1Mi0xOGE2NDQ3ZmM3MjU/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b1be940-9310-42cb-b25b-2ff131811394" + "75e3b492-b803-4c8a-a3bb-cdd3516c95a7" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"name\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"name\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "883" + "968" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvId15SYVgcWsOhPaJLjIJo0R912drPNVLpE1qORQGZH5b57FiaV832Y76pnvuhhoPfdh732QepKRTn66Gescgs1gDlEOMSugK4xWobQGnr9bU7qCyyGC7bIRUlsgw4ZO8snlL5o5I6xUMceC7FpWy" + ], + "x-ms-correlation-request-id": [ + "e1736533-4a97-45ae-86f1-42d9849bb905" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13929" + ], + "x-ms-request-id": [ + "e1736533-4a97-45ae-86f1-42d9849bb905" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050451Z:e1736533-4a97-45ae-86f1-42d9849bb905" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy84ZTEwOWE0OC03M2NiLTQ1ZmEtOThiNS05NzEyNWM3ODFiZDk/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8fac8531-ef44-4957-818e-b1a8431079ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"name\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "921" ], "Content-Type": [ "application/json; charset=utf-8" @@ -288,7 +352,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -297,19 +361,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVJdSiTmdS/fSAScoXCcAiTMprfHS/2L3Xr7G4WUe8OWjVaCMz6yX9w19iXGtG3vvNpTqJ6mGV1MCAkjNvTkEdQjyv68fTlwNt5b0UU+AK15VGWN569G16tujwF9xo5ghlcIf7ESOZDllPuyrOYp5" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDWPcKWe0iJCDmY5jqntNseRqFdRc3EgEPVI+tY7VEg+KM4AX6RJ9AdHnrUBrjwe87ddpWQpLnl6liTN3BdoIEZRBMqUnd3RaLGoIsSdSa0c31jCXF4I3uA6Zhwhp4ikmzr7jShWfqm6A6YZmdBqk" ], "x-ms-correlation-request-id": [ - "2e288756-8d13-449a-b6de-1161c11e412b" + "8a9f70a8-37a8-4978-94ae-e6e7a34d0202" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" + "13928" ], "x-ms-request-id": [ - "2e288756-8d13-449a-b6de-1161c11e412b" + "8a9f70a8-37a8-4978-94ae-e6e7a34d0202" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214402Z:2e288756-8d13-449a-b6de-1161c11e412b" + "LOCAL:20180203T050451Z:8a9f70a8-37a8-4978-94ae-e6e7a34d0202" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,23 +385,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy85ODc1MTM3OS1mOWZlLTQ3OTEtYmM2Zi1mNzdlYjFkZTM0NDA/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9hY2FiN2UzMC01ZDM5LTQ3YmYtOWE5Mi1hYmE3NDNkZjYwMTM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bc0a820-8823-4803-8537-47eeec76d88c" + "7df7c71e-8258-4575-a9ad-3f69c6fb2e3b" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"name\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"name\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "883" @@ -352,7 +416,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -361,19 +425,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/NmiyQTcEDxOSxgi9t6k5j7xcoN65TGkMX4PSdQaGlMDYeBHFpRZVzc80h7/mUdu9sODDJIjvUBWfaf2bltVq+xCUJ0OcKJanTOiZzmlOz2LwcP/gc5nBjU8SAgXP4Ubj8AiUkDL+i9Id1Gq0kPa" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnkM4Dn/+szYnFEimnSn/VKSScWylkx9F9ePkctPqnHQM5pDlwkNyBTFXnW0yt/+ru+vCg/nnsVOC6k/7teJSAWxSyIaiYvkLgxkS9QIvNVarrCbIovblCc7uf5MWpWChNLOTIMEC5LSKxK05+Ukt" ], "x-ms-correlation-request-id": [ - "8200a6b6-69b5-410a-837a-548ef13e54d7" + "6c832d93-7a33-4a6b-aa06-87d70ac8d8a7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" + "13927" ], "x-ms-request-id": [ - "8200a6b6-69b5-410a-837a-548ef13e54d7" + "6c832d93-7a33-4a6b-aa06-87d70ac8d8a7" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214402Z:8200a6b6-69b5-410a-837a-548ef13e54d7" + "LOCAL:20180203T050451Z:6c832d93-7a33-4a6b-aa06-87d70ac8d8a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -385,23 +449,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9iYjU4Mzc3Zi0zZDdkLTRkN2YtYjNiMy1kNDMzZDQyMmJmOWU/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9iYjU4Mzc3Zi0zZDdkLTRkN2YtYjNiMy1kNDMzZDQyMmJmOWU/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5fb2561-8ed4-4a47-a7f8-845ee1bea0c2" + "26a6027a-91a0-484d-9a63-4ec9e5dca03c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "987" @@ -416,7 +480,71 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvj+ggehlwfA2HcPXWLS1n76xNThH3UXKTpjbbGqKuvvbHuCLsXJiFUJRFOp35upuMxD8cdGzYvjnPSG7YS8UbsT8YdIZa082KnOYM1EvxQNSpAUykbWQWJhDoudB1jW4JxhjiUeX88j7DAeBHpvWx" + ], + "x-ms-correlation-request-id": [ + "ad5d6a40-6054-478b-a40f-92d211d8080b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13926" + ], + "x-ms-request-id": [ + "ad5d6a40-6054-478b-a40f-92d211d8080b" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050451Z:ad5d6a40-6054-478b-a40f-92d211d8080b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9jMTk3MWM1OC1lYjAxLTQ3NjEtYmJlMi04Yzg5N2ZjMzBlNTY/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6e42cd59-eebf-4605-88e2-2f71f4a755a3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"name\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "883" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -425,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCKkEQk2X1Av1Jsshl1lZokFAL0v19qpJLeHJ6ohd323JVOQkqOK2E0dLi6y95z0XaG4Lfsm7jqvyRxlhwsfpcX7VunDKcULcvxGOeXHq1QrG6boBmrMmwcdYoHJeG3TZG05cSW80HDqYXayTnqDl" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhyA1es+jgTB9BnaeAnP8o0qX6u3c3aqiOQBE/d0DGD2uBrAiOlymo1WvVsMfSBDyCWD9lF6Do3jByVHu8Jk7XPEdAIBqz/JuJhtnOEWNBszjYiHL4Zuy+aPtYi9tgomM+yhlWZnW9CcMuUnwtb3g" ], "x-ms-correlation-request-id": [ - "8beb6952-f5f7-4e95-9633-6c302cb75984" + "a2f022e6-f4e7-4a45-a0eb-5d9665edc449" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" + "13924" ], "x-ms-request-id": [ - "8beb6952-f5f7-4e95-9633-6c302cb75984" + "a2f022e6-f4e7-4a45-a0eb-5d9665edc449" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214402Z:8beb6952-f5f7-4e95-9633-6c302cb75984" + "LOCAL:20180203T050451Z:a2f022e6-f4e7-4a45-a0eb-5d9665edc449" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -449,26 +577,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3320e295-e5ae-4a7f-8d6c-b8dc2fe16725" + "9422fec4-8ae1-4160-83e9-e3b09d165dd2" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Warning\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Critical\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "925" + "926" ], "Content-Type": [ "application/json; charset=utf-8" @@ -480,7 +608,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:02 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -489,19 +617,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFt0G2Dmj7RglHNXzOMWAGLqSG4LKPoumGQhqYycJKgFLM2qfnZd3xOwyB9AG9IIQD4bkAGA+wORYO5iIKxF4D+FtNQWW/6y4IOJ3M6+JYYANqL/RJxVQrnVqp5YqWkeaF/mpRIwIPBOTbbfybCFy" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviGjuIY3ZJ6eg4/JP9JyFFc5AD3sHQgg9quzpxZ0GtgMMyIxVZeAu8illG8qhnljROUkzzzFr2Q2T81G2Yxws+6I1nGfQItebpYn6r0J7g0E268j1/RM9saqM9cetLa3EUMuvXVJpeYqlmqM0YDG+" ], "x-ms-correlation-request-id": [ - "b9a4c08f-52e3-485a-a182-a944ad981f70" + "4f5682bc-27bc-41d5-8e20-872f538f1399" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" + "13923" ], "x-ms-request-id": [ - "b9a4c08f-52e3-485a-a182-a944ad981f70" + "4f5682bc-27bc-41d5-8e20-872f538f1399" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214402Z:b9a4c08f-52e3-485a-a182-a944ad981f70" + "LOCAL:20180203T050452Z:4f5682bc-27bc-41d5-8e20-872f538f1399" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -515,6 +643,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetRegionHealth.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetRegionHealth.json index f6e27b6241cf..55bb7c50db04 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetRegionHealth.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetRegionHealth.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9bdc42d-bfa0-4134-8544-2aaf1ea1d9e9" + "2217b5db-a8a2-40c8-bd91-69f98068bf3f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 84.409721374511719\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 173.84765625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.30929161235690117\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.1573221571743488\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 32.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 223.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "825" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:52 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoPcmz2ZNTX1DjVbWi6u8+08urghbQfwygNwmFPfLJ30j2kAsY5eJe/rTPUZjOCpvbNBICxJCidejUK60WiGjTq9qaiKANkYZnslO11hwgQ6x1FkYsfrdNI7mfYLQQDkoPKZPN7Tnvu2gC5n6xTRD" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoN/qm6osU/4IfSQkz28K16ECotKQJz5b94KXdx2p6+PXCimoiT/IzxwYUc8QHoD+vGGASbVEN4j18S4QnDx3PukTtERcIMyt06MPTMkukRO5EEpVBFHQufMZd1yeuF2+hfrtNVyDF6cKjGlKM5Q2" ], "x-ms-correlation-request-id": [ - "20b122cf-b7c3-4412-ab53-c368369bed68" + "62de9f87-2e40-4f49-906c-24dd8aaa1376" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" + "13913" ], "x-ms-request-id": [ - "20b122cf-b7c3-4412-ab53-c368369bed68" + "62de9f87-2e40-4f49-906c-24dd8aaa1376" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:20b122cf-b7c3-4412-ab53-c368369bed68" + "LOCAL:20180203T050453Z:62de9f87-2e40-4f49-906c-24dd8aaa1376" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,26 +65,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "65aa764a-5fd5-45c6-ab42-096013de2363" + "5014b3c3-5764-4fa1-b31a-e0e955fceefb" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 84.409721374511719\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 173.84765625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.30929161235690117\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.1573221571743488\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 32.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 223.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "813" + "811" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:52 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +105,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHmYkwQ+SCNpVrkyCXsq5B4hIeOrz/Fki9o/HgrO02y9+vbcipPMvQEy0nvZcrpUznHYy2pU0/3kMIxyUp3yN2pgEmzchpyv3guPWpuYDUhOoy/s++FDyu8yl9XhUFYarAgb6Ar4Xj68zf6SbmPEU" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnOn5Gd5tHrO9bWgpaiGjeMjP3ikB+BN+e4UtMsgPK7X8U+JDA0xuG7AaseElRe7RM2wq/EsdI1wHjHeGPZicAgS4SR2nGV03EnRWw6AzdVo0HUhvE7pmQMVtwCERI3IxzfkDCWPcgH/dxtgsurK4" ], "x-ms-correlation-request-id": [ - "f2143056-7eb3-4de1-a778-1be86a60f915" + "959fdd2f-e918-4456-8132-44d74a77a5b6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" + "13912" ], "x-ms-request-id": [ - "f2143056-7eb3-4de1-a778-1be86a60f915" + "959fdd2f-e918-4456-8132-44d74a77a5b6" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:f2143056-7eb3-4de1-a778-1be86a60f915" + "LOCAL:20180203T050453Z:959fdd2f-e918-4456-8132-44d74a77a5b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -131,6 +131,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetResourceHealth.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetResourceHealth.json index 8cfea58ff77b..99eaf59c7067 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetResourceHealth.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetResourceHealth.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82538fcb-74cd-46ce-88c9-36f12e21c799" + "7aa8c117-03e3-4b9d-a01d-beaa1c5a6e64" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"name\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"name\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"name\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"name\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Warning\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "6508" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:57 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBcarxt5fg3+QOXcx5ukTzLMS4YwdxhgZtG23B1Yi1MVYbK/7uSR4xSUvsYntsiaa6e4wpS9fLT+JSr7DWS82LyvIqFm4wStnznJICzpo1sCgQmz2G+kBBYpaViWzyTljcnM3c9bVBoC8sIJwxveV" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlHPXq8O+ohzed+cWVHqvCScORTqQGDshM9hyUP6dh8N2YCw4PTIexX5o9PPCZV6qzEbGCcL6lbJn/JQsD5M+8pjKAHqf9BxcsvBbEkuDFtXfUJe1o9L/lzmqinES4iRy69OuvJCJxdmHG5EqZFUz" ], "x-ms-correlation-request-id": [ - "edef5fbd-5e56-46f5-8da8-5e562aeebc77" + "44ce3a3a-1b94-4786-8896-4be9bdcd8528" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" + "13862" ], "x-ms-request-id": [ - "edef5fbd-5e56-46f5-8da8-5e562aeebc77" + "44ce3a3a-1b94-4786-8896-4be9bdcd8528" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:edef5fbd-5e56-46f5-8da8-5e562aeebc77" + "LOCAL:20180203T050457Z:44ce3a3a-1b94-4786-8896-4be9bdcd8528" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,20 +65,84 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8wYTJkZjZkOC00NTcwLTRjZjUtOGM4Zi04ZDk2ZGMxZmQyYTkvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae3d0ca8-04b7-4135-9e47-455e24ced1e3" + "3c8220ee-c75e-4c27-b09c-dacd2b36b903" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"name\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"name\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"name\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"name\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"name\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Critical\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "7418" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvweDObNX+EiC2B1V41DeJecZ8YqgSJiB/DSzcnSfDkWqYPvuFWWYYouct1JhQQelWXVFDQ+NMvdRbCBIwF42CPpjofcnjqCfEEoH52gPSFSeZlJ6dYvWJR8jBiM5YiBTAX5mvOgPa5/bZqRfjkSc1" + ], + "x-ms-correlation-request-id": [ + "f083ea9b-df01-41c5-878d-92e18228a81f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13861" + ], + "x-ms-request-id": [ + "f083ea9b-df01-41c5-878d-92e18228a81f" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050457Z:f083ea9b-df01-41c5-878d-92e18228a81f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTNmNmY5OC0zMzRjLTQ1YjYtODRkYy02OWQ5NDg3YzgwNTEvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3886a539-4ad4-46a6-8bca-0729418d0ecb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -96,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:57 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +169,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIpeo99+V9nfv2UmI3arD6i/f29iJ0OGKla9QKWfn6JLD9tQ7scO32yk1iyAGqkBtcTrMVF6CKoPYxgCh5fWvt7I3UuEHUwLXq4umvM91ithdqCxwOatN9AugTvH5Lksh8wYcNteOACDJzsDdtFOG" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8mWD/ioCaFwG4QjXJzgKdwoR0K2J3WLU4nE1L8k1soVxp3fAG955PFZmHzzWKW8wODLE07g2XsV5YqKqbIKekNQ8jDtDJpZo6uhZK8f+6Z5mt1ySB8XBtpdL/+gIOmM3Z1pM+PbyIpQHZR937paG" ], "x-ms-correlation-request-id": [ - "0b5f6a78-3764-414f-9d82-aa415de7fa62" + "175f27d4-b6fc-4ed4-ad2c-409561546d63" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" + "13860" ], "x-ms-request-id": [ - "0b5f6a78-3764-414f-9d82-aa415de7fa62" + "175f27d4-b6fc-4ed4-ad2c-409561546d63" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:0b5f6a78-3764-414f-9d82-aa415de7fa62" + "LOCAL:20180203T050457Z:175f27d4-b6fc-4ed4-ad2c-409561546d63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -131,6 +195,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetServiceHealth.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetServiceHealth.json index 9d44b5d4e894..f7dbaf4c072d 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetServiceHealth.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestGetServiceHealth.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84b3cac6-6989-47df-963b-60d3f6f83848" + "46e1511e-a1da-4413-ad2b-35fe9a757b31" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"name\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"name\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"name\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"name\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Warning\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "6508" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvy0mf+v+EtENMII7GhWkPg/7E4L8SZ7M0RPgTOaupJhMuXu/pIXN/EJm64tjxM4aiCYZnBFWz8vRDoQ1yN5M3eQk32FeSMJLqiqbMPBviurN9NC0nC0k9pFpLqPBv3CKueYzReW6o+Zt6VTMirY4z" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv20T+/zy7Rz+Zcw7JpqRwtitRf9bvKlMJYf69+ZUAD0scj1lGl6PiJLJ7qvdbxaO4z5LENcd/5QMsKHGEYPS69Qx61j0u7saw4OoPl6NZA8Ts15hvX5KxQe62LnVtqD8kI90zV0igsvLXqgxtALtL" ], "x-ms-correlation-request-id": [ - "45bd9a3b-07ba-480e-ab35-6a7cfc595887" + "b0428c55-5f1f-485c-acd1-215a3ea81d41" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" + "13919" ], "x-ms-request-id": [ - "45bd9a3b-07ba-480e-ab35-6a7cfc595887" + "b0428c55-5f1f-485c-acd1-215a3ea81d41" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:45bd9a3b-07ba-480e-ab35-6a7cfc595887" + "LOCAL:20180203T050452Z:b0428c55-5f1f-485c-acd1-215a3ea81d41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,26 +65,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8wYTJkZjZkOC00NTcwLTRjZjUtOGM4Zi04ZDk2ZGMxZmQyYTk/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da61f16a-2863-45a1-92c1-c3cf2f11fcda" + "4dc23584-089d-4ab6-a0f7-f3633f350ff0" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"name\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"name\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"name\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"name\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"name\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Critical\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "921" + "7418" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,7 +96,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +105,83 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvK9oyqKmL73cCz7ztRKyfcrlD29DN0YqPcFTqcgSUpix8LtPAqFFLerOkGJtpG/mWFitHSa85nmxxQWv2J5LLNFddilhfLJNyoSz1t8yMV6huYdt3+a19uAXm1yj/dpBTGbGntlXzGXa37MU8zNMv" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlrYlspbHsiALaqxjKrqDqFrOQ/zaiqsAqyRP92ons2R6bJeSy7VRprOiz4mjhbOQ1NeQ06QCt2Tu2VBlyoNyLIni8V07G36VLo5iYYlhgY/J24TwH+oh9KjcEW6oaadbnVOahTyEZX4il78doeK6" ], "x-ms-correlation-request-id": [ - "2f40c866-7308-4a8e-98c2-67988de6ab41" + "a7272c6c-e09d-410f-9ead-2e6ae5fa79cf" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" + "13918" ], "x-ms-request-id": [ - "2f40c866-7308-4a8e-98c2-67988de6ab41" + "a7272c6c-e09d-410f-9ead-2e6ae5fa79cf" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:2f40c866-7308-4a8e-98c2-67988de6ab41" + "LOCAL:20180203T050452Z:a7272c6c-e09d-410f-9ead-2e6ae5fa79cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTNmNmY5OC0zMzRjLTQ1YjYtODRkYy02OWQ5NDg3YzgwNTE/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0aec1896-87fa-4e12-8e5a-e5d468c80e70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "908" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEeFElTj3JalJgStj6Z58yHZBATnpzbUunuq7Pr8Hkfb4Egfl89z5kPsjgsZRbr3CNVUbqb+3/ZwawyZcO7Urg2ethXkPhqxVEUHr1AwfBsa+bE7YnSvu2jqCzvhzAKM2xe7IE2gDIKHNNmJvrqPw" + ], + "x-ms-correlation-request-id": [ + "1de61318-8bfb-4664-9ca6-f0e3d116ec66" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13917" + ], + "x-ms-request-id": [ + "1de61318-8bfb-4664-9ca6-f0e3d116ec66" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050452Z:1de61318-8bfb-4664-9ca6-f0e3d116ec66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -131,6 +195,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListAlerts.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListAlerts.json index 29b7ac7f2e05..f4a8622d20cc 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListAlerts.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListAlerts.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2089e95-da72-411b-9810-5961739f6db6" + "f9483928-ad09-44d8-a082-32d7c64b7c28" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"name\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"148820f7-807a-4edd-857b-a23c3dcb6acf\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9460892Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"name\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:40:15.9830227Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"17d030ef-7be7-4e12-a653-6158a3bc7643\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:48:31.0247234Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Warning\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"name\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:49:19.6390621Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3489976e-f3a2-434f-8c17-c4b41dde22ff\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T20:24:27.4305971Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"name\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:19:19.5859341Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"356fd53c-b355-4522-ab5b-1a0f385381fa\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:21:34.6732222Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"name\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7138362Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"37fab95e-8981-4657-872a-d0a904308d26\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.719326Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"name\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:44:12.8595509Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Region Management is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/HealthResourceProvider/fabric:/HealthResourceProvider\",\r\n \"alertId\": \"7ff5f418-75e1-41e3-85c3-229e369313a3\",\r\n \"faultTypeId\": \"ServiceFabricApplicationUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:52:27.9304636Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Region Management\",\r\n \"fabricName\": \"fabric:/HealthResourceProvider\",\r\n \"description\": null,\r\n \"serviceType\": \"HealthResourceProvider\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthResourceProvider\",\r\n \"impactedResourceDisplayName\": \"HealthResourceProvider\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"name\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"createdTimestamp\": \"2017-08-25T20:24:19.8253844Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"886b39e2-d10a-4acc-9b23-0dade1efc70c\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-30T19:49:07.0029782Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"name\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2017-08-30T19:49:33.9350554Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"aaf09d95-1fd3-40b7-a5b9-d3a8c82affd1\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-09-01T21:39:40.1913723Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"name\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"createdTimestamp\": \"2017-08-25T04:24:57.7450873Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The infrastructure role Infrastructure management controller is experiencing issues.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ServiceFabric:/FabricControllerRing/FabricControllerRing\",\r\n \"alertId\": \"b8f81ea8-cf7d-4909-a9f4-0779909e15eb\",\r\n \"faultTypeId\": \"ServiceFabricClusterUnhealthy\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T04:33:12.7349528Z\",\r\n \"alertProperties\": {\r\n \"healthState\": \"Error\",\r\n \"name\": \"Infrastructure management controller\",\r\n \"fabricName\": \"FabricControllerRing\",\r\n \"description\": null,\r\n \"serviceType\": \"FabricControllerRing\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Please contact Support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Infrastructure role is unhealthy\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"impactedResourceDisplayName\": \"Infrastructure management controller\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"name\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"createdTimestamp\": \"2017-08-22T05:29:09.4699501Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"c0328148-006b-482b-9c75-ad58c454225b\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:16:49.2779296Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"name\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:24:19.5943758Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"cf278262-78cd-43eb-8cd8-9c4cac5e75f7\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:29:55.676245Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"name\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"createdTimestamp\": \"2017-08-25T18:29:19.6067697Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"db1a20c7-08f4-4453-96b5-0d73461a8cac\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2017-08-25T18:50:18.7385957Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"ERROR - Template for FaultType AzureStackNotActivated has invalid values.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "17008" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:48 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,83 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJDuEg9KaFAadAwKLd0HEKzffDNo3Mbf3dmNPftOcQfzXrQU1isyE1gv2tOV74WNNV7KS3TzqAxoFoctTadKqKt9yfS0ToOdbPtJ4iyu/YV2CpphwNaPAT9xwfznSHbZiZgztLoNThT2FaLXBJdft" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8J383yvgPpSqDIk0JRcrVwEtqDSB9J/YvwOo0f04o033HWLhA3SDOuk+SPXBpUHLadic9EVn0zHYvrC6aOt0Fy2kAAdjaJxi4Jablj9Op5zS4VLci2TLTrm/SGPr9vVJP0FB2YKB95xFLn4tPYqP" ], "x-ms-correlation-request-id": [ - "7596ba39-8852-41a2-8c27-240073cd2111" + "4d59566b-90c1-4c17-8089-ae24842d4314" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" + "13957" ], "x-ms-request-id": [ - "7596ba39-8852-41a2-8c27-240073cd2111" + "4d59566b-90c1-4c17-8089-ae24842d4314" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:7596ba39-8852-41a2-8c27-240073cd2111" + "LOCAL:20180203T050448Z:4d59566b-90c1-4c17-8089-ae24842d4314" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9hbGVydHM/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5a3819e-ac63-4da6-b6c9-0fa93935d392" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"name\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:32:52.4539Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"05e9d4fc-974c-47e5-95ea-701fe13f9b44\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:35:54.8712767Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"name\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"createdTimestamp\": \"2018-01-29T23:32:41.6652595Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"091a34fe-cafd-4cf6-9f85-0b35839b296f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-30T23:30:25.0821536Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"name\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:57:16.3554271Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Infrastructure backup failed because of an unknown error.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ae29d9dd-40c1-416e-a93c-ab233db25fdd\",\r\n \"alertId\": \"17a0dfca-abcb-4760-b9f0-c3194e0805c6\",\r\n \"faultTypeId\": \"AzureStack.BackupController.BackupFailedGeneralFault\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:26.739156Z\",\r\n \"alertProperties\": {\r\n \"backupId\": \"55131078-443f-4c2a-8c75-0a01b77c9076\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Start a new backup. \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact Support. Do not try to further troubleshoot without their assistance. Before you \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/newsupportrequest\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"open a support request\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \", start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Backup failed because of an unknown error\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"impactedResourceDisplayName\": \"Infrastructure backup\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"name\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"createdTimestamp\": \"2018-02-01T23:32:49.7469986Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"2b9e4df5-0c4d-4f19-8c4e-b552d1e8e770\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:41.7401176Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"name\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:46.9269708Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider Microsoft.Backup.Admin is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorCritical_Microsoft.Backup.Admin\",\r\n \"alertId\": \"38322da2-f702-43d9-b890-4f28fa7bfe4e\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorCritical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:43.9746311Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"name\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"createdTimestamp\": \"2018-01-28T23:32:38.9722788Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"3a4280cf-4bfd-4c1c-b0f7-facd4915a2f7\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-29T23:30:22.4000371Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"name\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.3841756Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerErrorWarning_Microsoft.Backup.Admin\",\r\n \"alertId\": \"4de8d909-832f-46f7-9a9d-85c865d8be3c\",\r\n \"faultTypeId\": \"ResourceProviderServerErrorWarning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:45.8028753Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"name\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:32:33.8313771Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"957dd474-f49f-4722-bc40-503b5aa957c1\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-27T23:30:17.0240479Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"name\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"createdTimestamp\": \"2018-01-31T23:32:47.0493737Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"a3a768e7-ce43-4cc1-a996-e2b5529b5dc9\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-01T23:30:30.4499444Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"name\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"createdTimestamp\": \"2018-02-02T23:23:02.451371Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ade1d12d-17fb-472c-bb4f-873cf01ef4ca\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:30:33.1434215Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"name\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"createdTimestamp\": \"2018-02-01T22:58:17.2246559Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.Backup.Admin\",\r\n \"alertId\": \"b463451a-08f1-499a-819f-48abae1fe97c\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T21:03:47.9748885Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.Backup.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.Backup.Admin/Microsoft.Backup.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.Backup.Admin\",\r\n \"closedByUserAlias\": \"ciserviceadmin@msazurestack.onmicrosoft.com\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"name\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:22:43.8382269Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ca2f29ef-db0b-4e06-b25e-8368d2607351\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-26T23:30:14.5919442Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"name\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"createdTimestamp\": \"2018-01-26T23:33:41.1433561Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"Azure Stack is not activated.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"d4f422fc-8b09-41fd-ad2b-ea7f2b4b86bb\",\r\n \"faultTypeId\": \"AzureStackNotActivated\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T20:40:08.6948508Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"You have not activated Azure Stack. To do so, see the following help article: \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceRegistrationId\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Activation Required\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"impactedResourceDisplayName\": \"AzureBridge\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"name\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"createdTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"The Resource Provider is not processing ARM requests due to unexpected errors.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"faultId\": \"ResourceProviderServerError_Microsoft.InfrastructureInsights.Admin\",\r\n \"alertId\": \"de4312a2-3e76-4853-9a68-2fba19848f11\",\r\n \"faultTypeId\": \"ResourceProviderServerError\",\r\n \"lastUpdatedTimestamp\": \"2018-02-03T04:52:10.7119468Z\",\r\n \"alertProperties\": {\r\n \"resourceProviderNamespace\": \"Microsoft.InfrastructureInsights.Admin\"\r\n },\r\n \"remediation\": [\r\n {\r\n \"text\": \"Try the following actions to restore the Resource Provider to full operation.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"1. Check the affected Resource Provider health blade.\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If no information about problems with the Resource Provider is available, contact support.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Resource Provider not processing ARM requests.\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/Microsoft.InfrastructureInsights.Admin/Microsoft.InfrastructureInsights.Admin\",\r\n \"impactedResourceDisplayName\": \"Microsoft.InfrastructureInsights.Admin\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"name\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"createdTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 7 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"ee3ef87f-575c-4a9f-8f07-07a186348f7b\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Critical\",\r\n \"lastUpdatedTimestamp\": \"2018-02-02T23:36:57.2337414Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Critical\",\r\n \"state\": \"Active\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"name\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"createdTimestamp\": \"2018-01-27T23:32:36.2773433Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"f76c4dc2-ae8e-4d95-95de-c50ac5fba5a0\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-28T23:30:19.7152497Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/alerts/fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"name\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/alerts\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"closedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"createdTimestamp\": \"2018-01-30T23:32:44.3597012Z\",\r\n \"description\": [\r\n {\r\n \"text\": \"An external certificate will expire within 30 days.\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"alertId\": \"fe84428f-3d9b-48e7-9995-a73916e8739f\",\r\n \"faultTypeId\": \"CertificateExpiration.ExternalCert.Warning\",\r\n \"lastUpdatedTimestamp\": \"2018-01-31T23:30:27.7660039Z\",\r\n \"alertProperties\": {},\r\n \"remediation\": [\r\n {\r\n \"text\": \"1. Follow the steps to rotate external certificates at \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azsrotatecertificates\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \". \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"NewLine\"\r\n },\r\n {\r\n \"text\": \"2. If the problem persists, please contact support. Before you do, start the log file collection process using the guidance from \",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"linkType\": \"Uri\",\r\n \"uri\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"LinkBegin\"\r\n },\r\n {\r\n \"text\": \"https://aka.ms/azurestacklogfiles\",\r\n \"type\": \"Text\"\r\n },\r\n {\r\n \"type\": \"LinkEnd\"\r\n },\r\n {\r\n \"text\": \".\",\r\n \"type\": \"Text\"\r\n }\r\n ],\r\n \"resourceProviderRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"severity\": \"Warning\",\r\n \"state\": \"Closed\",\r\n \"title\": \"Pending external certificate expiration\",\r\n \"impactedResourceId\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"impactedResourceDisplayName\": \"Capacity\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "29484" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlQKVCUJKpFPulc0P/Bwc47S88tfD54h9KjEEh/c9Z2sE20e1eVLwfDQZ18Ch3/chX66yp5BBKNAosNxx6YEGsXMAmRcBVrVzNj5mQxPbV52WnHCYET89lYf36nWaFk14E16QCy+Q2wMAxy1gJpaO" + ], + "x-ms-correlation-request-id": [ + "6777adb5-bf3f-4854-bf84-ec5f280493ae" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13956" + ], + "x-ms-request-id": [ + "6777adb5-bf3f-4854-bf84-ec5f280493ae" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050448Z:6777adb5-bf3f-4854-bf84-ec5f280493ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -67,6 +131,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListRegionHealths.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListRegionHealths.json index 9360980b4e43..00a6d4c7adb2 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListRegionHealths.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListRegionHealths.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cc67cd6-8e1d-4751-9fa0-de2b5ad9857e" + "47a7ce45-0fdf-407a-8527-f294cae66c1f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 84.409721374511719\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 173.84765625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.30929161235690117\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.1573221571743488\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 32.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 223.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "825" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:54 GMT" + "Sat, 03 Feb 2018 05:04:52 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMd2pmVIcTr5UmFZu4dTpiKh79IuBMi+rwOA80RCrCKV0paUNKGoiT4Zm8daGPXM/l8nL5ItDcit5/uPfqs2xnMDtsPO6eFLx4TrgAhGkHKUOrr4SSQtzMQ5OGk1XYnW2vJL1LLqYH3CF2PX7SDyR" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYcRA1nByJgRPfqamgc0d0nMkRY1mi0HnNHBG8/d/DOX/u+uLGqT2/tCXb6c7SQTCqvaT59w064NBYrDR8g6GNb/fsECez5bczy4FcMiXoSkzcQAHIRl7W+7kDHb7ELgGSlbLu/PYygEppjYmUb/t" ], "x-ms-correlation-request-id": [ - "46664b80-c6d1-405c-a149-fc4dc822e5d5" + "02911986-e8b8-4f6b-b335-d21c9b9525de" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" + "13916" ], "x-ms-request-id": [ - "46664b80-c6d1-405c-a149-fc4dc822e5d5" + "02911986-e8b8-4f6b-b335-d21c9b9525de" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214355Z:46664b80-c6d1-405c-a149-fc4dc822e5d5" + "LOCAL:20180203T050452Z:02911986-e8b8-4f6b-b335-d21c9b9525de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -67,6 +67,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListResourceHealths.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListResourceHealths.json index e3e9e4dde8c2..277f4d177fbc 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListResourceHealths.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListResourceHealths.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2985479b-ff88-47f8-9f03-0dd849e3f728" + "8dc368e5-1aa0-4e32-8d0e-bfbaa054671d" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"name\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"name\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"name\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"name\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Warning\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "6508" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:57 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxpFc1DFn9+yOgAa4+IXIQeyNPomOqYJLQ7hlbRbJiiag0fBR0m1HmycFCfWlMJUqJ/HvjFk33YeggSZCgBhaQjTm/2HgdLhy/FnMgXaa5MZtrm0fy1/EFKL2bgwHrV8UqvmECq/p92p/821FtnRD" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv39Cf5fEu1sER/4rW+we5aLIhynZOTgFS8336/Jm4dWGrqFbRNQX/0UkuNnq0yjmkyHzn38CQZxmrQyQZSP8N99tvcL/PeGn/ZNpWzcBSiVF46PUZ6gN+OgRmVCBbqFupmxPPEVYmtHi43AooO9UV" ], "x-ms-correlation-request-id": [ - "f7705fc8-e51a-49b6-896c-3245afa08f84" + "0c2ce9f0-8cda-4909-89e3-844251136ffa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" + "13859" ], "x-ms-request-id": [ - "f7705fc8-e51a-49b6-896c-3245afa08f84" + "0c2ce9f0-8cda-4909-89e3-844251136ffa" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214358Z:f7705fc8-e51a-49b6-896c-3245afa08f84" + "LOCAL:20180203T050458Z:0c2ce9f0-8cda-4909-89e3-844251136ffa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,20 +65,148 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8wYTJkZjZkOC00NTcwLTRjZjUtOGM4Zi04ZDk2ZGMxZmQyYTkvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf35f710-6390-4b6a-ad47-d045d9655330" + "79fbdc1b-f6ae-44cb-8b1a-092acf514a1d" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"name\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"name\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"name\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"name\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"name\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Critical\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "7418" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/YEWR3idB5W/6rYlyhLhuoKsHnBOUuISwuKhwr5I7o2VNErzVm70msbr4sAPzT9ndGhlZfoIbpk1GELUJ/yH+/eoYyXaBCBs6aYyrC67Jhmc/h6bQ4byZzWEWttJh1yTleYFzWSuXBCdUNhxPidS" + ], + "x-ms-correlation-request-id": [ + "7ad160b1-e44b-4217-bfe5-e89abeff75ce" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13858" + ], + "x-ms-request-id": [ + "7ad160b1-e44b-4217-bfe5-e89abeff75ce" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050458Z:7ad160b1-e44b-4217-bfe5-e89abeff75ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTNmNmY5OC0zMzRjLTQ1YjYtODRkYy02OWQ5NDg3YzgwNTEvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ef8addc-b51b-4808-a868-251524899846" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "12" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdSxQ81KD/irpGfppYJaYF3U4RwBp/gqQ7mCOnBSqyLpizWzm3NISBFb+sVbYlc7X1l8VncdHHWRuk4tf7Vh4umUDA/7tTrQo1M2llEj5v9uu+VbUXXWHIMiXNNrhCK1LBeT5vDoxQGm/KLXFP0/p" + ], + "x-ms-correlation-request-id": [ + "09eb19d4-5e3f-475f-b68b-cdc6c487e2b7" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13857" + ], + "x-ms-request-id": [ + "09eb19d4-5e3f-475f-b68b-cdc6c487e2b7" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050458Z:09eb19d4-5e3f-475f-b68b-cdc6c487e2b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yOTVlNzE0MC00MWVlLTRlMTEtYmNmMS0xZjY2Y2IxNzcyNzgvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "14d913b5-4148-4efa-8031-2e1f5ea5ffa6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -96,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:58 GMT" + "Sat, 03 Feb 2018 05:04:57 GMT" ], "Pragma": [ "no-cache" @@ -105,19 +233,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7l+KWg+f+F2Utep6iV4ihKl3em1QnHpdMd2T00NbQdYl9bMPJ2yH5DDbU8HhXQJUYP/oINnsBq77x3OopmdolA3kz9EbD0BWgav2wB+OXn6oPSGqmGdsrSUjvdOnVTkUp1GgGM9P+jppdEsb9Jzo" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTVprhQjA98+dt+paYbKbXOKl96MlSYkPU4jwTbVdhZyAY34U5vQmNfzmnruVDqNm+e0DM7zuc2J2oiCgvvf8KH2Tj9GAxlpSsm3NEpQW+pab2C6X6anACYzqLuxsKCsUxsJwtq4PAvzzOLcpKyWk" ], "x-ms-correlation-request-id": [ - "a7947127-b39a-4c88-9c7c-593498160287" + "3cdeca26-30ed-4494-94d3-1e31a8c65359" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" + "13856" ], "x-ms-request-id": [ - "a7947127-b39a-4c88-9c7c-593498160287" + "3cdeca26-30ed-4494-94d3-1e31a8c65359" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:a7947127-b39a-4c88-9c7c-593498160287" + "LOCAL:20180203T050458Z:3cdeca26-30ed-4494-94d3-1e31a8c65359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -129,20 +257,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8xMmJmMGRhNC1lMzEwLTQ3NjctYmM1Zi01ZDMxYzA0MTQwNjIvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy82NGRmMWEzNi01NWFkLTQ2ZTEtODU1Mi0xOGE2NDQ3ZmM3MjUvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ecd047d-b41c-4eb8-83b6-b314c29eb80b" + "e7a77ac9-13b3-4fea-bc80-534f881b5863" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -160,7 +288,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:57 GMT" ], "Pragma": [ "no-cache" @@ -169,19 +297,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvh3ELybp8dKbNaBha9C4dV5zzc3hZ06F0xFyO/ezD6xmsn/zmQvVryo7suYVqf93f/A+PV/AaSqUX0vbXipzB4cy/GjvrGJbwZwqHdJoH4ZEUNZHyiZAATF/H9AaoQyLx6SABBkgJb8x4qJpPoLoP" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRX4iA6JPnSl9GWWawM8ikeD3o8QfMS4j1eHwhkYAQBttgtQ4uqQDhW68x2dc6qbDkm85wqvJDimLhttCupBAO7dl7dPo/YL+gWPhaoXpxwXr0ny1Yt7qCkLI+V6D3eJ6ofhZDVJuWvDrn7skzrFs" ], "x-ms-correlation-request-id": [ - "6636ea65-f77a-4ef0-aaf8-82874911bc3c" + "2c6025e7-1c40-453b-bb6b-8881c624d0ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" + "13855" ], "x-ms-request-id": [ - "6636ea65-f77a-4ef0-aaf8-82874911bc3c" + "2c6025e7-1c40-453b-bb6b-8881c624d0ca" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:6636ea65-f77a-4ef0-aaf8-82874911bc3c" + "LOCAL:20180203T050458Z:2c6025e7-1c40-453b-bb6b-8881c624d0ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -193,20 +321,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy8yZjJmYzU2NC04NzE0LTQxYzMtODllYS1hYjdmOWJmODQ4M2IvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy84ZTEwOWE0OC03M2NiLTQ1ZmEtOThiNS05NzEyNWM3ODFiZDkvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8798478b-4eeb-4769-b709-4e3d56b92154" + "c8497b62-050e-4dea-a460-0b2f02aa1308" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -224,7 +352,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:57 GMT" ], "Pragma": [ "no-cache" @@ -233,19 +361,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2O5zcfBtte/gPlfIIgLiGG8IKT7otpN6Dp2+BHn84XwsxcNFc6z81naugU9Jq90aJQm5seH0MLMBSwjt+7XP5bqGYNUDpxoqMOBMMIY7LR0kwYcKvegLLnOol0rPVfkw8CQS4zFma890DfvtIYSv" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0ixiRpASRkV7OLd48AZ/EVZGdsuvph/Bao+Io6nyfMjw1PjHwkgcwbkVKfaLSxlFMmmTdInqimApNfrGwt628PkDzfxLDFBrjI7u+d96Eb4rpNYSiBkV5RFQA9ekyAmmAcH+yXsdih1vRlq70OFw" ], "x-ms-correlation-request-id": [ - "4d2db483-d6a1-4786-91aa-8b3dde1ebad8" + "21785ecb-50bd-4e2b-98db-31aa111aaf6c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" + "13854" ], "x-ms-request-id": [ - "4d2db483-d6a1-4786-91aa-8b3dde1ebad8" + "21785ecb-50bd-4e2b-98db-31aa111aaf6c" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:4d2db483-d6a1-4786-91aa-8b3dde1ebad8" + "LOCAL:20180203T050458Z:21785ecb-50bd-4e2b-98db-31aa111aaf6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -257,20 +385,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy80MjNmODYwOC0wYzY0LTRkODctOGMwNy04MTFhZGZiN2NjNDEvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9hY2FiN2UzMC01ZDM5LTQ3YmYtOWE5Mi1hYmE3NDNkZjYwMTMvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8741eec-01c3-490b-81c8-d17df2edb5fc" + "c7db9bd7-c31c-430f-9b9a-4ca73dbeeb83" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -288,7 +416,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:57 GMT" ], "Pragma": [ "no-cache" @@ -297,19 +425,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdMn4wKUN7dL1XSATTdrA3DoaDeIxsODDMiTdx8/0pkC/kY6FauedrxE3QZWPIbc6S0P1/hv4QLQffT2DR8nNl7RqM1QrWtaLXr0qWnGJgfSntN8T8FT2aBZh1/EYU2G2ezZSTJr5il8IWek/9a6K" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvX/3Cxs9FPtJBdKFK0/q2uyaqi8YieJXMYuZbPUsSt/awIFvu4T9l/4a8LavpLSmOeCmgN1qLgtFvJbgzP85Be8WuXZEZ3PEMDu9tJuJtZ5Qgj6kG4bjhPEO1+8k6PVSaADEXB0UUMwIeu5OVtRmx" ], "x-ms-correlation-request-id": [ - "50251f76-a14d-4d1e-84d3-0d841c34eda5" + "53748c0a-b626-4981-b0c4-4a7bfbbb9830" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" + "13853" ], "x-ms-request-id": [ - "50251f76-a14d-4d1e-84d3-0d841c34eda5" + "53748c0a-b626-4981-b0c4-4a7bfbbb9830" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:50251f76-a14d-4d1e-84d3-0d841c34eda5" + "LOCAL:20180203T050458Z:53748c0a-b626-4981-b0c4-4a7bfbbb9830" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -321,20 +449,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy85ODc1MTM3OS1mOWZlLTQ3OTEtYmM2Zi1mNzdlYjFkZTM0NDAvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9iYjU4Mzc3Zi0zZDdkLTRkN2YtYjNiMy1kNDMzZDQyMmJmOWUvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9450cbaf-0285-47e8-a304-e737963af5ef" + "2eae6264-041d-4ee9-8a49-c6d129ab660f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -352,7 +480,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:58 GMT" ], "Pragma": [ "no-cache" @@ -361,19 +489,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+V4KiNC+uZBKm1Rib5dPhRW/dZ0MV0CnEz02UDZ8+UbkxmV/YqU0gjLdna64vQBWPpawUzQL+PqMbjdl2mIpIcR972rjbjR2jkHAyuo6GIsI+vhDdU7a5d8nLIqe0p53yVCUlz3BLFplMsLo94PW" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgnYGYCG2ogUbENQ+6uMTr7fE1agSKekgRCt784PK3gfmW1Z5jfR87gW6/ZRPwFAMCXWPBJ1tY45tZFDnmea8vrqLlUhJBNwFOd/zeP2GIw62SntiIx7gSj+hPP2gu1uebAZM2459lwZJQTAl0310" ], "x-ms-correlation-request-id": [ - "7cec2c00-8b6f-4202-aef7-5aa5855daa6b" + "2e548407-af97-41f0-993e-b8509b84c53b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" + "13852" ], "x-ms-request-id": [ - "7cec2c00-8b6f-4202-aef7-5aa5855daa6b" + "2e548407-af97-41f0-993e-b8509b84c53b" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:7cec2c00-8b6f-4202-aef7-5aa5855daa6b" + "LOCAL:20180203T050458Z:2e548407-af97-41f0-993e-b8509b84c53b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -385,20 +513,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9iYjU4Mzc3Zi0zZDdkLTRkN2YtYjNiMy1kNDMzZDQyMmJmOWUvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9jMTk3MWM1OC1lYjAxLTQ3NjEtYmJlMi04Yzg5N2ZjMzBlNTYvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30683d71-b481-4811-9a7d-aa4eeb68bb17" + "5e68eda8-5d5d-40fa-8bca-2a45bbf72575" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -416,7 +544,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:58 GMT" ], "Pragma": [ "no-cache" @@ -425,19 +553,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvj8Ya4YQ2dvzErHrhOIcC6VgGlpiBeMYaxp6EdWalXfppiUDCW9GeFVEsFdJw51DSHYPPUcajkgttMNToPJ56glikmDtuR6JJLGsLGnzOzbD47MMn3frO2tWAldj57nkWrrxJAWVtFqCa6L2XE/pd" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAfN4Dzng0EGFQsS10akBIYBSFmutbrksWnGQN+ZMB0jxOhc+XWKOQQTYEuPTFl8NKP4NX/EPLL5LfT96+Vkv1R0aqryISf1XTspgS6GKIPxECmt5IyNj4m3nOTd9m1qhauRzCe++EX5l1UcMLbbn" ], "x-ms-correlation-request-id": [ - "75e5b0b7-c3c4-4cc8-b779-cdc1a49e75c3" + "c9016118-2633-44e0-a1c6-9afe6af55470" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" + "13851" ], "x-ms-request-id": [ - "75e5b0b7-c3c4-4cc8-b779-cdc1a49e75c3" + "c9016118-2633-44e0-a1c6-9afe6af55470" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:75e5b0b7-c3c4-4cc8-b779-cdc1a49e75c3" + "LOCAL:20180203T050458Z:c9016118-2633-44e0-a1c6-9afe6af55470" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -449,26 +577,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocy9lNTZiYzdiOC1jOGI1LTRlMjUtYjAwYy00Zjk1MWVmZmIyMmMvcmVzb3VyY2VIZWFsdGhzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2a3c46d-dc83-47a8-99a9-7d4dbbe9e473" + "796f8f54-7041-4662-882f-65920f5cf1bc" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"name\": \"0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0414499b-2f9a-486d-88bb-d8573e1510ec\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ComputeController\",\r\n \"resourceDisplayName\": \"Compute controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"name\": \"184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"184b3d84-68c9-46b3-81e6-bab21b92c1c5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"name\": \"2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2df06d73-895e-4b34-86ba-2ed9996de5b9\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ServicesController\",\r\n \"resourceDisplayName\": \"Infrastructure role controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"name\": \"2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f44b781-4af4-4c8c-97e0-219c4ed9984f\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NetworkController\",\r\n \"resourceDisplayName\": \"Network controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"name\": \"31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"31fbecbf-4d5b-4d1e-8b57-f904f95ca4cb\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerAdmin\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"name\": \"396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"396f261b-06f9-4532-b060-bda463de8e93\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"RASGateway\",\r\n \"resourceDisplayName\": \"Edge gateway\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"name\": \"3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3ba3d302-5cb0-4cf2-bbf0-d78b86441bc8\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceAdmin\",\r\n \"resourceDisplayName\": \"Insights service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"name\": \"3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3dfbcdda-fba8-45ec-a8a5-c4c2f955ee69\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"EnterpriseCloudEngine\",\r\n \"resourceDisplayName\": \"Infrastructure deployment\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"name\": \"4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4153b36c-e574-4f4e-af81-d2d3f2e46cb4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryCertificateServices\",\r\n \"resourceDisplayName\": \"Certificate management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"name\": \"4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4d28f77a-5fb1-4e49-bc68-fad4a703b1da\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalUser\",\r\n \"resourceDisplayName\": \"Portal (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"name\": \"5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5492ed3b-f8ca-4e6d-85c6-428337ae02a4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SLBMultiplexer\",\r\n \"resourceDisplayName\": \"Load balancer multiplexer\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"name\": \"5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5e53a6eb-3797-4c4e-bd1c-325a89c881e1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"BackupController\",\r\n \"resourceDisplayName\": \"Backup controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"name\": \"5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5f392616-929f-48d4-a561-4004c1723d26\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"name\": \"5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"5f93ed37-95a3-4bb7-ae66-9b8a6fef79ad\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SeedRing\",\r\n \"resourceDisplayName\": \"Privileged endpoint\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"name\": \"637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"637b5b8b-37c9-494c-9a08-60a8170afe9f\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"HealthMonitoring\",\r\n \"resourceDisplayName\": \"Health controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"name\": \"644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"644e453a-5dcb-48b0-ba8d-b67a798400cc\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceUser\",\r\n \"resourceDisplayName\": \"Gallery service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"name\": \"66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"66cace75-f1a0-46d9-a3f9-79f355f02ed4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureConsistentStorageRing\",\r\n \"resourceDisplayName\": \"Storage services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"name\": \"6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"6ba0cf59-21e0-4493-8636-d4c0a0f63f57\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceUser\",\r\n \"resourceDisplayName\": \"Authorization service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"name\": \"7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"7b201ea5-0539-49c3-9478-aaadecdaca3c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerUser\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"name\": \"830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"830841e0-0388-45c0-b641-c01c6a202145\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"MicrosoftSQLServer\",\r\n \"resourceDisplayName\": \"Internal data store\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"name\": \"86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"86b0371c-8dc1-4923-9461-103642e4a418\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceAdmin\",\r\n \"resourceDisplayName\": \"Gallery service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"name\": \"8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8944c315-446f-465d-a5b7-38dbf78436fb\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceAdmin\",\r\n \"resourceDisplayName\": \"Authorization service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"name\": \"90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"90519aa6-9042-437b-affe-1dd5a1122e62\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NonPrivilegedApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"name\": \"9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9983690e-1252-47d3-90f8-9292b9d90cfe\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceAdmin\",\r\n \"resourceDisplayName\": \"Usage service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"name\": \"9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9a8e1cef-3337-49c6-97ec-4e2da70e2357\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"name\": \"a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a9da3e57-6ade-42fd-975a-19db789c2ae0\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryDomainServices\",\r\n \"resourceDisplayName\": \"Directory management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"name\": \"b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b9097d6f-e3b2-4dfc-a0bc-8ad66e76488a\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultNamingService\",\r\n \"resourceDisplayName\": \"Key Vault name manager\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"name\": \"c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c4c065c2-b43a-43a9-be86-43fadb5f2b98\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SubscriptionsServices\",\r\n \"resourceDisplayName\": \"Subscriptions service\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"name\": \"c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c53f33bc-28ae-451b-a982-723f85cf39ac\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"name\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"ca96c335-e545-4563-9d65-058db3a8ef15\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"FabricControllerRing\",\r\n \"resourceDisplayName\": \"Infrastructure management controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"name\": \"d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d706dddc-7c69-46b6-8033-a5540a2322b3\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryFederationServices\",\r\n \"resourceDisplayName\": \"Active Directory Federation Services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"name\": \"d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d8484c12-9008-420c-91a8-e69d1754c95b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureBridge\",\r\n \"resourceDisplayName\": \"Azure bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"name\": \"d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d911feeb-88f2-480b-a488-c642665f776b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceUser\",\r\n \"resourceDisplayName\": \"Usage service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"name\": \"dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"dac03a22-b857-412c-8c51-db1dae484fe8\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"name\": \"e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e101540a-6d95-4c0c-9c3a-1eb92d06e461\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceUser\",\r\n \"resourceDisplayName\": \"Insights service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"name\": \"e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e42ef826-07d7-4cea-9db0-dc831a05d05e\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"StorageController\",\r\n \"resourceDisplayName\": \"Storage controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"name\": \"f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"f1af7248-0883-4d9b-9c01-45f5d86a109c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalAdmin\",\r\n \"resourceDisplayName\": \"Portal (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"name\": \"0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0b73a82b-8585-4e0d-b0a3-74430be48c9b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceAdmin\",\r\n \"resourceDisplayName\": \"Usage service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"name\": \"0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0bf3e5b1-b08d-407b-9542-14d31bc0ae46\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryCertificateServices\",\r\n \"resourceDisplayName\": \"Certificate management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryCertificateServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"name\": \"0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0bf66cb2-f8c1-4bed-9b81-795c335854d5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NonPrivilegedApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NonPrivilegedApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"name\": \"136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"136d81b7-1f0d-413c-b49f-6e174cc08547\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"name\": \"172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"172bd163-e9c3-4a2d-9b61-6cf97abd022b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultNamingService\",\r\n \"resourceDisplayName\": \"Key Vault name manager\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultNamingService\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"name\": \"19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"19ded84b-b6d8-43fa-897a-784bbf414ad4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ComputeController\",\r\n \"resourceDisplayName\": \"Compute controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ComputeController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"name\": \"1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1aa0cdd5-f49c-45c0-a583-a3f453539ff1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"RASGateway\",\r\n \"resourceDisplayName\": \"Edge gateway\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/RASGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"name\": \"1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1b3a1fd7-47c8-4970-88ce-2494c4e2228a\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalUser\",\r\n \"resourceDisplayName\": \"Portal (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"name\": \"1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1e3d6a94-5d11-472c-8644-5b5a867cfc92\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"StorageController\",\r\n \"resourceDisplayName\": \"Storage controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/StorageController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"name\": \"1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"1fbfd59e-a22d-41ca-9daf-f4df0ca11b92\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"name\": \"2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f08ace8-9e06-4d69-9df3-c4de057a99ad\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageServiceUser\",\r\n \"resourceDisplayName\": \"Usage service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"name\": \"35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"35898703-9f46-49c8-b132-918d20fcd3f5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerAdmin\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"name\": \"3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"3d9bbb45-63a4-48a6-ba9d-9809c2f233e1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SubscriptionsServices\",\r\n \"resourceDisplayName\": \"Subscriptions service\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SubscriptionsServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"name\": \"47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"47f7533c-9e09-496a-b121-6ca104a5e158\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"NetworkControllerRing\",\r\n \"resourceDisplayName\": \"Network controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/NetworkControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"name\": \"491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"491f038d-a433-4967-92d4-a3a9d42972a2\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"BackupController\",\r\n \"resourceDisplayName\": \"Backup controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/BackupController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"name\": \"4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"4b746c4f-4ef7-4e3f-a7f6-2b4ae2075f8c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureConsistentStorageRing\",\r\n \"resourceDisplayName\": \"Storage services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureConsistentStorageRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"name\": \"79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"79eacc53-0d3a-45dd-b0b1-3ceb2866e2ff\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureResourceManagerUser\",\r\n \"resourceDisplayName\": \"Azure Resource Manager (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureResourceManagerUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"name\": \"815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"815c05df-54d0-4000-a717-d28cfac9e236\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceAdmin\",\r\n \"resourceDisplayName\": \"Authorization service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"name\": \"82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"82621bc1-bf49-4dc8-8c2f-c39ba52a7ff3\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ApplicationGateway\",\r\n \"resourceDisplayName\": \"Partition request broker (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ApplicationGateway\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"name\": \"854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"854aa0ce-b88a-4f50-b0c8-e5f2576f4559\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceUser\",\r\n \"resourceDisplayName\": \"Gallery service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"name\": \"892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"892aef91-aefc-4720-85f9-5fb64b747406\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"EnterpriseCloudEngine\",\r\n \"resourceDisplayName\": \"Infrastructure deployment\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/EnterpriseCloudEngine\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"name\": \"8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8db380f6-bf70-4b56-bbee-1f073fbbf97d\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"HealthMonitoring\",\r\n \"resourceDisplayName\": \"Health controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/HealthMonitoring\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"name\": \"9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9f2f3152-19e2-4d4b-9f78-b6034b6a0e88\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ServicesController\",\r\n \"resourceDisplayName\": \"Infrastructure role controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ServicesController\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"name\": \"9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9f92b932-5aa1-4598-9015-ca632200c1d1\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"FabricControllerRing\",\r\n \"resourceDisplayName\": \"Infrastructure management controller\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/FabricControllerRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"name\": \"9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"9ff569e4-0d12-41cd-8987-17782bc2e890\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryDomainServices\",\r\n \"resourceDisplayName\": \"Directory management\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryDomainServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"name\": \"a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a56babc2-4625-45be-877d-4ef8b4b24d5c\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SLBMultiplexer\",\r\n \"resourceDisplayName\": \"Load balancer multiplexer\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SLBMultiplexer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"name\": \"a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a6ff7462-706e-4a4e-b6c2-45a0838cf150\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultControlPlane\",\r\n \"resourceDisplayName\": \"Key Vault controller (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultControlPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"name\": \"a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"a9257e52-dee2-4aa2-be05-dd7fb040860d\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AuthorizationServiceUser\",\r\n \"resourceDisplayName\": \"Authorization service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AuthorizationServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"name\": \"b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b0297abc-abcf-4f56-adbc-41ece87d69a0\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"PortalAdmin\",\r\n \"resourceDisplayName\": \"Portal (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/PortalAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"name\": \"b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b2453229-c265-4a74-b32b-25e5b785fa1e\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceAdmin\",\r\n \"resourceDisplayName\": \"Insights service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"name\": \"b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"b8dcad1d-af82-4ddb-b336-36ac9678f346\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"MicrosoftSQLServer\",\r\n \"resourceDisplayName\": \"Internal data store\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/MicrosoftSQLServer\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"name\": \"cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"cb614b48-b64e-40ca-a2ba-93aeef6005bd\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"SeedRing\",\r\n \"resourceDisplayName\": \"Privileged endpoint\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/SeedRing\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"name\": \"cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"cff18c8d-393d-417b-9b42-0a9edb15b154\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"KeyVaultInternalDataPlane\",\r\n \"resourceDisplayName\": \"Key Vault service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/KeyVaultInternalDataPlane\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"name\": \"d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d61ee634-3a72-4a53-8c07-574e50de387b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"ActiveDirectoryFederationServices\",\r\n \"resourceDisplayName\": \"Active Directory Federation Services\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/ActiveDirectoryFederationServices\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"name\": \"d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d874ccd8-6dff-4049-9ae3-a7977bab56b4\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"InsightsServiceUser\",\r\n \"resourceDisplayName\": \"Insights service (User)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/InsightsServiceUser\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"name\": \"d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"d8f561ef-b413-4a69-a149-437421677df5\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"UsageBridge\",\r\n \"resourceDisplayName\": \"Usage bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/UsageBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"name\": \"e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e2b61695-caf8-4b22-b4b3-962a44ce941b\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"GalleryServiceAdmin\",\r\n \"resourceDisplayName\": \"Gallery service (Administrator)\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/GalleryServiceAdmin\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c/resourceHealths/f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"name\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths/resourceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"f5bb51ee-2ddb-41b2-92bb-e8679303fdce\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"resourceType\": \"infraRoles\",\r\n \"resourceName\": \"AzureBridge\",\r\n \"resourceDisplayName\": \"Azure bridge\",\r\n \"usageMetrics\": [],\r\n \"resourceLocation\": \"local\",\r\n \"resourceURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/AzureBridge\",\r\n \"rpRegistrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "43578" + "44733" ], "Content-Type": [ "application/json; charset=utf-8" @@ -480,7 +608,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:43:59 GMT" + "Sat, 03 Feb 2018 05:04:58 GMT" ], "Pragma": [ "no-cache" @@ -489,19 +617,19 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlxsufNBz/t+gcIL3cz5QaeXcH2RDjBjdprGXLYJ/Lm0xV9PaUY9ii6PjGK5ty9cA9tR+mR2v4nbyQvwfN9cluQFJgkcCWuf9PcFbHiXUu/KGdLecXFTw3NAT8G1iwWoko+gWwToGFty4F3kYnVpQ" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7gUVy4AUX1F/AokPNq9Dq0DAkwJXn16R9mQJ2+corvicKNqjmYD7ClWV0w77Dj4FZVzpQuJjV3ZAaJ3MpsDS45ZtrPcCX1iglXSWTf42aW/AdcJczy/urmP4HUc9DdaHSEyQUvYGVqgEdCMIuts1" ], "x-ms-correlation-request-id": [ - "0daa83b2-4a7c-44da-970f-0e5c2a3b22eb" + "db66e954-1978-442f-8647-d986e34be3ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" + "13850" ], "x-ms-request-id": [ - "0daa83b2-4a7c-44da-970f-0e5c2a3b22eb" + "db66e954-1978-442f-8647-d986e34be3ce" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214359Z:0daa83b2-4a7c-44da-970f-0e5c2a3b22eb" + "LOCAL:20180203T050458Z:db66e954-1978-442f-8647-d986e34be3ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -515,6 +643,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListServiceHealths.json b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListServiceHealths.json index 151dc5d28126..caa7ad1c3c33 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListServiceHealths.json +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/SessionRecords/InfrastructureInsightsAdminClient/TestListServiceHealths.json @@ -1,26 +1,26 @@ { "Entries": [ { - "RequestUri": "/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMWMwZGFhMDQtMDFhZS00ZGY5LWE1ZDgtNDkxYjc1NWY1Mjg4L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc5803d7-5192-4b05-85ad-16a55c8d9dc6" + "4424b023-62d8-41a4-9ab6-f00e2e00a8f4" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25211.01", - "Microsoft.AzureStack.Management.Admin.InfrastructureInsights.InfrastructureInsightsAdminClient/1.0.0.0" + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"name\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"0a2df6d8-4570-4cf5-8c8f-8d96dc1fd2a9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"name\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"12bf0da4-e310-4767-bc5f-5d31c0414062\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/f1031738-a8c7-4528-99f2-b712b7959b9f/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"name\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"2f2fc564-8714-41c3-89ea-ab7f9bf8483b\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"name\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"423f8608-0c64-4d87-8c07-811adfb7cc41\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"name\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"98751379-f9fe-4791-bc6f-f77eb1de3440\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/1c0daa04-01ae-4df9-a5d8-491b755f5288/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Warning\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"name\": \"local\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"usageMetrics\": [\r\n {\r\n \"name\": \"Physical memory\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"GB\",\r\n \"value\": 87.113105773925781\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"GB\",\r\n \"value\": 426.9140625\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Physical storage\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"TB\",\r\n \"value\": 0.33942607790231705\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"TB\",\r\n \"value\": 2.141836129128933\r\n }\r\n ]\r\n },\r\n {\r\n \"name\": \"Public IP address pools\",\r\n \"metricsValue\": [\r\n {\r\n \"name\": \"Used\",\r\n \"unit\": \"One\",\r\n \"value\": 35.0\r\n },\r\n {\r\n \"name\": \"Available\",\r\n \"unit\": \"One\",\r\n \"value\": 220.0\r\n }\r\n ]\r\n }\r\n ],\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n }\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Length": [ - "6508" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -32,7 +32,7 @@ "no-cache" ], "Date": [ - "Fri, 01 Sep 2017 21:44:01 GMT" + "Sat, 03 Feb 2018 05:04:51 GMT" ], "Pragma": [ "no-cache" @@ -41,19 +41,83 @@ "Microsoft-HTTPAPI/2.0" ], "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvALX4PD3d8O2SQvpYX6M9KjGxYLbRu4+31TYHQfJStxIn9un2t6hxNhLlW02hUUSTgZfeLpl9iVPfUSs7PtM7LXXIu/juK+LDR+E4k5B31qzEi/EXCEss/vWrItiL0juySn1YJyKphDpEgDMDEwba" + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqxzQHfn9FmbQM10QwyMvOfy3U6xBIOwgyoSEpq7rx+G8R8W0Cp/0kG3MaryDw/zWXc8PYBWwvHmZpg3E9dl6VN7e7uaK2j27kfpj2ovHvHAheupxTos7Y2qR/AfhdQ5GQekvGirwke4vaZMHoKhv" ], "x-ms-correlation-request-id": [ - "a36eda35-7945-4d37-a7b3-82394a8eaede" + "95467fef-87e9-439b-b619-44bedf8f9886" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" + "13922" ], "x-ms-request-id": [ - "a36eda35-7945-4d37-a7b3-82394a8eaede" + "95467fef-87e9-439b-b619-44bedf8f9886" ], "x-ms-routing-request-id": [ - "LOCAL:20170901T214401Z:a36eda35-7945-4d37-a7b3-82394a8eaede" + "LOCAL:20180203T050452Z:95467fef-87e9-439b-b619-44bedf8f9886" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjdhNTc4NzItZjQyOS00ZWIzLWIyNmEtNTEwODE3ODM4MGE1L3Jlc291cmNlR3JvdXBzL1N5c3RlbS5sb2NhbC9wcm92aWRlcnMvTWljcm9zb2Z0LkluZnJhc3RydWN0dXJlSW5zaWdodHMuQWRtaW4vcmVnaW9uSGVhbHRocy9sb2NhbC9zZXJ2aWNlSGVhbHRocz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a5f96723-519f-4a28-8fe6-3827af1fee35" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.AzureStack.Management.InfrastructureInsights.Admin.InfrastructureInsightsAdminClient/0.1.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"name\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"293f6f98-334c-45b6-84dc-69d9487c8051\",\r\n \"displayName\": \"Infrastructure backup\",\r\n \"namespace\": \"Microsoft.Backup.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Backup.Admin/infraRoles/Infrastructure backup\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"name\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"295e7140-41ee-4e11-bcf1-1f66cb177278\",\r\n \"displayName\": \"Updates\",\r\n \"namespace\": \"Microsoft.Update.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Update.Admin/updateLocations/local/infraRoles/Updates\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"name\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"64df1a36-55ad-46e1-8552-18a6447fc725\",\r\n \"displayName\": \"Storage\",\r\n \"namespace\": \"Microsoft.Storage.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Storage.Admin/farms/04fc6333-fbdc-4e06-8f30-3ad178548189/infraRoles/Storage\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"name\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"8e109a48-73cb-45fa-98b5-97125c781bd9\",\r\n \"displayName\": \"Key Vault\",\r\n \"namespace\": \"Microsoft.KeyVault.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.KeyVault.Admin/locations/local/infraRoles/Key Vault\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"name\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"acab7e30-5d39-47bf-9a92-aba743df6013\",\r\n \"displayName\": \"Compute\",\r\n \"namespace\": \"Microsoft.Compute.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Compute.Admin/infraRoles/Compute\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"name\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"bb58377f-3d7d-4d7f-b3b3-d433d422bf9e\",\r\n \"displayName\": \"Region Management\",\r\n \"namespace\": \"Microsoft.InfrastructureInsights.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/infraRoles/Region Management\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Unknown\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"name\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"c1971c58-eb01-4761-bbe2-8c897fc30e56\",\r\n \"displayName\": \"Network\",\r\n \"namespace\": \"Microsoft.Network.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Network.Admin/infraRoles/Network\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 0,\r\n \"warningAlertCount\": 0\r\n },\r\n \"healthState\": \"Healthy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/System.local/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/local/serviceHealths/e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"name\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"type\": \"Microsoft.InfrastructureInsights.Admin/regionHealths/serviceHealths\",\r\n \"location\": \"local\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"registrationId\": \"e56bc7b8-c8b5-4e25-b00c-4f951effb22c\",\r\n \"displayName\": \"Capacity\",\r\n \"namespace\": \"Microsoft.Fabric.Admin\",\r\n \"routePrefix\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local\",\r\n \"serviceLocation\": \"local\",\r\n \"infraURI\": \"/subscriptions/b7a57872-f429-4eb3-b26a-5108178380a5/resourceGroups/system.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/infraRoles/Capacity\",\r\n \"alertSummary\": {\r\n \"criticalAlertCount\": 1,\r\n \"warningAlertCount\": 1\r\n },\r\n \"healthState\": \"Critical\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "7418" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 03 Feb 2018 05:04:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "WWW-Authenticate": [ + "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRScFQPU2bjJXPYFI8BS5ox6gDabRgnUZorK6Iksow1xEhbl9cUHjwXh5NW2+DFj5G5TPXpvbEibpia1Khd0el59F51/buvA+zEBwf+LoDFxaNuMVX5oK9qQ3yFKwFK1wb2YFoZGjndXxlXsDAMok" + ], + "x-ms-correlation-request-id": [ + "23884728-9b7a-4882-a692-9468b3b54349" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "13921" + ], + "x-ms-request-id": [ + "23884728-9b7a-4882-a692-9468b3b54349" + ], + "x-ms-routing-request-id": [ + "LOCAL:20180203T050452Z:23884728-9b7a-4882-a692-9468b3b54349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -67,6 +131,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "1c0daa04-01ae-4df9-a5d8-491b755f5288" + "SubscriptionId": "b7a57872-f429-4eb3-b26a-5108178380a5" } } \ No newline at end of file diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/AlertTests.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/AlertTests.cs index 4f836baeaf9c..dcad291cf61b 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/AlertTests.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/AlertTests.cs @@ -99,17 +99,26 @@ private void ValidateAlert(Alert alert) { [Fact] public void TestListAlerts() { RunTest((client) => { - var alerts = client.Alerts.List(Location); - Common.MapOverIPage(alerts, client.Alerts.ListNext, ValidateAlert); - Common.WriteIPagesToFile(alerts, client.Alerts.ListNext, "ListAllAlerts.txt", (alert) => alert.FaultId); + var regions = client.RegionHealths.List(ResourceGroupName); + Common.MapOverIPage(regions, client.RegionHealths.ListNext, (regionHealth) => { + var regionName = ExtractName(regionHealth.Name); + var alerts = client.Alerts.List(ResourceGroupName, regionName); + Common.MapOverIPage(alerts, client.Alerts.ListNext, ValidateAlert); + Common.WriteIPagesToFile(alerts, client.Alerts.ListNext, "ListAllAlerts.txt", (alert) => alert.FaultId); + }); }); } [Fact] public void TestGetAlert() { RunTest((client) => { - var alert = client.Alerts.List(Location).GetFirst(); - var retrieved = client.Alerts.Get(Location, alert.Name); + var region = client.RegionHealths.List(ResourceGroupName).GetFirst(); + var regionName = ExtractName(region.Name); + + var alert = client.Alerts.List(ResourceGroupName, regionName).GetFirst(); + var alertName = ExtractName(alert.Name); + + var retrieved = client.Alerts.Get(ResourceGroupName, regionName, alertName); AssertAlertsAreSame(alert, retrieved); }); } @@ -117,31 +126,48 @@ public void TestGetAlert() { [Fact] public void TestGetAllAlerts() { RunTest((client) => { - var alerts = client.Alerts.List(Location); - Common.MapOverIPage(alerts, client.Alerts.ListNext, (alert) => { - var retrieved = client.Alerts.Get(Location, alert.Name); - AssertAlertsAreSame(alert, retrieved); + var regions = client.RegionHealths.List(ResourceGroupName); + Common.MapOverIPage(regions, client.RegionHealths.ListNext, (regionHealth) => { + var regionName = ExtractName(regionHealth.Name); + + var alerts = client.Alerts.List(ResourceGroupName, regionName); + Common.MapOverIPage(alerts, client.Alerts.ListNext, (alert) => { + var alertName = ExtractName(alert.Name); + + var retrieved = client.Alerts.Get(ResourceGroupName, regionName, alertName); + AssertAlertsAreSame(alert, retrieved); + + }); }); }); } - [Fact] + [Fact(Skip ="Causes RP to crash.")] public void TestCloseAlert() { RunTest((client) => { bool done = false; - var alerts = client.Alerts.List(Location); - Common.MapOverIPage(alerts, client.Alerts.ListNext, (alert) => { - if (done) return; - if (alert.State != "Closed") + var regions = client.RegionHealths.List(ResourceGroupName); + Common.MapOverIPage(regions, client.RegionHealths.ListNext, (regionHealth) => { + if (!done) { - alert.State = "Closed"; - client.Alerts.Close(Location, alert.Name, "AlertCloseTests", alert); - var retrieved = client.Alerts.Get(Location, alert.Name); - Assert.Equal("Closed", retrieved.State); - - done = true; + var regionName = ExtractName(regionHealth.Name); + var alerts = client.Alerts.List(ResourceGroupName, regionName); + Common.MapOverIPage(alerts, client.Alerts.ListNext, (alert) => { + if (!done && alert.State != "Closed") + { + var alertName = ExtractName(alert.Name); + + alert.State = "Closed"; + client.Alerts.Close(ResourceGroupName, regionName, alertName, "AlertCloseTests", alert); + var retrieved = client.Alerts.Get(ResourceGroupName, regionName, alertName); + Assert.Equal("Closed", retrieved.State); + + done = true; + } + + }); } }); }); diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/Helpers/AzureStackTestBase.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/Helpers/AzureStackTestBase.cs index bcf6da1aed14..f72a9c8fb20a 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/Helpers/AzureStackTestBase.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/Helpers/AzureStackTestBase.cs @@ -21,6 +21,20 @@ public abstract class AzureStackTestBase where T : class /// protected T client; + /// + /// Extracts the ending element of a name. + /// + /// + /// + protected string ExtractName(string name) { + if(name.Contains("/")) + { + var idx = name.LastIndexOf('/'); + name = name.Substring(idx + 1); + } + return name; + } + /// /// Validate the client. /// @@ -28,9 +42,9 @@ public abstract class AzureStackTestBase where T : class protected abstract void ValidateClient(T client); /// - /// The default location for all admin actions. Override in derived class as needed. + /// The default resource group name for all admin actions. Override in derived class as needed. /// - protected string Location = "local"; + protected string ResourceGroupName = "System.local"; /// /// Run a test that accepts no arguments. An exception can be diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/RegionHealthTests.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/RegionHealthTests.cs index 0cfd008ee6d4..87b5724cefd4 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/RegionHealthTests.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/RegionHealthTests.cs @@ -3,12 +3,11 @@ // license information. // -using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; -using Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models; -using Xunit; - namespace InfrastructureInsights.Tests { + using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; + using Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models; + using Xunit; public class RegionHealthTests : InfrastructureInsightsTestBase { @@ -70,7 +69,7 @@ private void ValidateRegionHealth(RegionHealth regionHealth) { [Fact] public void TestListRegionHealths() { RunTest((client) => { - var list = client.RegionHealths.List(Location); + var list = client.RegionHealths.List(ResourceGroupName); Common.MapOverIPage(list, client.RegionHealths.ListNext, ValidateRegionHealth); Common.WriteIPagesToFile(list, client.RegionHealths.ListNext, "ListAllRegionHealths.txt"); }); @@ -79,10 +78,11 @@ public void TestListRegionHealths() { [Fact] public void TestGetRegionHealth() { RunTest((client) => { - var regionHealth = client.RegionHealths.List(Location).GetFirst(); + var regionHealth = client.RegionHealths.List(ResourceGroupName).GetFirst(); if (regionHealth != null) { - var retrieved = client.RegionHealths.Get(regionHealth.Location, regionHealth.Location); + var regionName = ExtractName(regionHealth.Name); + var retrieved = client.RegionHealths.Get(ResourceGroupName, regionName); AssertRegionHealthsAreSame(regionHealth, retrieved); } }); @@ -91,9 +91,10 @@ public void TestGetRegionHealth() { [Fact] public void TestGetAllRegionHealths() { RunTest((client) => { - var list = client.RegionHealths.List(Location); + var list = client.RegionHealths.List(ResourceGroupName); Common.MapOverIPage(list, client.RegionHealths.ListNext, (regionHealth) => { - var retrieved = client.RegionHealths.Get(regionHealth.Location, regionHealth.Location); + var regionName = ExtractName(regionHealth.Name); + var retrieved = client.RegionHealths.Get(ResourceGroupName, regionName); AssertRegionHealthsAreSame(regionHealth, retrieved); }); }); diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ResourceHealthTests.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ResourceHealthTests.cs index 5f1a788cf251..9af9f3cf031d 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ResourceHealthTests.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ResourceHealthTests.cs @@ -81,40 +81,64 @@ private void AssertAreSameValidateResourceHealths(ResourceHealth expected, Resou [Fact] public void TestListResourceHealths() { RunTest((client) => { - var serviceHealths = client.ServiceHealths.List(Location); - Common.MapOverIPage(serviceHealths, client.ServiceHealths.ListNext, (serviceHealth) => { - var resourceHealths = client.ResourceHealths.List(Location, serviceHealth.RegistrationId); - Common.MapOverIPage(resourceHealths, client.ResourceHealths.ListNext, ValidateResourceHealth); - Common.WriteIPagesToFile(resourceHealths, client.ResourceHealths.ListNext, "ListResourceHealths.txt", ResourceName); + var regionHealths = client.RegionHealths.List(ResourceGroupName); + Common.MapOverIPage(regionHealths, client.RegionHealths.ListNext, (regionHealth) => { + var rName = ExtractName(regionHealth.Name); + + var serviceHealths = client.ServiceHealths.List(ResourceGroupName, rName); + Common.MapOverIPage(serviceHealths, client.ServiceHealths.ListNext, (serviceHealth) => { + var sName = ExtractName(serviceHealth.Name); + + var resourceHealths = client.ResourceHealths.List(ResourceGroupName, rName, sName); + Common.MapOverIPage(resourceHealths, client.ResourceHealths.ListNext, ValidateResourceHealth); + Common.WriteIPagesToFile(resourceHealths, client.ResourceHealths.ListNext, "ListResourceHealths.txt", ResourceName); + }); }); }); } [Fact] public void TestGetResourceHealth() { RunTest((client) => { - var serviceHealth = client.ServiceHealths.List(Location).GetFirst(); - var resourceHealth = client.ResourceHealths.List(Location, serviceHealth.Name).GetFirst(); - if(resourceHealth != null) + var regionHealth = client.RegionHealths.List(ResourceGroupName).GetFirst(); + if (regionHealth != null) { - var retrieved = client.ResourceHealths.Get(Location, serviceHealth.RegistrationId, resourceHealth.RegistrationId); - AssertAreSameValidateResourceHealths(resourceHealth, retrieved); + var regionName = ExtractName(regionHealth.Name); + var serviceHealth = client.ServiceHealths.List(ResourceGroupName, regionName).GetFirst(); + if (serviceHealth != null) + { + var serviceName = ExtractName(serviceHealth.Name); + var resourceHealth = client.ResourceHealths.List(ResourceGroupName, regionName, serviceName).GetFirst(); + if (resourceHealth != null) + { + var resourceName = ExtractName(resourceHealth.Name); + var retrieved = client.ResourceHealths.Get(ResourceGroupName, regionName, serviceName, resourceName); + AssertAreSameValidateResourceHealths(resourceHealth, retrieved); + } + } } - + + }); } [Fact] public void TestGetAllResourceHealths() { RunTest((client) => { - var serviceHealths = client.ServiceHealths.List(Location); - Common.MapOverIPage(serviceHealths, client.ServiceHealths.ListNext, (serviceHealth) => { - Assert.NotNull(serviceHealth.RegistrationId); - var resourcesHealths = client.ResourceHealths.List(Location, serviceHealth.RegistrationId); - foreach (var resourceHealth in resourcesHealths) - { - Assert.NotNull(resourceHealth.RegistrationId); - var retrieved = client.ResourceHealths.Get(Location, serviceHealth.RegistrationId, resourceHealth.RegistrationId); - AssertAreSameValidateResourceHealths(resourceHealth, retrieved); - } + var regionHealths = client.RegionHealths.List(ResourceGroupName); + Common.MapOverIPage(regionHealths, client.RegionHealths.ListNext, (regionHealth) => { + var regionName = ExtractName(regionHealth.Name); + + var serviceHealths = client.ServiceHealths.List(ResourceGroupName, regionName); + Common.MapOverIPage(serviceHealths, client.ServiceHealths.ListNext, (serviceHealth) => { + var serviceName = ExtractName(serviceHealth.Name); + + var resourceHealths = client.ResourceHealths.List(ResourceGroupName, regionName, serviceName); + Common.MapOverIPage(resourceHealths, client.ResourceHealths.ListNext, (resourceHealth) => { + var resourceName = ExtractName(resourceHealth.Name); + + var retrieved = client.ResourceHealths.Get(ResourceGroupName, regionName, serviceName, resourceName); + AssertAreSameValidateResourceHealths(resourceHealth, retrieved); + }); + }); }); }); } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ServiceHealthTests.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ServiceHealthTests.cs index 3b14d9a5465a..16d22df472df 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ServiceHealthTests.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/ServiceHealthTests.cs @@ -42,19 +42,26 @@ private void ValidateServiceHealth(ServiceHealth serviceHealth) { [Fact] public void TestListServiceHealths() { RunTest((client) => { - var list = client.ServiceHealths.List(Location); - list.ForEach(ValidateServiceHealth); - Common.WriteIEnumerableToFile(list, "ListAllServiceHealths.txt", ResourceName); + var regionHealths = client.RegionHealths.List(ResourceGroupName); + Common.MapOverIPage(regionHealths, client.RegionHealths.ListNext, (regionHealth) => { + var regionName = ExtractName(regionHealth.Name); + var list = client.ServiceHealths.List(ResourceGroupName, regionName); + list.ForEach(ValidateServiceHealth); + Common.WriteIEnumerableToFile(list, "ListAllServiceHealths.txt", ResourceName); + }); }); } [Fact] public void TestGetServiceHealth() { RunTest((client) => { - var service = client.ServiceHealths.List(Location).GetFirst(); + var region = client.RegionHealths.List(ResourceGroupName).GetFirst(); + var regionName = ExtractName(region.Name); + var service = client.ServiceHealths.List(ResourceGroupName, regionName).GetFirst(); if (service != null) { - var retrieved = client.ServiceHealths.Get(Location, service.Name); + var serviceName = ExtractName(service.Name); + var retrieved = client.ServiceHealths.Get(ResourceGroupName, regionName, serviceName); AssertServiceHealthsEqual(service, retrieved); } }); @@ -63,10 +70,17 @@ public void TestGetServiceHealth() { [Fact] public void TestGetAllServiceHealths() { RunTest((client) => { - var list = client.ServiceHealths.List(Location); - list.ForEach((service) => { - var retrieved = client.ServiceHealths.Get(Location, service.Name); - AssertServiceHealthsEqual(service, retrieved); + var regionHealths = client.RegionHealths.List(ResourceGroupName); + Common.MapOverIPage(regionHealths, client.RegionHealths.ListNext, (regionHealth) => { + var regionName = ExtractName(regionHealth.Name); + + var serviceHealths = client.ServiceHealths.List(ResourceGroupName, regionName); + Common.MapOverIPage(serviceHealths, client.ServiceHealths.ListNext, (service) => { + var serviceName = ExtractName(service.Name); + + var retrieved = client.ServiceHealths.Get(ResourceGroupName, regionName, serviceName); + AssertServiceHealthsEqual(service, retrieved); + }); }); }); } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/SupportedOperationTests.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/SupportedOperationTests.cs new file mode 100644 index 000000000000..9f8edd3878ac --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin.Tests/src/SupportedOperationTests.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// + +namespace InfrastructureInsights.Tests +{ + using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; + using Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models; + using Xunit; + + public class SupportedOperationTests : InfrastructureInsightsTestBase + { + + private void ValidateDisplay(Display display) { + Assert.NotNull(display); + + Assert.NotNull(display.Description); + Assert.NotNull(display.Operation); + Assert.NotNull(display.Provider); + Assert.NotNull(display.Resource); + } + + private void ValidateOperation(Operation operation) { + Assert.NotNull(operation); + + // Name + Assert.NotNull(operation.Name); + Assert.NotEqual("", operation.Name); + + // Display + ValidateDisplay(operation.Display); + } + + [Fact(Skip="Incorrect Manifest Permissions")] + public void TestListSupportedOperations() { + RunTest((client) => { + var operations = client.Operations.List(); + Common.MapOverIPage(operations, client.Operations.ListNext, ValidateOperation); + }); + } + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperations.cs index a1ccbd913e66..fe90addca2f7 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -53,10 +52,13 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) public InfrastructureInsightsAdminClient Client { get; private set; } /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. @@ -82,12 +84,16 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } if (location == null) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); @@ -104,14 +110,16 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); List _queryParameters = new List(); if (odataQuery != null) @@ -252,10 +260,13 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) } /// - /// Get an alert. + /// Returns the requested an alert. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. @@ -281,12 +292,16 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string location, string alertName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, string alertName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } if (location == null) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); @@ -306,6 +321,7 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); tracingParameters.Add("alertName", alertName); tracingParameters.Add("cancellationToken", cancellationToken); @@ -313,8 +329,9 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts/{alertName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts/{alertName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); _url = _url.Replace("{alertName}", System.Uri.EscapeDataString(alertName)); List _queryParameters = new List(); @@ -448,10 +465,13 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) } /// - /// Close an alert. + /// Closes the given alert. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. @@ -460,7 +480,7 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) /// The username used to perform the operation. /// /// - /// Updated Alert Parameter. + /// Updated alert parameter. /// /// /// Headers that will be added to request. @@ -483,12 +503,16 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CloseWithHttpMessagesAsync(string location, string alertName, string user, Alert alert, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CloseWithHttpMessagesAsync(string resourceGroupName, string location, string alertName, string user, Alert alert, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } if (location == null) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); @@ -516,6 +540,7 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); tracingParameters.Add("alertName", alertName); tracingParameters.Add("user", user); @@ -525,8 +550,9 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts/{alertName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/alerts/{alertName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); _url = _url.Replace("{alertName}", System.Uri.EscapeDataString(alertName)); List _queryParameters = new List(); @@ -670,7 +696,7 @@ internal AlertsOperations(InfrastructureInsightsAdminClient client) } /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperationsExtensions.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperationsExtensions.cs index 6c156859061a..5f307421fa55 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperationsExtensions.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/AlertsOperationsExtensions.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -24,30 +23,36 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public static partial class AlertsOperationsExtensions { /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. /// - public static IPage List(this IAlertsOperations operations, string location, ODataQuery odataQuery = default(ODataQuery)) + public static IPage List(this IAlertsOperations operations, string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery)) { - return ((IAlertsOperations)operations).ListAsync(location, odataQuery).GetAwaiter().GetResult(); + return operations.ListAsync(resourceGroupName, location, odataQuery).GetAwaiter().GetResult(); } /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. @@ -55,39 +60,45 @@ public static partial class AlertsOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListAsync(this IAlertsOperations operations, string location, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IAlertsOperations operations, string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(location, odataQuery, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, location, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Get an alert. + /// Returns the requested an alert. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. /// - public static Alert Get(this IAlertsOperations operations, string location, string alertName) + public static Alert Get(this IAlertsOperations operations, string resourceGroupName, string location, string alertName) { - return operations.GetAsync(location, alertName).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, location, alertName).GetAwaiter().GetResult(); } /// - /// Get an alert. + /// Returns the requested an alert. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. @@ -95,22 +106,25 @@ public static Alert Get(this IAlertsOperations operations, string location, stri /// /// The cancellation token. /// - public static async Task GetAsync(this IAlertsOperations operations, string location, string alertName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IAlertsOperations operations, string resourceGroupName, string location, string alertName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(location, alertName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, location, alertName, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Close an alert. + /// Closes the given alert. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. @@ -119,21 +133,24 @@ public static Alert Get(this IAlertsOperations operations, string location, stri /// The username used to perform the operation. /// /// - /// Updated Alert Parameter. + /// Updated alert parameter. /// - public static Alert Close(this IAlertsOperations operations, string location, string alertName, string user, Alert alert) + public static Alert Close(this IAlertsOperations operations, string resourceGroupName, string location, string alertName, string user, Alert alert) { - return operations.CloseAsync(location, alertName, user, alert).GetAwaiter().GetResult(); + return operations.CloseAsync(resourceGroupName, location, alertName, user, alert).GetAwaiter().GetResult(); } /// - /// Close an alert. + /// Closes the given alert. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. @@ -142,21 +159,21 @@ public static Alert Close(this IAlertsOperations operations, string location, st /// The username used to perform the operation. /// /// - /// Updated Alert Parameter. + /// Updated alert parameter. /// /// /// The cancellation token. /// - public static async Task CloseAsync(this IAlertsOperations operations, string location, string alertName, string user, Alert alert, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CloseAsync(this IAlertsOperations operations, string resourceGroupName, string location, string alertName, string user, Alert alert, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CloseWithHttpMessagesAsync(location, alertName, user, alert, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CloseWithHttpMessagesAsync(resourceGroupName, location, alertName, user, alert, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// /// /// The operations group for this extension method. @@ -170,7 +187,7 @@ public static IPage ListNext(this IAlertsOperations operations, string ne } /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// /// /// The operations group for this extension method. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IAlertsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IAlertsOperations.cs index 1372ec749df5..38c0a89c7b03 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IAlertsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IAlertsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -26,10 +25,13 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public partial interface IAlertsOperations { /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. @@ -49,12 +51,15 @@ public partial interface IAlertsOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get an alert. + /// Returns the requested an alert. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. @@ -74,12 +79,15 @@ public partial interface IAlertsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string location, string alertName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, string alertName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Close an alert. + /// Closes the given alert. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Name of the alert. @@ -88,7 +96,7 @@ public partial interface IAlertsOperations /// The username used to perform the operation. /// /// - /// Updated Alert Parameter. + /// Updated alert parameter. /// /// /// The headers that will be added to request. @@ -105,9 +113,9 @@ public partial interface IAlertsOperations /// /// Thrown when a required parameter is null /// - Task> CloseWithHttpMessagesAsync(string location, string alertName, string user, Alert alert, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CloseWithHttpMessagesAsync(string resourceGroupName, string location, string alertName, string user, Alert alert, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Returns the list of all alerts in a given location. + /// Returns the list of all alerts in a given region. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IInfrastructureInsightsAdminClient.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IInfrastructureInsightsAdminClient.cs index 609ccb76e1df..5455c14eff8b 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IInfrastructureInsightsAdminClient.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IInfrastructureInsightsAdminClient.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; @@ -42,14 +41,14 @@ public partial interface IInfrastructureInsightsAdminClient : System.IDisposable ServiceClientCredentials Credentials { get; } /// - /// Subscription credentials which uniquely identify Microsoft Azure - /// subscription.The subscription ID forms part of the URI for every + /// Subscription credentials that uniquely identify Microsoft Azure + /// subscription. The subscription ID forms part of the URI for every /// service call. /// string SubscriptionId { get; set; } /// - /// Client Api Version. + /// Client API Version. /// string ApiVersion { get; } @@ -71,6 +70,11 @@ public partial interface IInfrastructureInsightsAdminClient : System.IDisposable bool? GenerateClientRequestId { get; set; } + /// + /// Gets the IOperations. + /// + IOperations Operations { get; } + /// /// Gets the IAlertsOperations. /// diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IOperations.cs new file mode 100644 index 000000000000..18905ad8baac --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IOperations.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Operations operations. + /// + public partial interface IOperations + { + /// + /// Returns a list of support REST operations. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Returns a list of support REST operations. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IRegionHealthsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IRegionHealthsOperations.cs index d9b45606c476..c4909dc02d71 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IRegionHealthsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IRegionHealthsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -26,10 +25,10 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public partial interface IRegionHealthsOperations { /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// - /// - /// Location name. + /// + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. @@ -49,14 +48,14 @@ public partial interface IRegionHealthsOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get health status of a region. + /// Returns the requested health status of a region. /// - /// - /// Location name. + /// + /// The name of the resource group. /// - /// + /// /// Name of the region /// /// @@ -74,9 +73,9 @@ public partial interface IRegionHealthsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string location, string region, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IResourceHealthsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IResourceHealthsOperations.cs index c21c562f94f8..947c884d2f99 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IResourceHealthsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IResourceHealthsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -26,13 +25,16 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public partial interface IResourceHealthsOperations { /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// /// OData parameters to apply to the operation. @@ -52,18 +54,21 @@ public partial interface IResourceHealthsOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string resourceGroupName, string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get health information about a resources. + /// Returns the requested health information about a resource. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// - /// Resource registration id. + /// Resource registration ID. /// /// /// OData filter parameter. @@ -83,9 +88,9 @@ public partial interface IResourceHealthsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IServiceHealthsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IServiceHealthsOperations.cs index e2819552940d..c3333ca74245 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IServiceHealthsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/IServiceHealthsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -26,10 +25,13 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public partial interface IServiceHealthsOperations { /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. @@ -49,12 +51,15 @@ public partial interface IServiceHealthsOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a services health + /// Returns the requested service health object. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Service Health name. @@ -74,9 +79,9 @@ public partial interface IServiceHealthsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string location, string serviceHealth, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, string serviceHealth, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/InfrastructureInsightsAdminClient.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/InfrastructureInsightsAdminClient.cs index a68436e1de0f..da42bcc2a708 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/InfrastructureInsightsAdminClient.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/InfrastructureInsightsAdminClient.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Serialization; @@ -48,14 +47,14 @@ public partial class InfrastructureInsightsAdminClient : ServiceClient - /// Subscription credentials which uniquely identify Microsoft Azure - /// subscription.The subscription ID forms part of the URI for every service + /// Subscription credentials that uniquely identify Microsoft Azure + /// subscription. The subscription ID forms part of the URI for every service /// call. /// public string SubscriptionId { get; set; } /// - /// Client Api Version. + /// Client API Version. /// public string ApiVersion { get; private set; } @@ -76,6 +75,11 @@ public partial class InfrastructureInsightsAdminClient : ServiceClient public bool? GenerateClientRequestId { get; set; } + /// + /// Gets the IOperations. + /// + public virtual IOperations Operations { get; private set; } + /// /// Gets the IAlertsOperations. /// @@ -297,6 +301,7 @@ public InfrastructureInsightsAdminClient(System.Uri baseUri, ServiceClientCreden /// private void Initialize() { + Operations = new Operations(this); Alerts = new AlertsOperations(this); RegionHealths = new RegionHealthsOperations(this); ResourceHealths = new ResourceHealthsOperations(this); diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Alert.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Alert.cs index 0a205cd32db0..197f685ce58d 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Alert.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Alert.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -20,62 +18,62 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models using System.Linq; /// - /// This class models an alert resource. + /// This object represents an alert resource. /// [Rest.Serialization.JsonTransformation] - public partial class Alert : Resource + public partial class Alert : TrackedResource { /// /// Initializes a new instance of the Alert class. /// public Alert() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the Alert class. /// - /// URI of the resource. - /// Name of the resource. - /// Type of resource. - /// Location where resource is location. - /// List of key value pairs. - /// Gets or sets the closed timestamp of - /// the alert. - /// Gets or sets the created timestamp - /// of the alert. - /// Gets or sets the description of the - /// alert. - /// Gets or sets the fault id of the - /// alert. - /// Gets or sets the id of the alert. - /// Gets or sets the fault type id of the + /// Fully qualified resource Id for the + /// resource + /// The name of the resource + /// The type of the resource. + /// Resource tags. + /// The Azure Region where the resource + /// lives + /// Timestamp when the alert was + /// closed. + /// Timestamp when the alert was + /// created. + /// Description of the alert. + /// Gets or sets the fault ID of the /// alert. - /// Gets or sets last updated - /// timestamp of the alert. - /// Gets or sets properties of the + /// Gets or sets the ID of the alert. + /// Gets or sets the fault type ID of the /// alert. + /// Timestamp when the alert was + /// last updated. + /// Properties of the alert. /// Gets or sets the admin friendly /// remediation instructions for the alert. /// Gets or sets the registration - /// id of the atomic component the alert belongs to. This is null if - /// not associated with a resource. + /// ID of the resource associated with the alert. If the alert is not + /// associated with a resource, the resource registration ID is + /// null. /// Gets or sets the - /// registration id of the service the alert belongs to. - /// Gets or sets the severity of the - /// alert. - /// Gets or sets the state of the alert. - /// Gets or sets the ResourceId for the impacted + /// registration ID of the service the alert belongs to. + /// Severity of the alert. + /// State of the alert. + /// Gets or sets the Resource ID for the impacted /// item. - /// Gets or sets the ResourceId for + /// Gets or sets the Resource ID for /// the impacted item. - /// Gets or sets the display - /// name for the impacted item. - /// Gets or sets the user alias who - /// closed the alert. - public Alert(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), string closedTimestamp = default(string), string createdTimestamp = default(string), IList> description = default(IList>), string faultId = default(string), string alertId = default(string), string faultTypeId = default(string), string lastUpdatedTimestamp = default(string), IDictionary alertProperties = default(IDictionary), IList> remediation = default(IList>), string resourceRegistrationId = default(string), string resourceProviderRegistrationId = default(string), string severity = default(string), string state = default(string), string title = default(string), string impactedResourceId = default(string), string impactedResourceDisplayName = default(string), string closedByUserAlias = default(string)) - : base(id, name, type, location, tags) + /// Display name for the + /// impacted item. + /// User alias who closed the + /// alert. + public Alert(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string), string closedTimestamp = default(string), string createdTimestamp = default(string), IList> description = default(IList>), string faultId = default(string), string alertId = default(string), string faultTypeId = default(string), string lastUpdatedTimestamp = default(string), IDictionary alertProperties = default(IDictionary), IList> remediation = default(IList>), string resourceRegistrationId = default(string), string resourceProviderRegistrationId = default(string), string severity = default(string), string state = default(string), string title = default(string), string impactedResourceId = default(string), string impactedResourceDisplayName = default(string), string closedByUserAlias = default(string)) + : base(id, name, type, tags, location) { ClosedTimestamp = closedTimestamp; CreatedTimestamp = createdTimestamp; @@ -103,43 +101,43 @@ public Alert() partial void CustomInit(); /// - /// Gets or sets the closed timestamp of the alert. + /// Gets or sets timestamp when the alert was closed. /// [JsonProperty(PropertyName = "properties.closedTimestamp")] public string ClosedTimestamp { get; set; } /// - /// Gets or sets the created timestamp of the alert. + /// Gets or sets timestamp when the alert was created. /// [JsonProperty(PropertyName = "properties.createdTimestamp")] public string CreatedTimestamp { get; set; } /// - /// Gets or sets the description of the alert. + /// Gets or sets description of the alert. /// [JsonProperty(PropertyName = "properties.description")] public IList> Description { get; set; } /// - /// Gets or sets the fault id of the alert. + /// Gets or sets the fault ID of the alert. /// [JsonProperty(PropertyName = "properties.faultId")] public string FaultId { get; set; } /// - /// Gets or sets the id of the alert. + /// Gets or sets the ID of the alert. /// [JsonProperty(PropertyName = "properties.alertId")] public string AlertId { get; set; } /// - /// Gets or sets the fault type id of the alert. + /// Gets or sets the fault type ID of the alert. /// [JsonProperty(PropertyName = "properties.faultTypeId")] public string FaultTypeId { get; set; } /// - /// Gets or sets last updated timestamp of the alert. + /// Gets or sets timestamp when the alert was last updated. /// [JsonProperty(PropertyName = "properties.lastUpdatedTimestamp")] public string LastUpdatedTimestamp { get; set; } @@ -158,51 +156,52 @@ public Alert() public IList> Remediation { get; set; } /// - /// Gets or sets the registration id of the atomic component the alert - /// belongs to. This is null if not associated with a resource. + /// Gets or sets the registration ID of the resource associated with + /// the alert. If the alert is not associated with a resource, the + /// resource registration ID is null. /// [JsonProperty(PropertyName = "properties.resourceRegistrationId")] public string ResourceRegistrationId { get; set; } /// - /// Gets or sets the registration id of the service the alert belongs + /// Gets or sets the registration ID of the service the alert belongs /// to. /// [JsonProperty(PropertyName = "properties.resourceProviderRegistrationId")] public string ResourceProviderRegistrationId { get; set; } /// - /// Gets or sets the severity of the alert. + /// Gets or sets severity of the alert. /// [JsonProperty(PropertyName = "properties.severity")] public string Severity { get; set; } /// - /// Gets or sets the state of the alert. + /// Gets or sets state of the alert. /// [JsonProperty(PropertyName = "properties.state")] public string State { get; set; } /// - /// Gets or sets the ResourceId for the impacted item. + /// Gets or sets the Resource ID for the impacted item. /// [JsonProperty(PropertyName = "properties.title")] public string Title { get; set; } /// - /// Gets or sets the ResourceId for the impacted item. + /// Gets or sets the Resource ID for the impacted item. /// [JsonProperty(PropertyName = "properties.impactedResourceId")] public string ImpactedResourceId { get; set; } /// - /// Gets or sets the display name for the impacted item. + /// Gets or sets display name for the impacted item. /// [JsonProperty(PropertyName = "properties.impactedResourceDisplayName")] public string ImpactedResourceDisplayName { get; set; } /// - /// Gets or sets the user alias who closed the alert. + /// Gets or sets user alias who closed the alert. /// [JsonProperty(PropertyName = "properties.closedByUserAlias")] public string ClosedByUserAlias { get; set; } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/AlertSummary.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/AlertSummary.cs index 20a3ea0ab191..12a7457d758b 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/AlertSummary.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/AlertSummary.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Newtonsoft.Json; using System.Linq; @@ -25,16 +23,16 @@ public partial class AlertSummary /// public AlertSummary() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the AlertSummary class. /// - /// How many critical alerts this - /// service has. - /// How many warning alerts this - /// service has. + /// The number of critical alerts for + /// the service. + /// The number of warning alerts for + /// the service. public AlertSummary(int? criticalAlertCount = default(int?), int? warningAlertCount = default(int?)) { CriticalAlertCount = criticalAlertCount; @@ -48,13 +46,13 @@ public AlertSummary() partial void CustomInit(); /// - /// Gets or sets how many critical alerts this service has. + /// Gets or sets the number of critical alerts for the service. /// [JsonProperty(PropertyName = "criticalAlertCount")] public int? CriticalAlertCount { get; set; } /// - /// Gets or sets how many warning alerts this service has. + /// Gets or sets the number of warning alerts for the service. /// [JsonProperty(PropertyName = "warningAlertCount")] public int? WarningAlertCount { get; set; } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/BaseHealth.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/BaseHealth.cs index fba53d2582e5..f468fa3eee2c 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/BaseHealth.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/BaseHealth.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Newtonsoft.Json; using System.Linq; @@ -25,19 +23,18 @@ public partial class BaseHealth /// public BaseHealth() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the BaseHealth class. /// - /// Gets or sets the alert summary. - /// Gets or sets the health status. - /// Gets or sets the name - /// space. - /// Gets or sets the registration - /// id. - /// Gets or sets the route prefix. + /// Alert summary. + /// Health state. + /// Namespace of the health + /// resource. + /// Registration ID. + /// Route prefix. public BaseHealth(AlertSummary alertSummary = default(AlertSummary), string healthState = default(string), string namespaceProperty = default(string), string registrationId = default(string), string routePrefix = default(string)) { AlertSummary = alertSummary; @@ -54,31 +51,31 @@ public BaseHealth() partial void CustomInit(); /// - /// Gets or sets the alert summary. + /// Gets or sets alert summary. /// [JsonProperty(PropertyName = "alertSummary")] public AlertSummary AlertSummary { get; set; } /// - /// Gets or sets the health status. + /// Gets or sets health state. /// [JsonProperty(PropertyName = "healthState")] public string HealthState { get; set; } /// - /// Gets or sets the name space. + /// Gets or sets namespace of the health resource. /// [JsonProperty(PropertyName = "namespace")] public string NamespaceProperty { get; set; } /// - /// Gets or sets the registration id. + /// Gets or sets registration ID. /// [JsonProperty(PropertyName = "registrationId")] public string RegistrationId { get; set; } /// - /// Gets or sets the route prefix. + /// Gets or sets route prefix. /// [JsonProperty(PropertyName = "routePrefix")] public string RoutePrefix { get; set; } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Display.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Display.cs new file mode 100644 index 000000000000..9579685b7079 --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Display.cs @@ -0,0 +1,99 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Contains the localized display information for this particular + /// operation / action. + /// + public partial class Display + { + /// + /// Initializes a new instance of the Display class. + /// + public Display() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Display class. + /// + /// The localized, friendly version of the + /// resource provider name. The provider name is expected to include + /// the name of the publisher or company responsible. The provider name + /// format should use title case and begin with "Microsoft" for + /// first-party services. For example, the provider name may + /// be"Microsoft Monitoring Insights" or "Microsoft Compute". + /// The localized, friendly version of the + /// resource type related to this action or operation; the resource + /// type should match the public documentation for the resource + /// provider. + /// The localized, friendly name for the + /// operation. Use the name as it will be displayed to the + /// user. + /// The localized, friendly description for + /// the operation. The description will be displayed to the user. It + /// should be thorough and concise for used in both tooltips and + /// detailed views. + public Display(string provider = default(string), string resource = default(string), string operation = default(string), string description = default(string)) + { + Provider = provider; + Resource = resource; + Operation = operation; + Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the localized, friendly version of the resource + /// provider name. The provider name is expected to include the name of + /// the publisher or company responsible. The provider name format + /// should use title case and begin with "Microsoft" for first-party + /// services. For example, the provider name may be"Microsoft + /// Monitoring Insights" or "Microsoft Compute". + /// + [JsonProperty(PropertyName = "provider")] + public string Provider { get; set; } + + /// + /// Gets or sets the localized, friendly version of the resource type + /// related to this action or operation; the resource type should match + /// the public documentation for the resource provider. + /// + [JsonProperty(PropertyName = "resource")] + public string Resource { get; set; } + + /// + /// Gets or sets the localized, friendly name for the operation. Use + /// the name as it will be displayed to the user. + /// + [JsonProperty(PropertyName = "operation")] + public string Operation { get; set; } + + /// + /// Gets or sets the localized, friendly description for the operation. + /// The description will be displayed to the user. It should be + /// thorough and concise for used in both tooltips and detailed views. + /// + [JsonProperty(PropertyName = "description")] + public string Description { get; set; } + + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Metrics.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Metrics.cs index 89b9e98b3a68..eabdb5b5f782 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Metrics.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Metrics.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Newtonsoft.Json; using System.Linq; @@ -25,17 +23,17 @@ public partial class Metrics /// public Metrics() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the Metrics class. /// /// Name of the usage metric. - /// Name of the usage metric. - /// Name of the usage metric. - /// Name of the usage metric. - /// Source of the metric. Possible values + /// Name of the counter. + /// Time counter was observed. + /// Type of the source. + /// Name of the source. Possible values /// include: 'PhysicalNode', 'VirtualMachine', /// 'ResourceProvider' /// Unit for the metric. Possible values include: @@ -65,25 +63,25 @@ public Metrics() public string Name { get; set; } /// - /// Gets or sets name of the usage metric. + /// Gets or sets name of the counter. /// [JsonProperty(PropertyName = "maCounterName")] public string MaCounterName { get; set; } /// - /// Gets or sets name of the usage metric. + /// Gets or sets time counter was observed. /// [JsonProperty(PropertyName = "observedTimestamp")] public System.DateTime? ObservedTimestamp { get; set; } /// - /// Gets or sets name of the usage metric. + /// Gets or sets type of the source. /// [JsonProperty(PropertyName = "sourceType")] public string SourceType { get; set; } /// - /// Gets or sets source of the metric. Possible values include: + /// Gets or sets name of the source. Possible values include: /// 'PhysicalNode', 'VirtualMachine', 'ResourceProvider' /// [JsonProperty(PropertyName = "sourceName")] diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsSourceType.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsSourceType.cs index 87c0e2675a5c..e8c927cddf6e 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsSourceType.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsSourceType.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; /// /// Defines values for MetricsSourceType. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsUnit.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsUnit.cs index f0a7e9749e32..6dc1195f684e 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsUnit.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/MetricsUnit.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; /// /// Defines values for MetricsUnit. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Operation.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Operation.cs new file mode 100644 index 000000000000..a710b070777d --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Operation.cs @@ -0,0 +1,65 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes the supported REST operation. + /// + public partial class Operation + { + /// + /// Initializes a new instance of the Operation class. + /// + public Operation() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Operation class. + /// + /// The name of the operation performed on the + /// object. The name should match the action name that appears in RBAC + /// or the event service. + /// Contains the localized display information + /// for this particular operation or action. + public Operation(string name = default(string), Display display = default(Display)) + { + Name = name; + Display = display; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the operation performed on the object. The + /// name should match the action name that appears in RBAC or the event + /// service. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// Gets or sets contains the localized display information for this + /// particular operation or action. + /// + [JsonProperty(PropertyName = "display")] + public Display Display { get; set; } + + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Page.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Page.cs index 518c274f750d..6c6fea5f2a55 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Page.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Page.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Microsoft.Rest; using Microsoft.Rest.Azure; using Newtonsoft.Json; diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/RegionHealth.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/RegionHealth.cs index 6d529573abfd..a00b89d8e8e5 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/RegionHealth.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/RegionHealth.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -20,32 +18,34 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models using System.Linq; /// - /// Contains information related to a regions health. + /// Contains information related to the health of a region. /// [Rest.Serialization.JsonTransformation] - public partial class RegionHealth : Resource + public partial class RegionHealth : TrackedResource { /// /// Initializes a new instance of the RegionHealth class. /// public RegionHealth() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the RegionHealth class. /// - /// URI of the resource. - /// Name of the resource. - /// Type of resource. - /// Location where resource is location. - /// List of key value pairs. + /// Fully qualified resource Id for the + /// resource + /// The name of the resource + /// The type of the resource. + /// Resource tags. + /// The Azure Region where the resource + /// lives /// Summary of alerts. - /// List of usage metrics for this + /// List of usage metrics for the /// region. - public RegionHealth(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), AlertSummary alertSummary = default(AlertSummary), IList usageMetrics = default(IList)) - : base(id, name, type, location, tags) + public RegionHealth(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string), AlertSummary alertSummary = default(AlertSummary), IList usageMetrics = default(IList)) + : base(id, name, type, tags, location) { AlertSummary = alertSummary; UsageMetrics = usageMetrics; @@ -64,7 +64,7 @@ public RegionHealth() public AlertSummary AlertSummary { get; set; } /// - /// Gets or sets list of usage metrics for this region. + /// Gets or sets list of usage metrics for the region. /// [JsonProperty(PropertyName = "properties.usageMetrics")] public IList UsageMetrics { get; set; } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Resource.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Resource.cs index f0870107880e..c50b121bf248 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Resource.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/Resource.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,22 +6,17 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Microsoft.Rest; using Microsoft.Rest.Azure; using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; /// - /// Base Resource Object + /// The core properties of ARM resources /// public partial class Resource : IResource { @@ -29,24 +25,21 @@ public partial class Resource : IResource /// public Resource() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the Resource class. /// - /// URI of the resource. - /// Name of the resource. - /// Type of resource. - /// Location where resource is location. - /// List of key value pairs. - public Resource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary)) + /// Fully qualified resource Id for the + /// resource + /// The name of the resource + /// The type of the resource. + public Resource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; Name = name; Type = type; - Location = location; - Tags = tags; CustomInit(); } @@ -56,34 +49,22 @@ public Resource() partial void CustomInit(); /// - /// Gets or sets URI of the resource. + /// Gets fully qualified resource Id for the resource /// [JsonProperty(PropertyName = "id")] - public string Id { get; set; } + public string Id { get; private set; } /// - /// Gets name of the resource. + /// Gets the name of the resource /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets type of resource. + /// Gets the type of the resource. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } - /// - /// Gets location where resource is location. - /// - [JsonProperty(PropertyName = "location")] - public string Location { get; private set; } - - /// - /// Gets list of key value pairs. - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; private set; } - } } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ResourceHealth.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ResourceHealth.cs index 23404c8e33bf..87fe5cb61f15 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ResourceHealth.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ResourceHealth.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -23,43 +21,42 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models /// Health information related to a resource. /// [Rest.Serialization.JsonTransformation] - public partial class ResourceHealth : Resource + public partial class ResourceHealth : TrackedResource { /// /// Initializes a new instance of the ResourceHealth class. /// public ResourceHealth() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the ResourceHealth class. /// - /// URI of the resource. - /// Name of the resource. - /// Type of resource. - /// Location where resource is location. - /// List of key value pairs. - /// Gets or sets the alert summary. - /// Gets or sets the health status. - /// Gets or sets the name - /// space. - /// Gets or sets the registration - /// id. - /// Gets or sets the route prefix. - /// Gets or sets the resource - /// location. - /// Gets or sets the resource name. - /// Gets or sets the resource display - /// name. - /// Gets or sets the resource type. - /// Gets or sets the resource uri. + /// Fully qualified resource Id for the + /// resource + /// The name of the resource + /// The type of the resource. + /// Resource tags. + /// The Azure Region where the resource + /// lives + /// Alert summary. + /// Health state. + /// Namespace of the health + /// resource. + /// Registration ID. + /// Route prefix. + /// Resource location. + /// Resource name. + /// Resource display name. + /// Resource type. + /// Gets or sets the resource URI. /// Gets or sets the resource provider - /// registration id. - /// Gets or sets the usage metrics. - public ResourceHealth(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), AlertSummary alertSummary = default(AlertSummary), string healthState = default(string), string namespaceProperty = default(string), string registrationId = default(string), string routePrefix = default(string), string resourceLocation = default(string), string resourceName = default(string), string resourceDisplayName = default(string), string resourceType = default(string), string resourceURI = default(string), string rpRegistrationId = default(string), IList usageMetrics = default(IList)) - : base(id, name, type, location, tags) + /// registration ID. + /// Usage metrics. + public ResourceHealth(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string), AlertSummary alertSummary = default(AlertSummary), string healthState = default(string), string namespaceProperty = default(string), string registrationId = default(string), string routePrefix = default(string), string resourceLocation = default(string), string resourceName = default(string), string resourceDisplayName = default(string), string resourceType = default(string), string resourceURI = default(string), string rpRegistrationId = default(string), IList usageMetrics = default(IList)) + : base(id, name, type, tags, location) { AlertSummary = alertSummary; HealthState = healthState; @@ -82,73 +79,73 @@ public ResourceHealth() partial void CustomInit(); /// - /// Gets or sets the alert summary. + /// Gets or sets alert summary. /// [JsonProperty(PropertyName = "properties.alertSummary")] public AlertSummary AlertSummary { get; set; } /// - /// Gets or sets the health status. + /// Gets or sets health state. /// [JsonProperty(PropertyName = "properties.healthState")] public string HealthState { get; set; } /// - /// Gets or sets the name space. + /// Gets or sets namespace of the health resource. /// [JsonProperty(PropertyName = "properties.namespace")] public string NamespaceProperty { get; set; } /// - /// Gets or sets the registration id. + /// Gets or sets registration ID. /// [JsonProperty(PropertyName = "properties.registrationId")] public string RegistrationId { get; set; } /// - /// Gets or sets the route prefix. + /// Gets or sets route prefix. /// [JsonProperty(PropertyName = "properties.routePrefix")] public string RoutePrefix { get; set; } /// - /// Gets or sets the resource location. + /// Gets or sets resource location. /// [JsonProperty(PropertyName = "properties.resourceLocation")] public string ResourceLocation { get; set; } /// - /// Gets or sets the resource name. + /// Gets or sets resource name. /// [JsonProperty(PropertyName = "properties.resourceName")] public string ResourceName { get; set; } /// - /// Gets or sets the resource display name. + /// Gets or sets resource display name. /// [JsonProperty(PropertyName = "properties.resourceDisplayName")] public string ResourceDisplayName { get; set; } /// - /// Gets or sets the resource type. + /// Gets or sets resource type. /// [JsonProperty(PropertyName = "properties.resourceType")] public string ResourceType { get; set; } /// - /// Gets or sets the resource uri. + /// Gets or sets the resource URI. /// [JsonProperty(PropertyName = "properties.resourceURI")] public string ResourceURI { get; set; } /// - /// Gets or sets the resource provider registration id. + /// Gets or sets the resource provider registration ID. /// [JsonProperty(PropertyName = "properties.rpRegistrationId")] public string RpRegistrationId { get; set; } /// - /// Gets or sets the usage metrics. + /// Gets or sets usage metrics. /// [JsonProperty(PropertyName = "properties.usageMetrics")] public IList UsageMetrics { get; set; } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ServiceHealth.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ServiceHealth.cs index 1dd6e1f738fa..bade9b075423 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ServiceHealth.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/ServiceHealth.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -20,39 +18,40 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models using System.Linq; /// - /// Holds information about a services health. + /// Holds information about the health of a service. /// [Rest.Serialization.JsonTransformation] - public partial class ServiceHealth : Resource + public partial class ServiceHealth : TrackedResource { /// /// Initializes a new instance of the ServiceHealth class. /// public ServiceHealth() { - CustomInit(); + CustomInit(); } /// /// Initializes a new instance of the ServiceHealth class. /// - /// URI of the resource. - /// Name of the resource. - /// Type of resource. - /// Location where resource is location. - /// List of key value pairs. - /// Gets or sets the alert summary. - /// Gets or sets the health status. - /// Gets or sets the name - /// space. - /// Gets or sets the registration - /// id. - /// Gets or sets the route prefix. - /// Name of the alert. + /// Fully qualified resource Id for the + /// resource + /// The name of the resource + /// The type of the resource. + /// Resource tags. + /// The Azure Region where the resource + /// lives + /// Alert summary. + /// Health state. + /// Namespace of the health + /// resource. + /// Registration ID. + /// Route prefix. + /// Name of the service. /// Location of the service. - /// The route prefix to the alert. - public ServiceHealth(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), AlertSummary alertSummary = default(AlertSummary), string healthState = default(string), string namespaceProperty = default(string), string registrationId = default(string), string routePrefix = default(string), string displayName = default(string), string serviceLocation = default(string), string infraURI = default(string)) - : base(id, name, type, location, tags) + /// The route prefix to the service. + public ServiceHealth(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string), AlertSummary alertSummary = default(AlertSummary), string healthState = default(string), string namespaceProperty = default(string), string registrationId = default(string), string routePrefix = default(string), string displayName = default(string), string serviceLocation = default(string), string infraURI = default(string)) + : base(id, name, type, tags, location) { AlertSummary = alertSummary; HealthState = healthState; @@ -71,37 +70,37 @@ public ServiceHealth() partial void CustomInit(); /// - /// Gets or sets the alert summary. + /// Gets or sets alert summary. /// [JsonProperty(PropertyName = "properties.alertSummary")] public AlertSummary AlertSummary { get; set; } /// - /// Gets or sets the health status. + /// Gets or sets health state. /// [JsonProperty(PropertyName = "properties.healthState")] public string HealthState { get; set; } /// - /// Gets or sets the name space. + /// Gets or sets namespace of the health resource. /// [JsonProperty(PropertyName = "properties.namespace")] public string NamespaceProperty { get; set; } /// - /// Gets or sets the registration id. + /// Gets or sets registration ID. /// [JsonProperty(PropertyName = "properties.registrationId")] public string RegistrationId { get; set; } /// - /// Gets or sets the route prefix. + /// Gets or sets route prefix. /// [JsonProperty(PropertyName = "properties.routePrefix")] public string RoutePrefix { get; set; } /// - /// Gets or sets name of the alert. + /// Gets or sets name of the service. /// [JsonProperty(PropertyName = "properties.displayName")] public string DisplayName { get; set; } @@ -113,7 +112,7 @@ public ServiceHealth() public string ServiceLocation { get; set; } /// - /// Gets or sets the route prefix to the alert. + /// Gets or sets the route prefix to the service. /// [JsonProperty(PropertyName = "properties.infraURI")] public string InfraURI { get; set; } diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/TrackedResource.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/TrackedResource.cs new file mode 100644 index 000000000000..013a7532ffa3 --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/TrackedResource.cs @@ -0,0 +1,67 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The resource model definition for a ARM tracked top level resource + /// + public partial class TrackedResource : Resource + { + /// + /// Initializes a new instance of the TrackedResource class. + /// + public TrackedResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrackedResource class. + /// + /// Fully qualified resource Id for the + /// resource + /// The name of the resource + /// The type of the resource. + /// Resource tags. + /// The Azure Region where the resource + /// lives + public TrackedResource(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string location = default(string)) + : base(id, name, type) + { + Tags = tags; + Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource tags. + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// Gets or sets the Azure Region where the resource lives + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; set; } + + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/UsageMetrics.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/UsageMetrics.cs index cd3e8ee77be8..5e9bb6115a31 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/UsageMetrics.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Models/UsageMetrics.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,13 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin.Models { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; - using Microsoft.AzureStack.Management.InfrastructureInsights.Admin; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -27,7 +25,7 @@ public partial class UsageMetrics /// public UsageMetrics() { - CustomInit(); + CustomInit(); } /// diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Operations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Operations.cs new file mode 100644 index 000000000000..1c2d24ee5c36 --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/Operations.cs @@ -0,0 +1,400 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Operations operations. + /// + internal partial class Operations : IServiceOperations, IOperations + { + /// + /// Initializes a new instance of the Operations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal Operations(InfrastructureInsightsAdminClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the InfrastructureInsightsAdminClient + /// + public InfrastructureInsightsAdminClient Client { get; private set; } + + /// + /// Returns a list of support REST operations. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.InfrastructureInsights.Admin/operations").ToString(); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Returns a list of support REST operations. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/OperationsExtensions.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/OperationsExtensions.cs new file mode 100644 index 000000000000..1ec8ae997a27 --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/OperationsExtensions.cs @@ -0,0 +1,87 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for Operations. + /// + public static partial class OperationsExtensions + { + /// + /// Returns a list of support REST operations. + /// + /// + /// The operations group for this extension method. + /// + public static IPage List(this IOperations operations) + { + return operations.ListAsync().GetAwaiter().GetResult(); + } + + /// + /// Returns a list of support REST operations. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task> ListAsync(this IOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Returns a list of support REST operations. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListNext(this IOperations operations, string nextPageLink) + { + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Returns a list of support REST operations. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListNextAsync(this IOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperations.cs index 6e66be51f6ef..cf1047a27b3d 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -53,10 +52,10 @@ internal RegionHealthsOperations(InfrastructureInsightsAdminClient client) public InfrastructureInsightsAdminClient Client { get; private set; } /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// - /// - /// Location name. + /// + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. @@ -82,15 +81,15 @@ internal RegionHealthsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - if (location == null) + if (resourceGroupName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "location"); + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); } if (Client.ApiVersion == null) { @@ -104,15 +103,15 @@ internal RegionHealthsOperations(InfrastructureInsightsAdminClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("odataQuery", odataQuery); - tracingParameters.Add("location", location); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); List _queryParameters = new List(); if (odataQuery != null) { @@ -252,12 +251,12 @@ internal RegionHealthsOperations(InfrastructureInsightsAdminClient client) } /// - /// Get health status of a region. + /// Returns the requested health status of a region. /// - /// - /// Location name. + /// + /// The name of the resource group. /// - /// + /// /// Name of the region /// /// @@ -281,19 +280,19 @@ internal RegionHealthsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string location, string region, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - if (location == null) + if (resourceGroupName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "location"); + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); } - if (region == null) + if (location == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "region"); + throw new ValidationException(ValidationRules.CannotBeNull, "location"); } if (Client.ApiVersion == null) { @@ -306,17 +305,17 @@ internal RegionHealthsOperations(InfrastructureInsightsAdminClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); - tracingParameters.Add("region", region); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{region}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); - _url = _url.Replace("{region}", System.Uri.EscapeDataString(region)); List _queryParameters = new List(); if (Client.ApiVersion != null) { @@ -448,7 +447,7 @@ internal RegionHealthsOperations(InfrastructureInsightsAdminClient client) } /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperationsExtensions.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperationsExtensions.cs index 390fcf371aac..a669aeb9686f 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperationsExtensions.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/RegionHealthsOperationsExtensions.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -24,30 +23,30 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public static partial class RegionHealthsOperationsExtensions { /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// /// /// The operations group for this extension method. /// - /// - /// Location name. + /// + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. /// - public static IPage List(this IRegionHealthsOperations operations, string location, ODataQuery odataQuery = default(ODataQuery)) + public static IPage List(this IRegionHealthsOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery)) { - return ((IRegionHealthsOperations)operations).ListAsync(location, odataQuery).GetAwaiter().GetResult(); + return operations.ListAsync(resourceGroupName, odataQuery).GetAwaiter().GetResult(); } /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// /// /// The operations group for this extension method. /// - /// - /// Location name. + /// + /// The name of the resource group. /// /// /// OData parameters to apply to the operation. @@ -55,56 +54,56 @@ public static partial class RegionHealthsOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListAsync(this IRegionHealthsOperations operations, string location, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IRegionHealthsOperations operations, string resourceGroupName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(location, odataQuery, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Get health status of a region. + /// Returns the requested health status of a region. /// /// /// The operations group for this extension method. /// - /// - /// Location name. + /// + /// The name of the resource group. /// - /// + /// /// Name of the region /// - public static RegionHealth Get(this IRegionHealthsOperations operations, string location, string region) + public static RegionHealth Get(this IRegionHealthsOperations operations, string resourceGroupName, string location) { - return operations.GetAsync(location, region).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, location).GetAwaiter().GetResult(); } /// - /// Get health status of a region. + /// Returns the requested health status of a region. /// /// /// The operations group for this extension method. /// - /// - /// Location name. + /// + /// The name of the resource group. /// - /// + /// /// Name of the region /// /// /// The cancellation token. /// - public static async Task GetAsync(this IRegionHealthsOperations operations, string location, string region, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IRegionHealthsOperations operations, string resourceGroupName, string location, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(location, region, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, location, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// /// /// The operations group for this extension method. @@ -118,7 +117,7 @@ public static IPage ListNext(this IRegionHealthsOperations operati } /// - /// Get the list of all regions health status. + /// Returns the list of all health status for the region. /// /// /// The operations group for this extension method. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperations.cs index fce9fd2c584d..aa5d0f2d39b5 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -53,13 +52,16 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) public InfrastructureInsightsAdminClient Client { get; private set; } /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// /// OData parameters to apply to the operation. @@ -85,12 +87,16 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } if (location == null) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); @@ -111,6 +117,7 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); tracingParameters.Add("serviceRegistrationId", serviceRegistrationId); tracingParameters.Add("cancellationToken", cancellationToken); @@ -118,8 +125,9 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); _url = _url.Replace("{serviceRegistrationId}", System.Uri.EscapeDataString(serviceRegistrationId)); List _queryParameters = new List(); @@ -261,16 +269,19 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) } /// - /// Get health information about a resources. + /// Returns the requested health information about a resource. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// - /// Resource registration id. + /// Resource registration ID. /// /// /// OData filter parameter. @@ -296,12 +307,16 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } if (location == null) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); @@ -325,6 +340,7 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); tracingParameters.Add("serviceRegistrationId", serviceRegistrationId); tracingParameters.Add("resourceRegistrationId", resourceRegistrationId); @@ -334,8 +350,9 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths/{resourceRegistrationId}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceRegistrationId}/resourceHealths/{resourceRegistrationId}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); _url = _url.Replace("{serviceRegistrationId}", System.Uri.EscapeDataString(serviceRegistrationId)); _url = _url.Replace("{resourceRegistrationId}", System.Uri.EscapeDataString(resourceRegistrationId)); @@ -474,7 +491,7 @@ internal ResourceHealthsOperations(InfrastructureInsightsAdminClient client) } /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperationsExtensions.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperationsExtensions.cs index 6044496ff91c..44416eb81b50 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperationsExtensions.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ResourceHealthsOperationsExtensions.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -24,36 +23,42 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public static partial class ResourceHealthsOperationsExtensions { /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// /// OData parameters to apply to the operation. /// - public static IPage List(this IResourceHealthsOperations operations, string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery)) + public static IPage List(this IResourceHealthsOperations operations, string resourceGroupName, string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery)) { - return ((IResourceHealthsOperations)operations).ListAsync(location, serviceRegistrationId, odataQuery).GetAwaiter().GetResult(); + return operations.ListAsync(resourceGroupName, location, serviceRegistrationId, odataQuery).GetAwaiter().GetResult(); } /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// /// OData parameters to apply to the operation. @@ -61,51 +66,57 @@ public static partial class ResourceHealthsOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListAsync(this IResourceHealthsOperations operations, string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IResourceHealthsOperations operations, string resourceGroupName, string location, string serviceRegistrationId, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(location, serviceRegistrationId, odataQuery, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, location, serviceRegistrationId, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Get health information about a resources. + /// Returns the requested health information about a resource. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// - /// Resource registration id. + /// Resource registration ID. /// /// /// OData filter parameter. /// - public static ResourceHealth Get(this IResourceHealthsOperations operations, string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string)) + public static ResourceHealth Get(this IResourceHealthsOperations operations, string resourceGroupName, string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string)) { - return operations.GetAsync(location, serviceRegistrationId, resourceRegistrationId, filter).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, location, serviceRegistrationId, resourceRegistrationId, filter).GetAwaiter().GetResult(); } /// - /// Get health information about a resources. + /// Returns the requested health information about a resource. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// - /// Service registration id. + /// Service registration ID. /// /// - /// Resource registration id. + /// Resource registration ID. /// /// /// OData filter parameter. @@ -113,16 +124,16 @@ public static partial class ResourceHealthsOperationsExtensions /// /// The cancellation token. /// - public static async Task GetAsync(this IResourceHealthsOperations operations, string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IResourceHealthsOperations operations, string resourceGroupName, string location, string serviceRegistrationId, string resourceRegistrationId, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(location, serviceRegistrationId, resourceRegistrationId, filter, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, location, serviceRegistrationId, resourceRegistrationId, filter, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// /// /// The operations group for this extension method. @@ -136,7 +147,7 @@ public static IPage ListNext(this IResourceHealthsOperations ope } /// - /// Get a list of resources?. + /// Returns a list of each resource's health under a service. /// /// /// The operations group for this extension method. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/SdkInfo_InfrastructureInsightsAdminClient.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/SdkInfo_InfrastructureInsightsAdminClient.cs new file mode 100644 index 000000000000..9b9589037dc6 --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/SdkInfo_InfrastructureInsightsAdminClient.cs @@ -0,0 +1,22 @@ + +using System; +using System.Collections.Generic; +using System.Linq; + +internal static partial class SdkInfo +{ + public static IEnumerable> ApiInfo_InfrastructureInsightsAdminClient + { + get + { + return new Tuple[] + { + new Tuple("InfrastructureInsights.Admin", "Alerts", "2016-05-01"), + new Tuple("InfrastructureInsights.Admin", "Operations", "2016-05-01"), + new Tuple("InfrastructureInsights.Admin", "RegionHealths", "2016-05-01"), + new Tuple("InfrastructureInsights.Admin", "ResourceHealths", "2016-05-01"), + new Tuple("InfrastructureInsights.Admin", "ServiceHealths", "2016-05-01"), + }.AsEnumerable(); + } + } +} diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperations.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperations.cs index 9d6cbef839f0..a0868133b0ec 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperations.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperations.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -53,10 +52,13 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) public InfrastructureInsightsAdminClient Client { get; private set; } /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. @@ -82,12 +84,16 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } if (location == null) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); @@ -104,14 +110,16 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); List _queryParameters = new List(); if (odataQuery != null) @@ -252,10 +260,13 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) } /// - /// Get a services health + /// Returns the requested service health object. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Service Health name. @@ -281,12 +292,16 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string location, string serviceHealth, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string location, string serviceHealth, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } if (location == null) { throw new ValidationException(ValidationRules.CannotBeNull, "location"); @@ -306,6 +321,7 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("location", location); tracingParameters.Add("serviceHealth", serviceHealth); tracingParameters.Add("cancellationToken", cancellationToken); @@ -313,8 +329,9 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceHealth}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.InfrastructureInsights.Admin/regionHealths/{location}/serviceHealths/{serviceHealth}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); _url = _url.Replace("{serviceHealth}", System.Uri.EscapeDataString(serviceHealth)); List _queryParameters = new List(); @@ -448,7 +465,7 @@ internal ServiceHealthsOperations(InfrastructureInsightsAdminClient client) } /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperationsExtensions.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperationsExtensions.cs index 360a832da9f8..5998f763c78f 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperationsExtensions.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Generated/ServiceHealthsOperationsExtensions.cs @@ -1,3 +1,4 @@ +// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. @@ -5,12 +6,10 @@ // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. +// namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { - using Microsoft.AzureStack; - using Microsoft.AzureStack.Management; - using Microsoft.AzureStack.Management.InfrastructureInsights; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; @@ -24,30 +23,36 @@ namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin public static partial class ServiceHealthsOperationsExtensions { /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. /// - public static IPage List(this IServiceHealthsOperations operations, string location, ODataQuery odataQuery = default(ODataQuery)) + public static IPage List(this IServiceHealthsOperations operations, string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery)) { - return ((IServiceHealthsOperations)operations).ListAsync(location, odataQuery).GetAwaiter().GetResult(); + return operations.ListAsync(resourceGroupName, location, odataQuery).GetAwaiter().GetResult(); } /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// OData parameters to apply to the operation. @@ -55,39 +60,45 @@ public static partial class ServiceHealthsOperationsExtensions /// /// The cancellation token. /// - public static async Task> ListAsync(this IServiceHealthsOperations operations, string location, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IServiceHealthsOperations operations, string resourceGroupName, string location, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(location, odataQuery, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, location, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Get a services health + /// Returns the requested service health object. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Service Health name. /// - public static ServiceHealth Get(this IServiceHealthsOperations operations, string location, string serviceHealth) + public static ServiceHealth Get(this IServiceHealthsOperations operations, string resourceGroupName, string location, string serviceHealth) { - return operations.GetAsync(location, serviceHealth).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, location, serviceHealth).GetAwaiter().GetResult(); } /// - /// Get a services health + /// Returns the requested service health object. /// /// /// The operations group for this extension method. /// + /// + /// The name of the resource group. + /// /// - /// Location name. + /// Name of the region /// /// /// Service Health name. @@ -95,16 +106,16 @@ public static ServiceHealth Get(this IServiceHealthsOperations operations, strin /// /// The cancellation token. /// - public static async Task GetAsync(this IServiceHealthsOperations operations, string location, string serviceHealth, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IServiceHealthsOperations operations, string resourceGroupName, string location, string serviceHealth, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(location, serviceHealth, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, location, serviceHealth, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// /// /// The operations group for this extension method. @@ -118,7 +129,7 @@ public static IPage ListNext(this IServiceHealthsOperations opera } /// - /// Get a list of all services health + /// Returns the list of all resource provider health states. /// /// /// The operations group for this extension method. diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Microsoft.AzureStack.Management.InfrastructureInsights.Admin.csproj b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Microsoft.AzureStack.Management.InfrastructureInsights.Admin.csproj index a1f1107c2cb8..b99b8c84e544 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Microsoft.AzureStack.Management.InfrastructureInsights.Admin.csproj +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Microsoft.AzureStack.Management.InfrastructureInsights.Admin.csproj @@ -1,18 +1,27 @@ - - + + - - Microsoft.AzureStack.Management.InfrastructureInsights.Admin - Provides developers with libraries for the health admin under AzureStack to manage health alerts. - 0.1.0-preview - Microsoft.AzureStack.Management.InfrastructureInsights.Admin - Microsoft Azure Stack;InfrastructureInsights;REST HTTP client;azureostackfficial;netcore451511 - This is a preview release of the AzureStack InfrastructureInsights Admin SDK. Included with this release is support for gathering information about the health of your AzureStack infrastructure. - - - net452;netstandard1.4 - + + Microsoft.AzureStack.Management.InfrastructureInsights.Admin + Provides developers with libraries for the health admin under AzureStack to manage health alerts. + 0.2.0-preview + Microsoft.AzureStack.Management.InfrastructureInsights.Admin + Microsoft Azure Stack;InfrastructureInsights;REST HTTP client;azureostackfficial;netcore451511 + + + + + + + net452;netstandard1.4 + + + + + diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Properties/AssemblyInfo.cs b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Properties/AssemblyInfo.cs index 2d3c5192f990..37e3046046bf 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Properties/AssemblyInfo.cs +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Properties/AssemblyInfo.cs @@ -14,15 +14,5 @@ [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.2.0.0")] +[assembly: AssemblyFileVersion("0.2.0.0")] diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/generate.cmd b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/generate.cmd index b5af59fc2fe0..4ca721ea7034 100644 --- a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/generate.cmd +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/generate.cmd @@ -4,6 +4,4 @@ :: @echo off -call %~dp0..\..\..\..\tools\generate.cmd azsadmin/resource-manager/InfrastructureInsights latest Azure current azure-rest-api-specs %CD% -move InfrastructureInsights\InfrastructureInsights.Admin\Generated . -rd InfrastructureInsights /S /Q \ No newline at end of file +call %~dp0..\..\..\..\tools\generate.cmd azsadmin/resource-manager/infrastructureinsights latest Azure master azure-rest-api-specs %CD% diff --git a/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/generate.ps1 b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/generate.ps1 new file mode 100644 index 000000000000..bbea67e73ac8 --- /dev/null +++ b/src/AzureStack/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/generate.ps1 @@ -0,0 +1 @@ +powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/infrastructureinsights" -PowershellInvoker -AutoRestVersion "latest" -SdkRootDirectory $PSScriptRoot diff --git a/src/AzureStack/KeyVaultAdmin/KeyVault.Admin/generate.ps1 b/src/AzureStack/KeyVaultAdmin/KeyVault.Admin/generate.ps1 index e04facf44570..c08d1b99adea 100644 --- a/src/AzureStack/KeyVaultAdmin/KeyVault.Admin/generate.ps1 +++ b/src/AzureStack/KeyVaultAdmin/KeyVault.Admin/generate.ps1 @@ -2,7 +2,7 @@ Remove-Item -Path "$PSScriptRoot\Generated" -Force -Recurse # Generate -powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/keyvault" -PowershellInvoker -AutoRestVersion "latest" -SdkDirectory $PSScriptRoot +powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "azsadmin/resource-manager/keyvault" -PowershellInvoker -AutoRestVersion "latest" -SdkRootDirectory $PSScriptRoot # Cleanup $From = Join-Path -Path $PSScriptRoot -ChildPath "KeyVault\KeyVault.Admin\Generated" diff --git a/src/AzureStack/NetworkAdmin/Network.Admin/generate.ps1 b/src/AzureStack/NetworkAdmin/Network.Admin/generate.ps1 index 8b34d861f36d..144f8224695e 100644 --- a/src/AzureStack/NetworkAdmin/Network.Admin/generate.ps1 +++ b/src/AzureStack/NetworkAdmin/Network.Admin/generate.ps1 @@ -6,4 +6,4 @@ powershell.exe -ExecutionPolicy Bypass ` -ResourceProvider "azsadmin/resource-manager/network" ` -PowershellInvoker ` -AutoRestVersion "latest" ` - -SdkDirectory $PSScriptRoot + -SdkRootDirectory $PSScriptRoot diff --git a/src/AzureStack/UpdateAdmin/Update.Admin/generate.ps1 b/src/AzureStack/UpdateAdmin/Update.Admin/generate.ps1 index d59728d22c12..442752aeed90 100644 --- a/src/AzureStack/UpdateAdmin/Update.Admin/generate.ps1 +++ b/src/AzureStack/UpdateAdmin/Update.Admin/generate.ps1 @@ -7,4 +7,4 @@ powershell.exe ` -ResourceProvider "azsadmin/resource-manager/update" ` -PowershellInvoker ` -AutoRestVersion "latest" ` - -SdkDirectory $PSScriptRoot + -SdkRootDirectory $PSScriptRoot diff --git a/src/SDKs/_metadata/azsadmin_resource-manager_infrastructureinsights.txt b/src/SDKs/_metadata/azsadmin_resource-manager_infrastructureinsights.txt new file mode 100644 index 000000000000..7411663e4b73 --- /dev/null +++ b/src/SDKs/_metadata/azsadmin_resource-manager_infrastructureinsights.txt @@ -0,0 +1,17 @@ +Executing AutoRest command +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/azsadmin/resource-manager/infrastructureinsights/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\github\azure-sdk-for-net\src\AzureStack\InfrastructureInsightsAdmin\InfrastructureInsights.Admin +2018-04-20 22:08:15 UTC +1) azure-rest-api-specs repository information +GitHub fork: Azure +Branch: master +Commit: d052f8bd7524def7a6de1eb3aae315aec8bf7925 + +2) AutoRest information +Requested version: latest +Bootstrapper version: C:\Users\jerobins.REDMOND\AppData\Roaming\npm `-- autorest@2.0.4262 + + +Latest installed version: +.\tools\generate.ps1 was invoked by generate.ps1 + +