{ "opencollection": "1.0.0", "info": { "name": "Azure Monitor Action Groups Test Notifications API", "version": "2022-06-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Test Notifications", "type": "folder" }, "items": [ { "info": { "name": "Azure Monitor Send test notifications", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Insights/createNotifications", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send test notifications to a set of provided receivers to validate the action group configuration." }, { "info": { "name": "Azure Monitor Get test notification results", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Insights/notificationStatus/:notificationId", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription." }, { "name": "notificationId", "value": "", "type": "path", "description": "The notification ID." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Get the test notification results by notification ID." } ] } ], "bundled": true }