Academy Software Foundation · Example Payload

Academy Software Foundation Listhosts Example

AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

Academy Software Foundation Listhosts Example is an example object payload from Academy Software Foundation, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listHosts",
  "method": "GET",
  "path": "/api/host",
  "summary": "Academy Software Foundation List Hosts",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "listHosts200Example",
      "example": {
        "hosts": [
          {
            "id": "host-jkl012",
            "name": "render-host-001.studio.local",
            "state": "UP",
            "lock": "OPEN",
            "totalCores": 64,
            "idleCores": 32,
            "totalMemory": 131072,
            "idleMemory": 65536,
            "load": 35
          }
        ]
      }
    }
  ]
}