Metrics
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
namestringRequired
Partition name to query timeseries for
Responses
200
Returns time series data for the specified partition
application/json
500
Failed to fetch partition time series
application/json
get
/v2/metrics/slurm/partitions/{name}/timeseriesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Returns CPU load time series (last 10 data points)
application/json
500
Failed to fetch CPU load time series
application/json
get
/v2/metrics/slurm/timeseries/cpu-loadAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Returns memory time series (last 10 data points for free and allocated)
application/json
500
Failed to fetch memory time series
application/json
get
/v2/metrics/slurm/timeseries/memoryLast updated
Was this helpful?