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

Latest commit

 

History

History
77 lines (69 loc) · 1.17 KB

list.md

File metadata and controls

77 lines (69 loc) · 1.17 KB

GET cdf/labs

Returns a list of CDF labs and current usage information.

URL

https://cobalt.qas.im/api/1.0/cdf/labs

Parameters

key (required) Your unique API key. If you do not provide this, you must set the Authorization header to your API key instead.

Example

https://cobalt.qas.im/api/1.0/cdf/labs
{
  "timestamp":"2016-05-07 11:35:01 EST",
  "labs":[
    {
      "name":"BA 2200",
      "available":10,
      "busy":0,
      "total":10,
      "percent":0.0
    },
    {
      "name":"BA 2270",
      "available":6,
      "busy":0,
      "total":6,
      "percent":0.0
    },
    {
      "name":"BA 3175",
      "available":25,
      "busy":0,
      "total":25,
      "percent":0.0
    },
    {
      "name":"BA 3185",
      "available":16,
      "busy":0,
      "total":16,
      "percent":0.0
    },
    {
      "name":"BA 3195",
      "available":19,
      "busy":0,
      "total":19,
      "percent":0.0
    },
    {
      "name":"BA 3200",
      "available":9,
      "busy":0,
      "total":9,
      "percent":0.0
    },
    {
      "name":"NX",
      "available":9,
      "busy":3,
      "total":12,
      "percent":25.0
    }
  ]
}