Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,78 @@
}
}
}
},
"/providers/Microsoft.ResourceHealth/emergingIssues": {
"get": {
"tags": [
"EmergingIssues"
],
"operationId": "EmergingIssues_List",
"description": "Lists Azure services' emerging issues.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The body contains a list of azure emerging issues.",
"schema": {
"$ref": "#/definitions/emergingIssueListResult"
}
},
"default": {
"description": "DefaultErrorResponse",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"GetEmergingIssues": {
"$ref": "./examples/EmergingIssues_List.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}": {
"get": {
"tags": [
"EmergingIssues"
],
"operationId": "EmergingIssues_Get",
"description": "Gets Azure services' emerging issues.",
"parameters": [
{
"$ref": "#/parameters/IssueNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The body contains properties of azure emerging issues, which includes a list of status banner and status active events.",
"schema": {
"$ref": "#/definitions/emergingIssuesGetResult"
}
},
"default": {
"description": "DefaultErrorResponse",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"GetEmergingIssues": {
"$ref": "./examples/EmergingIssues_Get.json"
}
}
}
}
},
"definitions": {
Expand Down Expand Up @@ -1591,6 +1663,156 @@
}
}
},
"emergingIssueListResult": {
"description": "The list of emerging issues.",
"type": "object",
"properties": {
"value": {
"description": "The list of emerging issues.",
"type": "array",
"items": {
"$ref": "#/definitions/emergingIssuesGetResult"
}
},
"nextLink": {
"description": "The link used to get the next page of emerging issues.",
"type": "string"
}
}
},
"emergingIssuesGetResult": {
"description": "The Get EmergingIssues operation response.",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/emergingIssue",
"description": "The emerging issue entity properties.",
"x-ms-client-flatten": true
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/Resource"
}
]
},
"emergingIssue": {
"type": "object",
"description": "On-going emerging issue from azure status.",
"properties": {
"refreshTimestamp": {
"type": "string",
"description": "Timestamp for when last time refreshed for ongoing emerging issue.",
"format": "date-time"
},
"statusBanners": {
"type": "array",
"items": {
"$ref": "#/definitions/statusBanner"
},
"description": "The list of emerging issues of banner type.",
"x-ms-identifiers": []
},
"statusActiveEvents": {
"type": "array",
"items": {
"$ref": "#/definitions/statusActiveEvent"
},
"description": "The list of emerging issues of active event type.",
"x-ms-identifiers": []
}
}
},
"statusActiveEvent": {
"type": "object",
"description": "Active event type of emerging issue.",
"properties": {
"title": {
"type": "string",
"description": "The active event title."
},
"description": {
"type": "string",
"description": "The details of active event."
},
"trackingId": {
"type": "string",
"description": "The tracking id of this active event."
},
"startTime": {
"type": "string",
"description": "The impact start time on this active event.",
"format": "date-time"
},
"cloud": {
"type": "string",
"description": "The cloud type of this active event."
},
"severity": {
"type": "string",
"description": "The severity level of this active event.",
"enum": [
"Information",
"Warning",
"Error"
],
"x-ms-enum": {
"name": "SeverityValues",
"modelAsString": true
}
},
"stage": {
"type": "string",
"description": "The stage of this active event.",
"enum": [
"Active",
"Resolve",
"Archived"
],
"x-ms-enum": {
"name": "StageValues",
"modelAsString": true
}
},
"published": {
"type": "boolean",
"description": "The boolean value of this active event if published or not."
},
"lastModifiedTime": {
"type": "string",
"description": "The last time modified on this banner.",
"format": "date-time"
},
"impacts": {
"type": "array",
"items": {
"$ref": "#/definitions/emergingIssueImpact"
},
"description": "The list of emerging issues impacts."
}
}
},
"emergingIssueImpact": {
"type": "object",
"description": "Object of the emerging issue impact on services and regions.",
"properties": {
"id": {
"type": "string",
"description": "The impacted service id."
},
"name": {
"type": "string",
"description": "The impacted service name."
},
"regions": {
"type": "array",
"items": {
"$ref": "#/definitions/impactedRegion"
},
"description": "The list of impacted regions for corresponding emerging issues."
}
}
},
"ErrorResponse": {
"description": "Error details.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,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: &quot;Segoe UI&quot;, SegoeUI, &quot;Segoe WP&quot;, 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"
}
]
}
}
}
}
}
Loading