games.cdn.listGameCdnSites
Description
Lists CDN sites for a game.
Code Examples
Request
GET
https://api.rivet.gg/cloud/games/{game_id}/cdn/sitescurl -X GET 'https://api.rivet.gg/cloud/games/{game_id}/cdn/sites'
Request Parameters
game_id
Path parameter, required
Response Body
sites
array<object>
(required)
A list of CDN site summaries.
sites[*].complete
boolean
(required)
Whether or not this site has completely been uploaded.
sites[*].content_length
integer
(required)
Unsigned 64 bit integer.
sites[*].create_ts
string
(required)
RFC3339 timestamp.
sites[*].display_name
string
(required)
Represent a resource's readable display name.
sites[*].site_id
string
(required)
sites[*].upload_id
string
(required)