Academy Software Foundation · Example Payload

Opencue Host Example

AnimationColor ManagementFilmLinux FoundationOpen SourceRenderingStandardsVisual EffectsVFX

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

Top-level fields

idnamestatelocktotalCoresidleCorestotalMemoryidleMemoryload

Example Payload

Raw ↑
{
  "id": "host-jkl012",
  "name": "render-host-001.studio.local",
  "state": "UP",
  "lock": "OPEN",
  "totalCores": 64,
  "idleCores": 32,
  "totalMemory": 131072,
  "idleMemory": 65536,
  "load": 35
}