Steam (Unofficial) API

Set Performance Stats

POST
/ISteamCDN/SetPerformanceStats/v1
key<token>

In: query

Query Parameters

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Request Body

application/x-www-form-urlencoded

cdnname*string

Steam name of CDN property

mbps_sent?integer

Outgoing network traffic in Mbps

Defaultnull
Formatint32
mbps_recv?integer

Incoming network traffic in Mbps

Defaultnull
Formatint32
cpu_percent?integer

Percent CPU load

Defaultnull
Formatint32
cache_hit_percent?integer

Percent cache hits

Defaultnull
Formatint32

Response Body

curl -X POST "https://api.steampowered.com/ISteamCDN/SetPerformanceStats/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'cdnname=string'
Empty
Empty
Empty