games.namespaces.getGameNamespaceById
Description
Gets a game namespace by namespace ID.
Code Examples
Request Parameters
game_id
required path parameternamespace_id
required path parameterResponse Body
namespaceobjectA full namespace.
namespace.namespace_idstringnamespace.create_tsstringRFC3339 timestamp
namespace.display_namestringRepresent a resource's readable display name.
namespace.version_idstringnamespace.name_idstringA human readable short identifier used to references resources. Different than a
rivet.common#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause this should not include special characters and be short.namespace.configobjectCloud configuration for a given namespace.
namespace.config.cdnobjectCDN configuration for a given namespace.
namespace.config.cdn.enable_domain_public_authbooleanWhether or not to allow users to connect to the given namespace via domain name.
namespace.config.cdn.domainsarray of objectsA list of CDN domains for a given namespace.
namespace.config.cdn.domains.domainstringA valid domain name (no protocol).
namespace.config.cdn.domains.create_tsstringRFC3339 timestamp
namespace.config.cdn.domains.verification_statusstringA value denoting the status of a CDN domain's verification status.
namespace.config.cdn.domains.verification_methodobjectA union representing the verification method used for this CDN domain.
namespace.config.cdn.domains.verification_method.invalidempty objectnamespace.config.cdn.domains.verification_method.httpobjectnamespace.config.cdn.domains.verification_method.http.cname_recordstring
namespace.config.cdn.domains.verification_errorsarray of strings
namespace.config.cdn.auth_typestringA value denoting what type of authentication to use for a game namespace's CDN.
namespace.config.cdn.auth_user_listarray of objectsA list of CDN authenticated users for a given namespace.
namespace.config.cdn.auth_user_list.userstringA user name.
namespace.config.matchmakerobjectMatchmaker configuration for a given namespace.
namespace.config.matchmaker.lobby_count_maxnumberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_clientnumberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_vpnnumberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_proxynumberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_tornumberUnsigned 32 bit integer.
namespace.config.matchmaker.max_players_per_client_hostingnumberUnsigned 32 bit integer.
namespace.config.kvempty objectKV configuration for a given namespace.
namespace.config.identityempty objectIdentity configuration for a given namespace.