Skip to main content

service_healths

Creates, updates, deletes, gets or lists a service_healths resource.

Overview

Nameservice_healths
TypeResource
Idazure_stack.infrastructure_insights_admin.service_healths

Fields

NameDatatypeDescription
alert_summarytextfield from the properties object
display_nametextfield from the properties object
health_statetextfield from the properties object
infra_uritextfield from the properties object
locationtextThe Azure Region where the resource lives
namespacetextfield from the properties object
registration_idtextfield from the properties object
resourceGroupNametextfield from the properties object
route_prefixtextfield from the properties object
serviceHealthtextfield from the properties object
service_locationtextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, resourceGroupName, serviceHealth, subscriptionIdReturns the requested service health object.
listSELECTlocation, resourceGroupName, subscriptionIdReturns the list of all resource provider health states.

SELECT examples

Returns the list of all resource provider health states.

SELECT
alert_summary,
display_name,
health_state,
infra_uri,
location,
namespace,
registration_id,
resourceGroupName,
route_prefix,
serviceHealth,
service_location,
subscriptionId,
tags
FROM azure_stack.infrastructure_insights_admin.vw_service_healths
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';