Scaleway · Schema

scaleway.lb.v1.LbType

Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
name string Load Balancer commercial offer type name.
stock_status string Current stock status for a given Load Balancer type.
bandwidth integer Maximum bandwidth for a given Load Balancer type.
multicloud boolean Ability to handle backend servers outside Scaleway for a given Load Balancer type.
description string Load Balancer commercial offer type description.
region string The region the Load Balancer stock is in.
zone string The zone the Load Balancer stock is in.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaylbv1lbtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.lb.v1.LbType",
  "title": "scaleway.lb.v1.LbType",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Load Balancer commercial offer type name."
    },
    "stock_status": {
      "type": "string",
      "description": "Current stock status for a given Load Balancer type.",
      "enum": [
        "unknown",
        "low_stock",
        "out_of_stock",
        "available"
      ],
      "default": "unknown"
    },
    "bandwidth": {
      "type": "integer",
      "description": "Maximum bandwidth for a given Load Balancer type.",
      "format": "uint64"
    },
    "multicloud": {
      "type": "boolean",
      "description": "Ability to handle backend servers outside Scaleway for a given Load Balancer type."
    },
    "description": {
      "type": "string",
      "description": "Load Balancer commercial offer type description."
    },
    "region": {
      "type": "string",
      "description": "The region the Load Balancer stock is in.",
      "deprecated": true
    },
    "zone": {
      "type": "string",
      "description": "The zone the Load Balancer stock is in."
    }
  },
  "x-properties-order": [
    "name",
    "stock_status",
    "bandwidth",
    "multicloud",
    "description",
    "region",
    "zone"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scaleway-scalewaylbv1lbtype"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.