Set Steam Cache Performance Stats
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
Default
nullFormat
int32cache_key?string
(Required) Valid current cache API key
mbps_sent?integer
(Required) Outgoing network traffic in Mbps
Default
nullFormat
int32mbps_recv?integer
(Required) Incoming network traffic in Mbps
Default
nullFormat
int32cpu_percent?integer
(Required) Percent CPU load
Default
nullFormat
int32cache_hit_percent?integer
(Required) Percent cache hits
Default
nullFormat
int32num_connected_ips?integer
(Required) Number of unique connected IP addresses
Default
nullFormat
int32upstream_egress_utilization?integer
(Required) (deprecated) What is the percent utilization of the busiest datacenter egress link?
Default
nullFormat
int32upstream_peering_utilization?integer
(Required) What is the percent utilization of the busiest peering link?
Default
nullFormat
int32upstream_transit_utilization?integer
(Required) What is the percent utilization of the busiest transit link?
Default
nullFormat
int32Response Body
curl -X POST "https://api.steampowered.com/IContentServerConfigService/SetSteamCachePerformanceStats/v1" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''Empty
Empty
Empty