Skip to main content

GetRegionTiers

Returns all available region tiers.

Responses

GetRegionTiers 200 response

Schema
  • tiers object[] required

    A list of region server tiers.

    • tier_name_id string required

      Possible values: 1 ≤ length ≤ 16, Value must match regular expression ^[a-zA-Z0-9](?:[a-zA-Z0-9]-?)+[a-zA-Z0-9]$

      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.

    • rivet_cores_numerator int32 required

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

    • rivet_cores_denominator int32 required

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

    • cpu int64 required

      CPU frequency (MHz).

    • memory int64 required

      Allocated memory (MB).

    • disk int64 required

      Allocated disk space (MB).

    • bandwidth int64 required

      Internet bandwidth (MB).

    • price_per_second int64 required

      Price billed for every second this server is running (in quadrillionth USD, 1,000,000,000,000 = $1.00).