Scalable Infrastructure · Example Payload

Scalable Infrastructure Compute Instance Example

Cloud InfrastructureComputeDevOpsInfrastructure as CodeKubernetesNetworkingScalabilityStorage

Scalable Infrastructure Compute Instance Example is an example object payload from Scalable Infrastructure, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameprovidertypestatusregionavailabilityZoneimageIdoscpumemorystoragenetworkingtagscreatedAt

Example Payload

Raw ↑
{
  "id": "i-0a1b2c3d4e5f67890",
  "name": "web-server-prod-01",
  "provider": "aws",
  "type": "t3.xlarge",
  "status": "running",
  "region": "us-east-1",
  "availabilityZone": "us-east-1a",
  "imageId": "ami-0c55b159cbfafe1f0",
  "os": {
    "family": "Linux",
    "distribution": "Ubuntu 24.04 LTS"
  },
  "cpu": {
    "vCPUs": 4,
    "architecture": "x86_64"
  },
  "memory": {
    "sizeGiB": 16,
    "type": "DDR4"
  },
  "storage": [
    {
      "volumeId": "vol-0a1b2c3d4e5f67890",
      "type": "ssd",
      "sizeGiB": 50,
      "iops": 3000,
      "isRoot": true
    },
    {
      "volumeId": "vol-0b2c3d4e5f678901",
      "type": "ssd",
      "sizeGiB": 500,
      "iops": 12000,
      "isRoot": false
    }
  ],
  "networking": {
    "vpcId": "vpc-0a1b2c3d4e5f67890",
    "subnetId": "subnet-0a1b2c3d4e5f6789",
    "privateIp": "10.0.1.42",
    "publicIp": "54.123.45.67",
    "securityGroups": ["sg-web-prod", "sg-shared-services"],
    "bandwidthGbps": 5
  },
  "tags": {
    "Environment": "production",
    "Team": "platform",
    "Service": "web-frontend",
    "CostCenter": "engineering"
  },
  "createdAt": "2026-01-15T08:30:00Z"
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/scalable-infrastructure-compute-instance-example"
All examples
curl "https://apis.io/api/v1/examples?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.