Speedscale Traffic Snapshot
Represents a captured traffic snapshot in the Speedscale platform, containing recorded API requests and responses for replay.
API MockingAPI TestingKubernetesLoad TestingPerformance TestingRegression TestingService VirtualizationTraffic Replay
Properties
| Name |
Type |
Description |
| id |
string |
Unique identifier for the traffic snapshot. |
| name |
string |
Human-readable name for the snapshot. |
| description |
string |
Optional description of what the snapshot captures. |
| capturedAt |
string |
Timestamp when the snapshot was captured. |
| source |
object |
Metadata about the traffic capture source. |
| requestCount |
integer |
Total number of API requests in the snapshot. |
| durationMs |
integer |
Duration of the captured traffic window in milliseconds. |
| piiSanitized |
boolean |
Whether PII fields have been automatically masked. |
| tags |
array |
Labels for organizing and filtering snapshots. |
| createdAt |
string |
Timestamp when the snapshot was saved to Speedscale. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://speedscale.com/schemas/traffic-snapshot",
"title": "Speedscale Traffic Snapshot",
"description": "Represents a captured traffic snapshot in the Speedscale platform, containing recorded API requests and responses for replay.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the traffic snapshot."
},
"name": {
"type": "string",
"description": "Human-readable name for the snapshot."
},
"description": {
"type": "string",
"description": "Optional description of what the snapshot captures."
},
"capturedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the snapshot was captured."
},
"source": {
"type": "object",
"description": "Metadata about the traffic capture source.",
"properties": {
"service": {
"type": "string",
"description": "Name of the service from which traffic was captured."
},
"environment": {
"type": "string",
"enum": ["production", "staging", "development", "local"],
"description": "Environment where traffic was captured."
},
"namespace": {
"type": "string",
"description": "Kubernetes namespace (if applicable)."
}
}
},
"requestCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of API requests in the snapshot."
},
"durationMs": {
"type": "integer",
"minimum": 0,
"description": "Duration of the captured traffic window in milliseconds."
},
"piiSanitized": {
"type": "boolean",
"description": "Whether PII fields have been automatically masked."
},
"tags": {
"type": "array",
"items": { "type": "string" },
"description": "Labels for organizing and filtering snapshots."
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the snapshot was saved to Speedscale."
}
},
"required": ["id", "name", "capturedAt"],
"additionalProperties": false
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/speedscale-traffic"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.