Microsoft.ResourceHealth (stable:2022-05-01)

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

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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
}
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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
}
ImpactedResources_ListBySubscriptionIdAndEventId (new)
Description Lists impacted resources in the subscription by an event.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
targetResourceType: string ,
targetResourceId: string ,
targetRegion: string ,
info:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
ImpactedResources_Get (new)
Description Gets the specific impacted resource in the subscription by an event.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName}
{
subscriptionId: string ,
eventTrackingId: string ,
impactedResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
targetResourceType: string ,
targetResourceId: string ,
targetRegion: string ,
info:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Events_ListBySubscriptionId (new)
Description Lists 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 ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Event_GetBySubscriptionIdAndTrackingId (new)
Description Service health event in the subscription by event tracking id
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Events_ListByTenantId (new)
Description Lists current service health events in the tenant.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Event_GetByTenantIdAndTrackingId (new)
Description Service health event in the tenant by event tracking id
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: 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 ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: 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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
}
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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
title: string ,
summary: string ,
detailedStatus: string ,
reasonType: string ,
context: string ,
category: string ,
articleId: string ,
rootCauseAttributionTime: string ,
healthEventType: string ,
healthEventCause: string ,
healthEventCategory: string ,
healthEventId: string ,
resolutionETA: string ,
occuredTime: string ,
reasonChronicity: enum ,
reportedTime: string ,
recentlyResolved:
{
unavailableOccuredTime: string ,
resolvedTime: string ,
unavailableSummary: 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 ,
}
ImpactedResources_ListBySubscriptionIdAndEventId (removed)
Description Lists impacted resources in the subscription by an event.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
targetResourceType: string ,
targetResourceId: string ,
targetRegion: string ,
info:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
ImpactedResources_Get (removed)
Description Gets the specific impacted resource in the subscription by an event.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName}
{
subscriptionId: string ,
eventTrackingId: string ,
impactedResourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
targetResourceType: string ,
targetResourceId: string ,
targetRegion: string ,
info:
[
{
key: string ,
value: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Events_ListBySubscriptionId (removed)
Description Lists 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 ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Event_GetBySubscriptionIdAndTrackingId (removed)
Description Service health event in the subscription by event tracking id
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details: string ,
}
Event_GetByTenantIdAndTrackingId (removed)
Description Service health event in the tenant by event tracking id
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: 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 ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
eventType: enum ,
eventSource: enum ,
status: enum ,
title: string ,
summary: string ,
header: string ,
level: enum ,
eventLevel: enum ,
externalIncidentId: string ,
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 ,
]
,
impactedTenants:
[
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 ,
additionalInformation:
{
message: string ,
}
,
duration: integer ,
impactType: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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