games.namespaces.analytics.getAnalyticsMatchmakerLive
Description
Returns live information about all active lobbies for a given namespace.
Code Examples
Request Parameters
game_id
required path parameter
namespace_id
required path parameter
Response Body
lobbies
array of objectsA list of analytics lobby summaries.
lobbies.lobby_id
stringlobbies.lobby_group_id
stringlobbies.lobby_group_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.lobbies.region_id
stringlobbies.create_ts
stringRFC3339 timestamp
lobbies.is_ready
booleanWhether or not this lobby is ready.
lobbies.is_idle
booleanWhether or not this lobby is idle.
lobbies.is_closed
booleanWhether or not this lobby is in a closed state.
lobbies.is_outdated
booleanWhether or not this lobby is outdated.
lobbies.max_players_normal
numberUnsigned 32 bit integer.
lobbies.max_players_direct
numberUnsigned 32 bit integer.
lobbies.max_players_party
numberUnsigned 32 bit integer.
lobbies.total_player_count
numberUnsigned 32 bit integer.
lobbies.registered_player_count
numberUnsigned 32 bit integer.