system_metric

View CPU, memory, or storage utilization metrics at the fleet or silo level.

get/v1/system/metrics/{metric_name}

Path Parameters

metric_name
virtual_disk_space_provisionedcpus_provisionedram_provisioned

Query Parameters

end_time

An exclusive end time of metrics.

limit

Maximum number of items returned by a single call

order
ascendingdescending

Query result order

The order in which the client wants to page through the requested collection

Token returned by previous call to retrieve the subsequent page

start_time

An inclusive start time of metrics.

Name or ID of the silo

Responses

200

successful operation

Object
items

list of items on this page of results

A Measurement is a timestamped datum from a single metric

Object
datum

A Datum is a single sampled data point from a metric.

timestamp
next_page

token used to fetch the next page of results (if any)

4XX

Error

Object
message
request_id
5XX

Error

Object
message
request_id