Steam (Unofficial) API

Set Steam Cache Performance Stats

POST
/IContentServerConfigService/SetSteamCachePerformanceStats/v1
key<token>

In: query

Query Parameters

input_json?string

An alternative to the request body; pass arguments as a URL-encoded JSON blob. The "key" and "format" fields should still be passed as separate parameters

format?string

The format of the response. Defaults to json

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

Request Body

application/x-www-form-urlencoded

cache_id?integer

(Required) Unique ID number

Defaultnull
Formatint32
cache_key?string

(Required) Valid current cache API key

mbps_sent?integer

(Required) Outgoing network traffic in Mbps

Defaultnull
Formatint32
mbps_recv?integer

(Required) Incoming network traffic in Mbps

Defaultnull
Formatint32
cpu_percent?integer

(Required) Percent CPU load

Defaultnull
Formatint32
cache_hit_percent?integer

(Required) Percent cache hits

Defaultnull
Formatint32
num_connected_ips?integer

(Required) Number of unique connected IP addresses

Defaultnull
Formatint32
upstream_egress_utilization?integer

(Required) (deprecated) What is the percent utilization of the busiest datacenter egress link?

Defaultnull
Formatint32
upstream_peering_utilization?integer

(Required) What is the percent utilization of the busiest peering link?

Defaultnull
Formatint32
upstream_transit_utilization?integer

(Required) What is the percent utilization of the busiest transit link?

Defaultnull
Formatint32

Response Body

curl -X POST "https://api.steampowered.com/IContentServerConfigService/SetSteamCachePerformanceStats/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty
Empty