Skip to main content

Cloud Cooking User Cook Usage Object

The user's usage statistics for cloud cooks.

  • Array [
  • game_idinteger

    The game the usage statistics are for.

    Example: 1
    concurrency_limit_per_userinteger

    The max number of concurrent cooks a user can have for this game.

    Example: 3
    concurrency_usedinteger

    The number of cooks the user has pending or actively running.

    Example: 1
  • ]
  • Cloud Cooking User Cook Usage Object
    [
    {
    "game_id": 1,
    "concurrency_limit_per_user": 3,
    "concurrency_used": 1
    }
    ]