games.namespaces.getGameNamespaceById
Description
Gets a game namespace by namespace ID.
Code Examples
Request Parameters
game_id
required path parameter
namespace_id
required path parameter
Response Body
namespace
objectA full namespace.
namespace.namespace_id
stringnamespace.create_ts
stringRFC3339 timestamp
namespace.display_name
stringRepresent a resource's readable display name.
namespace.version_id
stringnamespace.name_id
stringA human readable short identifier used to references resources. Different than a
rivet.common#Uuid
because this is intended to be human readable. Different thanrivet.common#DisplayName
because this should not include special characters and be short.namespace.config
objectCloud configuration for a given namespace.
namespace.config.cdn
objectCDN configuration for a given namespace.
namespace.config.cdn.enable_domain_public_auth
booleanWhether or not to allow users to connect to the given namespace via domain name.
namespace.config.cdn.domains
array of objectsA list of CDN domains for a given namespace.
namespace.config.cdn.domains.domain
stringA valid domain name (no protocol).
namespace.config.cdn.domains.create_ts
stringRFC3339 timestamp
namespace.config.cdn.domains.verification_status
stringA value denoting the status of a CDN domain's verification status.
namespace.config.cdn.domains.verification_method
objectA union representing the verification method used for this CDN domain.
namespace.config.cdn.domains.verification_method.invalid
empty objectnamespace.config.cdn.domains.verification_method.http
objectnamespace.config.cdn.domains.verification_method.http.cname_record
string
namespace.config.cdn.domains.verification_errors
array of strings
namespace.config.cdn.auth_type
stringA value denoting what type of authentication to use for a game namespace's CDN.
namespace.config.cdn.auth_user_list
array of objectsA list of CDN authenticated users for a given namespace.
namespace.config.cdn.auth_user_list.user
stringA user name.
namespace.config.matchmaker
objectMatchmaker configuration for a given namespace.
namespace.config.matchmaker.lobby_count_max
numberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client
numberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_vpn
numberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_proxy
numberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_tor
numberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_hosting
numberUnsigned 32 bit integer.
namespace.config.kv
empty objectKV configuration for a given namespace.
namespace.config.identity
empty objectIdentity configuration for a given namespace.