tiers.getRegionTiers


Description

Returns all available region tiers.


Code Examples

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

Request Parameters


Response Body

  • tiers
    array of objects

    A list of region server tiers.

    • tiers.tier_name_id
      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.

    • tiers.rivet_cores_numerator
      number

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

    • tiers.rivet_cores_denominator
      number

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

    • tiers.cpu
      number

      CPU frequency (MHz).

    • tiers.memory
      number

      Allocated memory (MB).

    • tiers.disk
      number

      Allocated disk space (MB).

    • tiers.bandwidth
      number

      Internet bandwidth (MB).

    • tiers.price_per_second
      any value