{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ProblemClassifications API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ProblemClassifications", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Support/services/:serviceName/problemClassifications", "params": [ { "name": "serviceName", "value": "", "type": "path", "description": "Name of the Azure service for which the problem classifications need to be retrieved." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications Problemclassificationname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Support/services/:serviceName/problemClassifications/:problemClassificationName", "params": [ { "name": "serviceName", "value": "", "type": "path", "description": "Name of the Azure service available for support." }, { "name": "problemClassificationName", "value": "", "type": "path", "description": "Name of problem classification." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Get problem classification details for a specific Azure service." } ] } ], "bundled": true }