Microsoft.ResourceHealth (stable:2018-07-01)

2025/09/26 • 11 new, 11 deleted methods

Events_ListBySubscriptionId (new)
Description Lists current service health events in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events
{
api-version: string ,
$filter: string ,
queryStartTime: string ,
subscriptionId: string ,
view: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
reason: string ,
article:
{
articleContent: string ,
articleId: string ,
parameters: object ,
}
,
links:
[
{
type: enum ,
displayText:
{
value: string ,
localizedValue: string ,
}
,
extensionName: string ,
bladeName: string ,
parameters: object ,
}
,
]
,
impactStartTime: string ,
impactMitigationTime: string ,
impact:
[
{
impactedService: string ,
impactedRegions:
[
{
impactedRegion: string ,
status: enum ,
impactedSubscriptions:
[
string ,
]
,
lastUpdateTime: string ,
updates:
[
{
summary: string ,
updateDateTime: string ,
}
,
]
,
}
,
]
,
}
,
]
,
recommendedActions:
{
message: string ,
actions:
[
{
groupId: integer ,
actionText: string ,
}
,
]
,
localeCode: string ,
}
,
faqs:
[
{
question: string ,
answer: string ,
localeCode: string ,
}
,
]
,
isHIR: boolean ,
enableMicrosoftSupport: boolean ,
description: string ,
platformInitiated: boolean ,
enableChatWithUs: boolean ,
priority: integer ,
lastUpdateTime: string ,
hirStage: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Events_ListBySingleResource (new)
Description Lists current service health events for given resource.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ResourceHealth/events
{
resourceUri: string ,
api-version: string ,
$filter: string ,
view: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
reason: string ,
article:
{
articleContent: string ,
articleId: string ,
parameters: object ,
}
,
links:
[
{
type: enum ,
displayText:
{
value: string ,
localizedValue: string ,
}
,
extensionName: string ,
bladeName: string ,
parameters: object ,
}
,
]
,
impactStartTime: string ,
impactMitigationTime: string ,
impact:
[
{
impactedService: string ,
impactedRegions:
[
{
impactedRegion: string ,
status: enum ,
impactedSubscriptions:
[
string ,
]
,
lastUpdateTime: string ,
updates:
[
{
summary: string ,
updateDateTime: string ,
}
,
]
,
}
,
]
,
}
,
]
,
recommendedActions:
{
message: string ,
actions:
[
{
groupId: integer ,
actionText: string ,
}
,
]
,
localeCode: string ,
}
,
faqs:
[
{
question: string ,
answer: string ,
localeCode: string ,
}
,
]
,
isHIR: boolean ,
enableMicrosoftSupport: boolean ,
description: string ,
platformInitiated: boolean ,
enableChatWithUs: boolean ,
priority: integer ,
lastUpdateTime: string ,
hirStage: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_ListBySubscriptionId (new)
Description Lists the current availability status for all the resources in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses
{
api-version: string ,
$filter: string ,
subscriptionId: string ,
$expand: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_ListByResourceGroup (new)
Description Lists the current availability status for all the resources in the resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
$filter: string ,
$expand: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_GetByResource (new)
Description Gets current availability status for a single resource
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current
{
resourceUri: string ,
api-version: string ,
$filter: string ,
$expand: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_List (new)
Description Lists all historical availability transitions and impacting events for a single resource.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses
{
resourceUri: string ,
api-version: string ,
$filter: string ,
$expand: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Operations_List (new)
Description Lists available operations for the resourcehealth resource provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
EmergingIssues_Get (new)
Description Gets Azure services' emerging issues.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/emergingIssues/{issueName}
{
issueName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
refreshTimestamp: string ,
statusBanners:
[
{
title: string ,
message: string ,
cloud: string ,
lastModifiedTime: string ,
}
,
]
,
statusActiveEvents:
[
{
title: string ,
description: string ,
trackingId: string ,
startTime: string ,
cloud: string ,
severity: enum ,
stage: enum ,
published: boolean ,
lastModifiedTime: string ,
impacts:
[
{
id: string ,
name: string ,
regions:
[
{
id: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
EmergingIssues_List (new)
Description Lists Azure services' emerging issues.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/emergingIssues
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
refreshTimestamp: string ,
statusBanners:
[
{
title: string ,
message: string ,
cloud: string ,
lastModifiedTime: string ,
}
,
]
,
statusActiveEvents:
[
{
title: string ,
description: string ,
trackingId: string ,
startTime: string ,
cloud: string ,
severity: enum ,
stage: enum ,
published: boolean ,
lastModifiedTime: string ,
impacts:
[
{
id: string ,
name: string ,
regions:
[
{
id: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Metadata_List (new)
Description Gets the list of metadata entities.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/metadata
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
displayName: string ,
dependsOn:
[
string ,
]
,
applicableScenarios:
[
string ,
]
,
supportedValues:
[
{
id: string ,
displayName: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Metadata_GetEntity (new)
Description Gets the list of metadata entities.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/metadata/{name}
{
name: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
dependsOn:
[
string ,
]
,
applicableScenarios:
[
string ,
]
,
supportedValues:
[
{
id: string ,
displayName: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Events_ListBySubscriptionId (removed)
Description Lists current service health events in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events
{
api-version: string ,
$filter: string ,
queryStartTime: string ,
subscriptionId: string ,
view: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
reason: string ,
article:
{
articleContent: string ,
articleId: string ,
parameters: object ,
}
,
links:
[
{
type: enum ,
displayText:
{
value: string ,
localizedValue: string ,
}
,
extensionName: string ,
bladeName: string ,
parameters: object ,
}
,
]
,
impactStartTime: string ,
impactMitigationTime: string ,
impact:
[
{
impactedService: string ,
impactedRegions:
[
{
impactedRegion: string ,
status: enum ,
impactedSubscriptions:
[
string ,
]
,
lastUpdateTime: string ,
updates:
[
{
summary: string ,
updateDateTime: string ,
}
,
]
,
}
,
]
,
}
,
]
,
recommendedActions:
{
message: string ,
actions:
[
{
groupId: integer ,
actionText: string ,
}
,
]
,
localeCode: string ,
}
,
faqs:
[
{
question: string ,
answer: string ,
localeCode: string ,
}
,
]
,
isHIR: boolean ,
enableMicrosoftSupport: boolean ,
description: string ,
platformInitiated: boolean ,
enableChatWithUs: boolean ,
priority: integer ,
lastUpdateTime: string ,
hirStage: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Events_ListBySingleResource (removed)
Description Lists current service health events for given resource.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ResourceHealth/events
{
resourceUri: string ,
api-version: string ,
$filter: string ,
view: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
reason: string ,
article:
{
articleContent: string ,
articleId: string ,
parameters: object ,
}
,
links:
[
{
type: enum ,
displayText:
{
value: string ,
localizedValue: string ,
}
,
extensionName: string ,
bladeName: string ,
parameters: object ,
}
,
]
,
impactStartTime: string ,
impactMitigationTime: string ,
impact:
[
{
impactedService: string ,
impactedRegions:
[
{
impactedRegion: string ,
status: enum ,
impactedSubscriptions:
[
string ,
]
,
lastUpdateTime: string ,
updates:
[
{
summary: string ,
updateDateTime: string ,
}
,
]
,
}
,
]
,
}
,
]
,
recommendedActions:
{
message: string ,
actions:
[
{
groupId: integer ,
actionText: string ,
}
,
]
,
localeCode: string ,
}
,
faqs:
[
{
question: string ,
answer: string ,
localeCode: string ,
}
,
]
,
isHIR: boolean ,
enableMicrosoftSupport: boolean ,
description: string ,
platformInitiated: boolean ,
enableChatWithUs: boolean ,
priority: integer ,
lastUpdateTime: string ,
hirStage: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_ListBySubscriptionId (removed)
Description Lists the current availability status for all the resources in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses
{
api-version: string ,
$filter: string ,
subscriptionId: string ,
$expand: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_ListByResourceGroup (removed)
Description Lists the current availability status for all the resources in the resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
$filter: string ,
$expand: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_GetByResource (removed)
Description Gets current availability status for a single resource
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current
{
resourceUri: string ,
api-version: string ,
$filter: string ,
$expand: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
AvailabilityStatuses_List (removed)
Description Lists all historical availability transitions and impacting events for a single resource.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses
{
resourceUri: string ,
api-version: string ,
$filter: string ,
$expand: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
availabilityState: enum ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occurredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccurredTime: string ,
resolvedTime: string ,
unavailabilitySummary: string ,
}
,
recommendedActions:
[
{
action: string ,
actionUrl: string ,
_ActionUrl.Comment: string ,
actionUrlText: string ,
}
,
]
,
serviceImpactingEvents:
[
{
eventStartTime: string ,
eventStatusLastModifiedTime: string ,
correlationId: string ,
status:
{
value: string ,
}
,
incidentProperties:
{
title: string ,
service: string ,
region: string ,
incidentType: string ,
}
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Operations_List (removed)
Description Lists available operations for the resourcehealth resource provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
EmergingIssues_Get (removed)
Description Gets Azure services' emerging issues.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/emergingIssues/{issueName}
{
issueName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
refreshTimestamp: string ,
statusBanners:
[
{
title: string ,
message: string ,
cloud: string ,
lastModifiedTime: string ,
}
,
]
,
statusActiveEvents:
[
{
title: string ,
description: string ,
trackingId: string ,
startTime: string ,
cloud: string ,
severity: enum ,
stage: enum ,
published: boolean ,
lastModifiedTime: string ,
impacts:
[
{
id: string ,
name: string ,
regions:
[
{
id: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
EmergingIssues_List (removed)
Description Lists Azure services' emerging issues.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/emergingIssues
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
refreshTimestamp: string ,
statusBanners:
[
{
title: string ,
message: string ,
cloud: string ,
lastModifiedTime: string ,
}
,
]
,
statusActiveEvents:
[
{
title: string ,
description: string ,
trackingId: string ,
startTime: string ,
cloud: string ,
severity: enum ,
stage: enum ,
published: boolean ,
lastModifiedTime: string ,
impacts:
[
{
id: string ,
name: string ,
regions:
[
{
id: string ,
name: string ,
}
,
]
,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Metadata_List (removed)
Description Gets the list of metadata entities.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/metadata
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
displayName: string ,
dependsOn:
[
string ,
]
,
applicableScenarios:
[
string ,
]
,
supportedValues:
[
{
id: string ,
displayName: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Metadata_GetEntity (removed)
Description Gets the list of metadata entities.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ResourceHealth/metadata/{name}
{
name: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
dependsOn:
[
string ,
]
,
applicableScenarios:
[
string ,
]
,
supportedValues:
[
{
id: string ,
displayName: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}