Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 368 Bytes

client.md

File metadata and controls

17 lines (9 loc) · 368 Bytes

Client

Read stats

This endpoint queries the actual resources consumed on a node. The API endpoint is hosted by the Nomad client and requests have to be made to the nomad client whose resource usage metrics are of interest.

https://www.nomadproject.io/api/client.html#read-stats

Example:

import nomad

my_nomad = nomad.Nomad(host='192.168.33.10')