silo_utilization_view

Fetch current utilization for given silo
get/v1/system/utilization/silos/{silo}

Path Parameters

silo

Responses

Object
allocated

Accounts for the total amount of resources reserved for silos via their quotas

A collection of resource counts used to describe capacity and utilization

Object
cpus

Number of virtual CPUs

memory

Amount of memory in bytes

Byte count to express memory or storage capacity.

storage

Amount of disk storage in bytes

Byte count to express memory or storage capacity.

provisioned

Accounts for resources allocated by in silos like CPU or memory for running instances and storage for disks and snapshots Note that CPU and memory resources associated with a stopped instances are not counted here

A collection of resource counts used to describe capacity and utilization

Object
cpus

Number of virtual CPUs

memory

Amount of memory in bytes

Byte count to express memory or storage capacity.

storage

Amount of disk storage in bytes

Byte count to express memory or storage capacity.

silo_id
silo_name

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.