{ "opencollection": "1.0.0", "info": { "name": "Azure Networking Azure Load Balancer Backend Address Pools Load Balancer Probes API", "version": "2024-05-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Load Balancer Probes", "type": "folder" }, "items": [ { "info": { "name": "Azure Networking List health probes", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/loadBalancers/:loadBalancerName/probes", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "loadBalancerName", "value": "", "type": "path", "description": "The name of the load balancer." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Gets all the load balancer probes for the specified load balancer." } ] } ], "bundled": true }