Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 338 Bytes

CDF Labs API

API for real-time CDF computer usage.

Reference

Format

{
  "timestamp":String,
  "labs":[{
    "name":String,
    "available":Number,
    "busy":Number,
    "total":Number,
    "percent":Number,
  }]
}