Emerging Issues - Get
获取 Azure 服务的新兴问题。
GET https://management.azure.com/providers/Microsoft.ResourceHealth/emergingIssues/default?api-version=2025-04-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
issue
|
path | True |
新兴问题的名称。 |
|
api-version
|
query | True |
string minLength: 1 |
要用于此操作的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
正文包含 Azure 新兴问题的属性,其中包括状态横幅列表和状态活动事件。 |
|
Other Status Codes |
DefaultErrorResponse |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
GetEmergingIssues
示例请求
GET https://management.azure.com/providers/Microsoft.ResourceHealth/emergingIssues/default?api-version=2025-04-01
示例响应
{
"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"
}
]
}
}
定义
名称 | 说明 |
---|---|
created |
创建资源的标识的类型。 |
emerging |
新兴问题对服务和区域的影响的对象。 |
emerging |
Get EmergingIssues作响应。 |
Error |
错误详细信息。 |
impacted |
受影响区域的对象。 |
Issue |
新兴问题的名称。 |
Severity |
此活动事件的严重性级别。 |
Stage |
此活动事件的阶段。 |
status |
新出现的活动事件类型。 |
status |
新出现的问题的横幅类型。 |
system |
与创建和上次修改资源相关的元数据。 |
createdByType
创建资源的标识的类型。
值 | 说明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
emergingIssueImpact
新兴问题对服务和区域的影响的对象。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
受影响的服务 ID。 |
name |
string |
受影响的服务名称。 |
regions |
相应新兴问题的受影响区域列表。 |
emergingIssuesGetResult
Get EmergingIssues作响应。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
The name of the resource |
properties.refreshTimestamp |
string (date-time) |
上次刷新时出现的问题的时间戳。 |
properties.statusActiveEvents |
活动事件类型的新兴问题列表。 |
|
properties.statusBanners |
横幅类型的新兴问题列表。 |
|
systemData |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 |
|
type |
string |
资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts” |
ErrorResponse
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
错误代码。 |
details |
string |
错误详细信息。 |
message |
string |
错误消息。 |
impactedRegion
受影响区域的对象。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
受影响的区域 ID。 |
name |
string |
受影响的区域名称。 |
IssueNameParameter
新兴问题的名称。
值 | 说明 |
---|---|
default |
SeverityValues
此活动事件的严重性级别。
值 | 说明 |
---|---|
Error | |
Information | |
Warning |
StageValues
此活动事件的阶段。
值 | 说明 |
---|---|
Active | |
Archived | |
Resolve |
statusActiveEvent
新出现的活动事件类型。
名称 | 类型 | 说明 |
---|---|---|
cloud |
string |
此活动事件的云类型。 |
description |
string |
活动事件的详细信息。 |
impacts |
新兴问题影响的列表。 |
|
lastModifiedTime |
string (date-time) |
上次在此横幅上修改的时间。 |
published |
boolean |
如果已发布或未发布,则此活动事件的布尔值。 |
severity |
此活动事件的严重性级别。 |
|
stage |
此活动事件的阶段。 |
|
startTime |
string (date-time) |
此活动事件的影响开始时间。 |
title |
string |
活动事件标题。 |
trackingId |
string |
此活动事件的跟踪 ID。 |
statusBanner
新出现的问题的横幅类型。
名称 | 类型 | 说明 |
---|---|---|
cloud |
string |
此横幅的云类型。 |
lastModifiedTime |
string (date-time) |
上次在此横幅上修改的时间。 |
message |
string |
横幅的详细信息。 |
title |
string |
横幅标题。 |
systemData
与创建和上次修改资源相关的元数据。
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string (date-time) |
资源创建时间戳(UTC)。 |
createdBy |
string |
创建资源的标识。 |
createdByType |
创建资源的标识的类型。 |
|
lastModifiedAt |
string (date-time) |
上次修改的资源时间戳(UTC) |
lastModifiedBy |
string |
上次修改资源的标识。 |
lastModifiedByType |
上次修改资源的标识的类型。 |