Proxies
Query Proxy Usage
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/proxies.v1.Proxies/QueryProxyUsage" \ -H "Content-Type: application/json" \ -d '{}'{
"nextCursor": "string",
"records": [
{
"accountName": "string",
"bytesIn": "string",
"bytesOut": "string",
"errorCount": "string",
"poolId": "string",
"providerId": "string",
"requestCount": "string",
"sessionId": "string",
"usageDate": "string",
"workspaceId": "string"
}
]
}Empty