Scalable Infrastructure · Example Payload

Scalable Infrastructure Compute Instance Example

EnvironmentTeamServiceCostCenter

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"
}