Scalable Systems · JSON Structure

Scalable Systems Load Balancer Structure

Type: Properties: 0
Auto-ScalingCachingCloud InfrastructureDistributed SystemsHigh AvailabilityInfrastructureLoad BalancingMessage QueuesPlatform EngineeringScalable ArchitectureService Discovery

Scalable Systems Load Balancer Structure is a JSON Structure definition published by Scalable Systems.

Meta-schema:

JSON Structure

Raw ↑
{
  "structure": {
    "name": "Load Balancer Configuration",
    "description": "Structural documentation for a load balancer configuration in a scalable distributed system.",
    "fields": [
      { "name": "name", "type": "string", "required": true, "description": "Load balancer identifier" },
      { "name": "algorithm", "type": "enum[round-robin,least-connections,ip-hash,weighted-round-robin,random,leasttime]", "required": true },
      { "name": "layer", "type": "enum[4,7]", "required": false, "description": "OSI layer (4=TCP, 7=HTTP)" },
      { "name": "virtualAddress", "type": "string", "required": false, "description": "Frontend VIP or hostname" },
      { "name": "port", "type": "integer", "required": false, "description": "Listening port (1-65535)" },
      { "name": "protocol", "type": "enum[http,https,tcp,udp,grpc]", "required": false },
      {
        "name": "stickySession",
        "type": "object",
        "required": false,
        "fields": [
          { "name": "enabled", "type": "boolean", "required": false },
          { "name": "cookieName", "type": "string", "required": false },
          { "name": "ttlSeconds", "type": "integer", "required": false }
        ]
      },
      {
        "name": "healthCheck",
        "type": "object",
        "required": false,
        "fields": [
          { "name": "path", "type": "string", "required": true, "description": "HTTP path for health probe" },
          { "name": "intervalSeconds", "type": "integer", "required": true },
          { "name": "timeoutSeconds", "type": "integer", "required": false },
          { "name": "healthyThreshold", "type": "integer", "required": false },
          { "name": "unhealthyThreshold", "type": "integer", "required": false }
        ]
      },
      {
        "name": "backends",
        "type": "array<object>",
        "required": true,
        "description": "Backend server list",
        "itemFields": [
          { "name": "address", "type": "string", "required": true },
          { "name": "port", "type": "integer", "required": true },
          { "name": "weight", "type": "integer", "required": false },
          { "name": "maxConnections", "type": "integer", "required": false },
          { "name": "enabled", "type": "boolean", "required": false }
        ]
      },
      {
        "name": "tlsTermination",
        "type": "object",
        "required": false,
        "fields": [
          { "name": "enabled", "type": "boolean", "required": false },
          { "name": "certificatePath", "type": "string", "required": false },
          { "name": "privateKeyPath", "type": "string", "required": false },
          { "name": "minimumTlsVersion", "type": "enum[1.2,1.3]", "required": false }
        ]
      }
    ]
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/scalable-systems-load-balancer-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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