-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Expand file tree
/
Copy pathEmergingIssues_Get.json
More file actions
84 lines (84 loc) · 3.7 KB
/
Copy pathEmergingIssues_Get.json
File metadata and controls
84 lines (84 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"parameters": {
"issueName": "default",
"api-version": "2022-10-01-preview"
},
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.ResourceHealth/emergingissues/default",
"type": "/providers/Microsoft.ResourceHealth/emergingissues",
"name": "default",
"properties": {
"refreshTimestamp": "2019-12-17T09:12:00Z",
"statusBanners": [
{
"title": "Automatic updates to the dial tone page from ACM - banner",
"message": "Testing backup site",
"cloud": "Public",
"lastModifiedTime": "2019-12-15T08:04:00Z"
},
{
"title": "Storage - West Europe",
"message": "<span style=\"color: #323237; font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif; font-size: 16px; background-color: #ffffff\">A subset of customers using Storage in West Europe experienced service availability issues. In addition, resources with dependencies on the impacted storage scale units may have experienced downstream impact in the form of availability issues, connection failures, or high latency. Engineers are investigating the root cause.</span>",
"cloud": "Public",
"lastModifiedTime": "2019-12-15T10:15:00Z"
}
],
"statusActiveEvents": [
{
"title": "Automatic updates to the dial tone page from ACM - SHD event",
"description": "Virtual Machines case",
"trackingId": "KTTK-TZ8",
"startTime": "2019-12-15T08:06:00Z",
"cloud": "Public",
"severity": "Information",
"stage": "Active",
"impacts": [
{
"id": "virtual-machines",
"name": "Virtual Machines",
"regions": [
{
"id": "us-central",
"name": "Central US"
},
{
"id": "us-east",
"name": "East US"
}
]
}
],
"published": true,
"lastModifiedTime": "2019-12-15T08:10:00Z"
},
{
"title": "Azure SQL Database - West Europe",
"description": "All Azure SQL service management requests (create, update, delete, etc.) are serviced through the SQL Control Plane infrastructure. Engineers determined that during this issue, the control plane service became unhealthy after receiving a significant increase in internally generated operations and reaching an operational threshold. This led to service management requests becoming unable to complete, which in-turn resulted in timeouts and throttling. Subsequent investigation by engineers determined this issue was due service requests from an internal Azure group that triggered a bug which caused an excessive number of internally generated operations.",
"trackingId": "4KHK-LS8",
"startTime": "2019-12-16T05:11:00Z",
"cloud": "Public",
"severity": "Error",
"stage": "Active",
"impacts": [
{
"id": "sql-database",
"name": "SQL Database",
"regions": [
{
"id": "europe-west",
"name": "West Europe"
}
]
}
],
"published": true,
"lastModifiedTime": "2019-12-16T05:11:00Z"
}
]
}
}
}
}
}