aboutsummaryrefslogtreecommitdiff
path: root/test/fixture/vcr_cassettes/search/unfaceted.json
blob: efcadf76afe8be896801b3ec870ef131777192eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "request": {
      "body": "",
      "method": "get",
      "options": [],
      "request_body": "",
      "url": "https://app.datadoghq.com/api/v1/search?api_key=1234&application_key=abcd&q=test"
    },
    "response": {
      "body": "{\"results\":{\"hosts\":[\"test.another.example.com\",\"test.example.com\",\"test.host\",\"test.metric.host\",\"test.tag.host\"],\"metrics\":[\"test.metric\"]}}",
      "status_code": 200,
      "type": "ok"
    }
  }
]