Scalable Systems website screenshot

Scalable Systems

A topic collection focused on APIs, tools, and platforms for designing and operating scalable distributed systems. Covers load balancing, auto-scaling, service discovery, distributed caching, message queues, and the cloud infrastructure APIs that enable systems to handle growth in data, traffic, and complexity. Relevant to site reliability engineers, infrastructure architects, and platform engineers responsible for operating high-scale production environments.

8 APIs 0 Features
Auto ScalingCachingCloud InfrastructureDistributed SystemsHigh AvailabilityInfrastructureLoad BalancingMessage QueuesPlatform EngineeringScalable ArchitectureService Discovery

APIs

AWS Auto Scaling API

AWS Auto Scaling monitors applications and automatically adjusts capacity across multiple AWS resources including EC2, ECS, Lambda, DynamoDB, and Aurora. The API enables definin...

HAProxy Data Plane API

HAProxy's Data Plane API is a modern REST API for dynamically configuring the HAProxy load balancer without restarting. Enables runtime management of backends, servers, frontend...

Redis REST API (Upstash)

Redis is the dominant distributed in-memory cache and data structure store used to reduce latency and database load in scalable systems. Upstash provides a serverless Redis-comp...

RabbitMQ Management API

RabbitMQ's HTTP-based Management API enables programmatic administration of queues, exchanges, bindings, vhosts, and consumers. RabbitMQ is widely used for asynchronous task que...

Consul API

HashiCorp Consul provides service discovery, health checking, key-value storage, and service mesh capabilities via a comprehensive REST API. Core component for service registry ...

etcd API

etcd is a strongly consistent, distributed key-value store used as the backing store for Kubernetes and many distributed systems. Its gRPC API provides atomic operations, watche...

Celery Flower API

Celery is a distributed task queue for Python applications. Flower is Celery's real-time monitoring tool that exposes an HTTP API for inspecting workers, tasks, queues, and sche...

NGINX Plus API

NGINX Plus provides an advanced REST API for runtime configuration and statistics of upstream server groups, virtual servers, and cache zones. Enables dynamic load balancer reco...

Collections

Pricing Plans

Rate Limits

Scalable Systems Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Scalable Systems Context

38 classes · 0 properties

JSON-LD

JSON Structure

Scalable Systems Load Balancer Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Guide
Guide
🔗
Guide
Guide
🔗
Guide
Guide
🔗
Guide
Guide
🔗
Guide
Guide
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary
💻
Examples
Examples
💻
Examples
Examples

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: AWS Application Auto Scaling API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: ApplicationAutoScaling
    type: folder
  items:
  - info:
      name: Application Auto Scaling action dispatcher
      type: http
    http:
      method: POST
      url: https://application-autoscaling.{region}.amazonaws.com/
      headers:
      - name: X-Amz-Target
        value: ''
      - name: Content-Type
        value: ''
      body:
        type: json
        data: '{}'
    docs: 'All Application Auto Scaling actions are HTTPS POST requests against

      the regional endpoint root. The action name is supplied via the

      `X-Amz-Target` header in the form

      `AnyScaleFrontendService.{ActionName}`. The list of supported actions

      appears in the `X-Amz-Target` header parameter enum below.

      '
bundled: true