{ "opencollection": "1.0.0", "info": { "name": "Microsoft Defender for Cloud REST Alerts SecureScores 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": "SecureScores", "type": "folder" }, "items": [ { "info": { "name": "List secure scores for a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Security/secureScores", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "List secure scores for a subscription" }, { "info": { "name": "Get a secure score", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Security/secureScores/:secureScoreName", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "secureScoreName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Get a secure score" } ] } ], "bundled": true }