{ "opencollection": "1.0.0", "info": { "name": "Microsoft Defender for Cloud REST Alerts Pricings API", "version": "2022-01-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Pricings", "type": "folder" }, "items": [ { "info": { "name": "List Defender plans (pricings) for a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Security/pricings", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "List Defender plans (pricings) for a subscription" }, { "info": { "name": "Get a Defender plan", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Security/pricings/:pricingName", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "pricingName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Get a Defender plan" }, { "info": { "name": "Update a Defender plan", "type": "http" }, "http": { "method": "PUT", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Security/pricings/:pricingName", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "pricingName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Defender plan" } ] } ], "bundled": true }