v1
latestOpenAPI 3.0.02026-07-14330119.9 KBRecordings
Take a snapshot recording
post/__admin/recordings/snapshot
Request body
Example request
{
"captureHeaders": {
"Accept": {},
"Content-Type": {
"caseInsensitive": true
}
},
"extractBodyCriteria": {
"binarySizeThreshold": "18.2 GB",
"textSizeThreshold": "18.2 GB"
},
"filters": {
"bodyPatterns": [
{
"equalToJson": "{ \"numbers\": [1, 2, 3] }"
}
],
"headers": {
"Content-Type": {
"equalTo": "application/json"
}
},
"method": "POST",
"url": "/some/thing"
}
}Response
Successfully took a snapshot recording
Example response
{
"mappings": [
{
"request": {
"bodyPatterns": [
{
"equalToJson": "{ \"numbers\": [1, 2, 3] }"
}
],
"headers": {
"Content-Type": {
"equalTo": "application/json"
}
},
"method": "POST",
"url": "/some/thing"
}
}
],
"meta": {
"total": 4
}
}