Skip to content

Story f3 can retrieve a status of a cluster by its id

apathyboy edited this page Sep 30, 2010 · 1 revision

A user makes a request for the status of a specific cluster participating in a game service by passing the id of the cluster. (A single game may split itself into multiple clusters each running the same instance of the game but intended for example to allow users to select a server that matches their favored play style such as player vs player or role-playing). If found, information about the status of the requested cluster such as the current online status, uptime and population is returned.

The request can also be initiated via an application or script and return format can be specified for the results, such as json, yaml or xml.