games.cdn.listGameCdnSites


Description

Lists CDN sites for a game.


Code Examples

curl -X GET 'https://api.rivet.gg/cloud/games/{game_id}/cdn/sites'

Request Parameters

game_id

required path parameter

Response Body

  • sites
    array of objects

    A list of CDN site summaries.

    • sites.site_id
      string
    • sites.upload_id
      string
    • sites.display_name
      string

      Represent a resource's readable display name.

    • sites.create_ts
      string

      RFC3339 timestamp

    • sites.content_length
      number

      Unsigned 64 bit integer.

    • sites.complete
      boolean

      Whether or not this site has completely been uploaded.