Azure Alerts Management
Azure Alerts Management management API — 12 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. The server refreshes the access token before each run.
Consolidated from 2 spec-per-resource-provider connectors; every operation from every one of them is preserved. The superseded names still resolve.
Operations
actionrules_listbysubscription— GET /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/actionRulesalerts_getall— GET /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsalerts_getbyid— GET /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}alerts_gethistory— GET /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}/historyalerts_metadata— GET /providers/Microsoft.AlertsManagement/alertsMetaDataoperations_list— GET /providers/Microsoft.AlertsManagement/operationssmartdetectoralertrules_createorupdate— PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}smartdetectoralertrules_delete— DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}smartdetectoralertrules_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}smartdetectoralertrules_list— GET /subscriptions/{subscriptionId}/providers/microsoft.alertsManagement/smartDetectorAlertRulessmartdetectoralertrules_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRulessmartdetectoralertrules_patch— PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
Inputs
- a linked
oauthcredential (no key inputs) 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
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: actionrules_listbysubscription, alerts_getall, alerts_getbyid, alerts_gethistory, alerts_metadata, operations_list, smartdetectoralertrules_createorupdate, smartdetectoralertrules_delete, smartdetectoralertrules_get, smartdetectoralertrules_list, smartdetectoralertrules_listbyresourcegroup, smartdetectoralertrules_patch |
alertId |
string | no | — | Path parameter alertId (required by some operations). |
alertRuleName |
string | no | — | Path parameter alertRuleName (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
body |
string | no | — | Request body as a JSON object string. Sent as JSON, or form-encoded when the operation expects a form. Required by write operations. |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |