Using cua with windows.net

Python integration

Install
pip install cua
Quick start
import cua

client = cua.Client("YOUR_API_KEY")
Lists all of the jobs in the specified account.
curl \
  /jobs
Lists all of the pools in the specified account.
curl \
  /pools
Gets the number of nodes in each state, grouped by pool.
curl \
  /nodecounts
SDK on GitHub 📄 API Docs
SDK
cua
Python
API
windows.net
windows.net:batch-BatchService
At a glance
Language Python
Endpoints73