{ "opencollection": "1.0.0", "info": { "name": "Azure Networking Azure Load Balancer Backend Address Pools Load Balancers 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 Balancers", "type": "folder" }, "items": [ { "info": { "name": "Azure Networking List load balancers", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/loadBalancers", "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": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Gets all the load balancers in a resource group. Returns a paginated list of load balancer resources with their configurations." }, { "info": { "name": "Azure Networking Get load balancer", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/loadBalancers/:loadBalancerName", "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 the specified load balancer. Returns the full resource representation including frontend IP configurations, backend pools, probes, and rules." }, { "info": { "name": "Azure Networking Create or update load balancer", "type": "http" }, "http": { "method": "PUT", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/loadBalancers/:loadBalancerName", "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." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a load balancer. The request body must include the location and at least a frontend IP configuration to create a functional load balancer." }, { "info": { "name": "Azure Networking Delete load balancer", "type": "http" }, "http": { "method": "DELETE", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Network/loadBalancers/:loadBalancerName", "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": "Deletes the specified load balancer. This is an asynchronous operation that returns a 202 Accepted while in progress." }, { "info": { "name": "Azure Networking List all load balancers", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.Network/loadBalancers", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Gets all the load balancers in a subscription across all resource groups." } ] } ], "bundled": true }