aboutsummaryrefslogtreecommitdiff
path: root/test/fixture/vcr_cassettes/search/unfaceted.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixture/vcr_cassettes/search/unfaceted.json')
-rw-r--r--test/fixture/vcr_cassettes/search/unfaceted.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fixture/vcr_cassettes/search/unfaceted.json b/test/fixture/vcr_cassettes/search/unfaceted.json
new file mode 100644
index 0000000..efcadf7
--- /dev/null
+++ b/test/fixture/vcr_cassettes/search/unfaceted.json
@@ -0,0 +1,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"
+ }
+ }
+]