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
,
}