ManMan Status API (0.1.0)

Download OpenAPI specification:Download

Get Worker Status

path Parameters
worker_id
required
integer (Worker Id)

Responses

Response samples

Content type
application/json
{
  • "class_name": "string",
  • "status_type": "CREATED",
  • "as_of": "2019-08-24T14:15:22Z",
  • "status_info_id": 0,
  • "worker_id": 0,
  • "game_server_instance_id": 0
}

Get Game Server Instance

path Parameters
game_server_instance_id
required
integer (Game Server Instance Id)

Responses

Response samples

Content type
application/json
{
  • "class_name": "string",
  • "status_type": "CREATED",
  • "as_of": "2019-08-24T14:15:22Z",
  • "status_info_id": 0,
  • "worker_id": 0,
  • "game_server_instance_id": 0
}

Health

Responses

Response samples

Content type
application/json
"string"