Azure Security Iotsecuritysolutionanalytics
Connector for the azure-security-iotsecuritysolutionanalytics API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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
iotsecuritysolutionanalytics_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels — Use this method to get IoT security Analytics metrics in an array.iotsecuritysolutionanalytics_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default — Use this method to get IoT Security Analytics metrics.iotsecuritysolutionsanalyticsaggregatedalert_lis— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts — Use this method to get the aggregated alert list of yours IoT Security solution.iotsecuritysolutionsanalyticsaggregatedalert_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts/{aggregatedAlertName} — Use this method to get a single the aggregated alert of yours IoT Security solutiotsecuritysolutionsanalyticsrecommendation_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedRecommendations — Use this method to get the list of aggregated security analytics recommendationsiotsecuritysolutionsanalyticsrecommendation_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedRecommendations/{aggregatedRecommendationName} — Use this method to get the aggregated security analytics recommendation of yours
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: iotsecuritysolutionanalytics_list
# (attach an 'oauth' credential to the task — no inline secrets)