games.namespaces.logs.getNamespaceLobby
Description
Returns a lobby from the given game namespace.
Code Examples
Request Parameters
game_id
required path parameternamespace_id
required path parameterlobby_id
required path parameterResponse Body
lobbyobjectA logs summary for a lobby.
lobby.lobby_idstringlobby.namespace_idstringlobby.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.lobby.region_idstringlobby.create_tsstringRFC3339 timestamp
lobby.start_tsstringRFC3339 timestamp
lobby.ready_tsstringRFC3339 timestamp
lobby.statusobjectA union representing the state of a lobby.
lobby.status.runningempty objectlobby.status.stoppedobjectThe status of a stopped lobby.
lobby.status.stopped.stop_tsstringRFC3339 timestamp
lobby.status.stopped.failedbooleanWhether or not the lobby failed or stopped successfully.
lobby.status.stopped.exit_codenumberThe exit code returned by the lobby's main process when stopped.
metricsobjectMetrics relating to a job service.
metrics.jobstringThe job name.
metrics.cpuarray of numbersCPU metrics.
metrics.memoryarray of numbersMemory metrics.
metrics.allocated_memorynumberTotal allocated memory (MB).
stdout_presigned_urlsany valuestderr_presigned_urlsany valueperf_listsany value