Azure Resourcehealth
Azure Resource Health is a Microsoft Azure service that reports the health and availability status of Azure resources.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
emergingissues_list— GET /providers/Microsoft.ResourceHealth/emergingIssues — Lists Azure services' emerging issues.emergingissues_get— GET /providers/Microsoft.ResourceHealth/emergingIssues/{issueName} — Gets Azure services' emerging issues.operations_list— GET /providers/Microsoft.ResourceHealth/operations — Lists available operations for the resourcehealth resource provideravailabilitystatuses_listbysubscriptionid— GET /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses — Lists the current availability status for all the resources in the subscription.availabilitystatuses_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses — Lists the current availability status for all the resources in the resource grouavailabilitystatuses_list— GET /{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses — Lists all historical availability transitions and impacting events for a single
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: emergingissues_list
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: emergingissues_list, emergingissues_get, operations_list, availabilitystatuses_listbysubscriptionid, availabilitystatuses_listbyresourcegroup, availabilitystatuses_list |
issueName |
string | no | — | Path parameter issueName (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
resourceUri |
string | no | — | Path parameter resourceUri (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |