games.namespaces.logs.getNamespaceLobby
Description
Returns a lobby from the given game namespace.
Code Examples
Request Parameters
game_id
required path parameter
namespace_id
required path parameter
lobby_id
required path parameter
Response Body
lobby
objectA logs summary for a lobby.
lobby.lobby_id
stringlobby.namespace_id
stringlobby.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.lobby.region_id
stringlobby.create_ts
stringRFC3339 timestamp
lobby.start_ts
stringRFC3339 timestamp
lobby.ready_ts
stringRFC3339 timestamp
lobby.status
objectA union representing the state of a lobby.
lobby.status.running
empty objectlobby.status.stopped
objectThe status of a stopped lobby.
lobby.status.stopped.stop_ts
stringRFC3339 timestamp
lobby.status.stopped.failed
booleanWhether or not the lobby failed or stopped successfully.
lobby.status.stopped.exit_code
numberThe exit code returned by the lobby's main process when stopped.
metrics
objectMetrics relating to a job service.
metrics.job
stringThe job name.
metrics.cpu
array of numbersCPU metrics.
metrics.memory
array of numbersMemory metrics.
metrics.allocated_memory
numberTotal allocated memory (MB).
stdout_presigned_urls
any valuestderr_presigned_urls
any valueperf_lists
any value