Google Cloud Load Balancing website screenshot

Google Cloud Load Balancing

Google Cloud Load Balancing provides high-performance, scalable load balancing for Google Cloud Platform services, distributing traffic across multiple instances, regions, and backends to ensure reliability and low latency.

1 APIs 0 Features
Google CloudInfrastructureLoad BalancingNetworkingTraffic Management

APIs

Google Cloud Load Balancing API

The Google Cloud Load Balancing API enables programmatic management of load balancers, backend services, health checks, URL maps, and forwarding rules to distribute traffic acro...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Load Balancing API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: BackendServices
    type: folder
  items:
  - info:
      name: Google Cloud Load Balancing List backend services
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/backendServices
      params:
      - name: project
        value: ''
        type: path
        description: Project ID for this request
    docs: Retrieves the list of backend services available to the specified project.
  - info:
      name: Google Cloud Load Balancing Create a backend service
      type: http
    http:
      method: POST
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/backendServices
      params:
      - name: project
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a backend service in the specified project.
  - info:
      name: Google Cloud Load Balancing Get a backend service
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/backendServices/:backendService
      params:
      - name: project
        value: ''
        type: path
      - name: backendService
        value: ''
        type: path
    docs: Returns the specified backend service resource.
  - info:
      name: Google Cloud Load Balancing Delete a backend service
      type: http
    http:
      method: DELETE
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/backendServices/:backendService
      params:
      - name: project
        value: ''
        type: path
      - name: backendService
        value: ''
        type: path
    docs: Deletes the specified backend service.
- info:
    name: HealthChecks
    type: folder
  items:
  - info:
      name: Google Cloud Load Balancing List health checks
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/healthChecks
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of health check resources available to the specified project.
- info:
    name: ForwardingRules
    type: folder
  items:
  - info:
      name: Google Cloud Load Balancing List forwarding rules
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/forwardingRules
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of forwarding rules available to the specified project.
- info:
    name: UrlMaps
    type: folder
  items:
  - info:
      name: Google Cloud Load Balancing List URL maps
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/urlMaps
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of URL map resources available to the specified project.
bundled: true