API
cloud.tiers.getRegionTiers
- Overview
- Matchmaker
- Serverless Lobbies
- CDN
- Identity
- KV
- Cloud
- Cloud
- POST⭐️ cloud.games.namespaces.createGameNamespace
- PUT⭐️ cloud.games.namespaces.updateGameNamespaceVersion
- POST⭐️ cloud.games.versions.createGameVersion
- GETcloud.auth.inspect
- GETcloud.devices.links.get
- POSTcloud.devices.links.prepare
- GETcloud.games.games.getGameById
- POSTcloud.games.games.createGame
- GETcloud.games.games.getAnalytics
- POSTcloud.games.games.validateGame
- GETcloud.games.games.getGameById
- POSTcloud.games.avatars.completeCustomAvatarUpload
- GETcloud.games.avatars.listGameCustomAvatars
- POSTcloud.games.games.gameBannerUploadPrepare
- POSTcloud.games.games.gameBannerUploadComplete
- GETcloud.games.builds.listGameBuilds
- POSTcloud.games.builds.createGameBuild
- GETcloud.games.cdn.listGameCdnSites
- POSTcloud.games.cdn.createGameCdnSite
- POSTcloud.games.games.gameLogoUploadPrepare
- POSTcloud.games.games.gameLogoUploadComplete
- POSTcloud.games.matchmaker.exportMatchmakerLobbyHistory
- DELcloud.games.matchmaker.deleteMatchmakerLobby
- GETcloud.games.matchmaker.getLobbyLogs
- POSTcloud.games.matchmaker.exportLobbyLogs
- POSTcloud.games.namespaces.validateGameNamespace
- GETcloud.games.namespaces.getGameNamespaceById
- GETcloud.games.namespaces.analytics.getAnalyticsMatchmakerLive
- POSTcloud.games.namespaces.updateNamespaceCdnAuthUser
- DELcloud.games.namespaces.removeNamespaceCdnAuthUser
- PUTcloud.games.namespaces.setNamespaceCdnAuthType
- PUTcloud.games.namespaces.toggleNamespaceDomainPublicAuth
- POSTcloud.games.namespaces.addNamespaceDomain
- DELcloud.games.namespaces.removeNamespaceDomain
- GETcloud.games.namespaces.logs.getNamespaceLobby
- GETcloud.games.namespaces.logs.getNamespaceLobby
- POSTcloud.games.namespaces.updateGameNamespaceMatchmakerConfig
- POSTcloud.games.namespaces.validateGameNamespaceMatchmakerConfig
- POSTcloud.games.namespaces.createGameNamespaceTokenDevelopment
- POSTcloud.games.namespaces.validateGameNamespaceTokenDevelopment
- POSTcloud.games.namespaces.createGameNamespaceTokenPublic
- GETcloud.games.namespaces.GetGameNamespaceVersionHistoryList
- POSTcloud.games.avatars.prepareCustomAvatarUpload
- POSTcloud.games.tokens.createCloudToken
- POSTcloud.games.versions.validateGameVersion
- GETcloud.games.versions.getGameVersionById
- POSTcloud.groups.validate
- GETcloud.groups.getBilling
- GETcloud.groups.getInvoicesList
- GETcloud.groups.getPaymentsList
- GETcloud.groups.getTransfersList
- POSTcloud.groups.billingCheckout
- POSTcloud.groups.convertGroup
- GETcloud.logs.getRayPerfLogs
- GETcloud.tiers.getRegionTiers
- POSTcloud.uploads.completeUpload
Cloud
API
API
cloud.tiers.getRegionTiers
Returns all available region tiers.
GET https://cloud.api.rivet.gg/v1/region-tiers
curl -X GET 'https://cloud.api.rivet.gg/v1/region-tiers'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
tiersrequired
array
A list of region server tiers.
bandwidthrequired
integer
Internet bandwidth (MB).
cpurequired
integer
CPU frequency (MHz).
diskrequired
integer
Allocated disk space (MB).
memoryrequired
integer
Allocated memory (MB).
price_per_secondrequired
integer
Price billed for every second this server is running (in quadrillionth USD, 1,000,000,000,000 = $1.00).
rivet_cores_denominatorrequired
integer
Together with the numerator, denotes the portion of the CPU a given server uses.
rivet_cores_numeratorrequired
integer
Together with the denominator, denotes the portion of the CPU a given server uses.
tier_name_idrequired
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.
curl -X GET 'https://cloud.api.rivet.gg/v1/region-tiers'