requests
2 rows where method = "UNSUBSCRIBE" and runType = "monkey"
This data as json, copyable, CSV (advanced)
These facets timed out: dataset, platform, method, scheme
runType 1
- monkey · 2 ✖
Link | id | dataset | initiator | platform | runType | startTime | method | httpVersion | endpointUrl | scheme | host | port | path | content | headers | cookies |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
monkey-april-2024,129476 | 129476 | monkey-april-2024 | tv.remote.control.firetv@1.7.4 | android | monkey | 2024-05-01T00:59:58.338Z | UNSUBSCRIBE | HTTP/1.1 | http://10.0.0.242:8080/RenderingControl/evt | http | 10.0.0.242 | 8080 | ||||
monkey-april-2024,18821 | 18821 | monkey-april-2024 | com.boost.samsung.remote@1.5.5 | android | monkey | 2024-05-01T00:11:15.035Z | UNSUBSCRIBE | HTTP/1.1 | http://10.0.0.242:8080/RenderingControl/evt | http | 10.0.0.242 | 8080 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "requests" ( "id" text, "dataset" text, "initiator" text, "platform" text not null, "runType" text, "startTime" text not null, "method" text not null, "httpVersion" text, "endpointUrl" text not null, "scheme" text, "host" text not null, "port" integer, "path" text not null, "content" blob, "headers" text not null, "cookies" text not null, foreign key("dataset") references "datasets"("slug"), primary key("dataset", "id") ) without rowid; CREATE INDEX "requests_method" on "requests"("method"); CREATE INDEX "requests_dataset" on "requests"("dataset"); CREATE INDEX "requests_runType" on "requests"("runType"); CREATE INDEX "requests_scheme" on "requests"("scheme"); CREATE INDEX "requests_platform" on "requests"("platform");