Skip to content

Latest commit

 

History

History
executable file
·
14 lines (12 loc) · 257 Bytes

README.md

File metadata and controls

executable file
·
14 lines (12 loc) · 257 Bytes

Doc

Update Status

import requests
res = requests.post('https://planetd.shift.ml/site_stats', json={
  "site_identifier": "stanford.edu", # ethz.ch; osg-htc.org
  "total_perfs": 0,
  "num_gpu": 0,
  "num_cpu": 0,
  "note": "string"
})