games.namespaces.analytics.getAnalyticsMatchmakerLive
Description
Returns live information about all active lobbies for a given namespace.
Code Examples
Request Parameters
game_id
required path parameternamespace_id
required path parameterResponse Body
lobbiesarray of objectsA list of analytics lobby summaries.
lobbies.lobby_idstringlobbies.lobby_group_idstringlobbies.lobby_group_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.lobbies.region_idstringlobbies.create_tsstringRFC3339 timestamp
lobbies.is_readybooleanWhether or not this lobby is ready.
lobbies.is_idlebooleanWhether or not this lobby is idle.
lobbies.is_closedbooleanWhether or not this lobby is in a closed state.
lobbies.is_outdatedbooleanWhether or not this lobby is outdated.
lobbies.max_players_normalnumberUnsigned 32 bit integer.
lobbies.max_players_directnumberUnsigned 32 bit integer.
lobbies.max_players_partynumberUnsigned 32 bit integer.
lobbies.total_player_countnumberUnsigned 32 bit integer.
lobbies.registered_player_countnumberUnsigned 32 bit integer.