azure.com

A client for issuing REST requests to the Azure Batch service.

🔑 apikey 72 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all of the Jobs in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /jobs
Lists all of the Pools in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /pools
Gets the number of Compute Nodes in each state, grouped by Pool.
curl \
  -H "Authorization: $API_KEY" \
  /nodecounts
Endpoints (72 total)
GET
/jobs
Lists all of the Jobs in the specified Account.
GET
/pools
Lists all of the Pools in the specified Account.
GET
/nodecounts
Gets the number of Compute Nodes in each state, grouped by Pool.
GET
/applications
Lists all of the applications available in the specified Account.
GET
/certificates
Lists all of the Certificates that have been added to the specified Account.
GET
/jobs/{jobId}
Gets information about the specified Job.
GET
/jobschedules
Lists all of the Job Schedules in the specified Account.
GET
/pools/{poolId}
Gets information about the specified Pool.
GET
/supportedimages
Lists all Virtual Machine Images supported by the Azure Batch service.
GET
/lifetimejobstats
Gets lifetime summary statistics for all of the Jobs in the specified Account.
GET
/poolusagemetrics
Lists the usage metrics, aggregated by Pool across individual time intervals,…
GET
/lifetimepoolstats
Gets lifetime summary statistics for all of the Pools in the specified Account.
At a glance
Total SDKs9
Languages8
Endpoints72
Authapikey
Categories1