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
array<object>
(required)
A list of region server tiers.
tiers[*].bandwidth
integer
(required)
Internet bandwidth (MB).
tiers[*].cpu
integer
(required)
CPU frequency (MHz).
tiers[*].disk
integer
(required)
Allocated disk space (MB).
tiers[*].memory
integer
(required)
Allocated memory (MB).
tiers[*].rivet_cores_denominator
integer
(required)
Together with the numerator, denotes the portion of the CPU a given server uses.
tiers[*].rivet_cores_numerator
integer
(required)
Together with the denominator, denotes the portion of the CPU a given server uses.
tiers[*].tier_name_id
string
(required)
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.