Metrics
Cedana API for metrics
Returns CPU load and free memory time series for the specified partition over the last 10 data points
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
text/plain
get
/v2/metrics/slurm/partitions/{name}/timeseriesAuthorizations
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
text/plain
get
/v2/metrics/slurm/timeseries/memoryLast updated
Was this helpful?