Host

A render host machine

AnimationColor ManagementFilmLinux FoundationOpen-SourceRenderingStandardsVisual EffectsVFX

Properties

Name Type Description
id string Unique host identifier
name string Hostname
state string Host state
lock string Host lock state
totalCores integer Total CPU cores on the host
idleCores integer Currently idle CPU cores
totalMemory integer Total memory in MB
idleMemory integer Currently idle memory in MB
load integer Current system load (percentage)
View JSON Schema on GitHub

JSON Schema

academy-software-foundation-host-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Host",
  "title": "Host",
  "type": "object",
  "description": "A render host machine",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique host identifier",
      "example": "host-jkl012"
    },
    "name": {
      "type": "string",
      "description": "Hostname",
      "example": "render-host-001.studio.local"
    },
    "state": {
      "type": "string",
      "description": "Host state",
      "example": "UP",
      "enum": [
        "UP",
        "DOWN",
        "REPAIR"
      ]
    },
    "lock": {
      "type": "string",
      "description": "Host lock state",
      "example": "OPEN",
      "enum": [
        "OPEN",
        "LOCKED",
        "NIMBY_LOCKED"
      ]
    },
    "totalCores": {
      "type": "integer",
      "description": "Total CPU cores on the host",
      "example": 64
    },
    "idleCores": {
      "type": "integer",
      "description": "Currently idle CPU cores",
      "example": 32
    },
    "totalMemory": {
      "type": "integer",
      "description": "Total memory in MB",
      "example": 131072
    },
    "idleMemory": {
      "type": "integer",
      "description": "Currently idle memory in MB",
      "example": 65536
    },
    "load": {
      "type": "integer",
      "description": "Current system load (percentage)",
      "example": 35
    }
  }
}

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/academy-software-foundation-host"
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 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.