system _quotas _list
Lists resource quotas for all silos
get /v1 /system /silo -quotas
Query Parameters
limit
page_token
sort_by
Supported set of sort modes for scanning by id only.
Currently, we only support scanning in ascending order.
Responses
Object
items
list of items on this page of results
A collection of resource counts used to set the virtual capacity of a silo
Object
cpus
Number of virtual CPUs
memory
Amount of memory in bytes
Byte count to express memory or storage capacity.
silo_id
storage
Amount of disk storage in bytes
Byte count to express memory or storage capacity.
next_page
token used to fetch the next page of results (if any)