tiers.getRegionTiers


Description

Returns all available region tiers.


Code Examples

Request

GET
https://api.rivet.gg/cloud/region-tiers
curl -X GET 'https://api.rivet.gg/cloud/region-tiers'

Request Parameters


Response Body

tiers

required array<object>

A list of region server tiers.

tiers[*]

object

A region server tier.

bandwidth

required integer

Internet bandwidth (MB).

cpu

required integer

CPU frequency (MHz).

disk

required integer

Allocated disk space (MB).

memory

required integer

Allocated memory (MB).

rivet_cores_denominator

required integer

Together with the numerator, denotes the portion of the CPU a given server uses.

rivet_cores_numerator

required integer

Together with the denominator, denotes the portion of the CPU a given server uses.

tier_name_id

required string

A human readable short identifier used to references resources. Different than a rivet.common#Uuid because this is intended to be human readable. Different than rivet.common#DisplayName because this should not include special characters and be short.