tiers.getRegionTiers
Description
Returns all available region tiers.
Code Examples
Request
GET
https://api.rivet.gg/cloud/region-tierscurl -X GET 'https://api.rivet.gg/cloud/region-tiers'
Request Parameters
Response Body
tiers
required array<object>A list of region server tiers.
tiers[*]
objectA region server tier.
bandwidth
required integerInternet bandwidth (MB).
cpu
required integerCPU frequency (MHz).
disk
required integerAllocated disk space (MB).
memory
required integerAllocated memory (MB).
rivet_cores_denominator
required integerTogether with the numerator, denotes the portion of the CPU a given server uses.
rivet_cores_numerator
required integerTogether with the denominator, denotes the portion of the CPU a given server uses.
tier_name_id
required stringA 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.