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

Latest commit

 

History

History
30 lines (26 loc) · 444 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 444 Bytes

CDF Prints API

API for real-time CDF printer usage.

Reference

Format

{
  "timestamp": String,
  "printers": [{
    "name": String,
    "description": String,
    "length": Number
    "jobs": [{
      "rank": String,
      "job": String,
      "size": String,
      "time": String,
      "error": String
    }]
  }]
}