[
    {
        "scope": "http://localhost:9200",
        "method": "POST",
        "path": "/sat-api/_search?size=0",
        "body": {
            "query": {
                "match_all": {}
            }
        },
        "status": 200,
        "response": {
            "took": 60,
            "timed_out": false,
            "_shards": {
                "total": 5,
                "successful": 5,
                "failed": 0
            },
            "hits": {
                "total": 987449,
                "max_score": 0,
                "hits": []
            }
        },
        "headers": {
            "access-control-allow-origin": "*",
            "content-type": "application/json; charset=UTF-8",
            "server": "Jetty(8.1.12.v20130726)",
            "content-length": "127",
            "connection": "keep-alive"
        }
    }
]
