diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_audit_logs_events_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_audit_logs_events_returns_ok_response_with_pagination.yaml index 2112b578af..836cff3590 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_audit_logs_events_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_audit_logs_events_returns_ok_response_with_pagination.yaml @@ -34,4 +34,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/audit/events?page%5Blimit%5D=2&page%5Bcursor%5D=eyJhZnRlciI6IkFRQUFBWUFpUWhuWTNRM3VVUUFBQUFCQldVRnBVV2h3YmtGQlEwczJhSGMyTWtoNGNtOTNRVUUifQ + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_events_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_events_returns_ok_response_with_pagination.yaml index 74335eb147..3722db7713 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_events_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_events_returns_ok_response_with_pagination.yaml @@ -44,4 +44,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/events?filter%5Bfrom%5D=now-15m&filter%5Bto%5D=now&page%5Blimit%5D=2&page%5Bcursor%5D=eyJhZnRlciI6IkFnQUFBWUdDRlRXSTJoUnZQZ0FBQUFBQUFBQVlBQUFBQUVGWlIwTkdWRmRKUVVGRVVqbERWbEZ5ZEdoZlMxOXJRZ0FBQUNRQUFBQUFNREU0TVRneU1UVXRNelU0T0MwME1EZGhMV0V5TURndE1qUmxZekE1TmpVMVptTmkifQ + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_logs_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_logs_returns_ok_response_with_pagination.yaml index f837db7c42..a86485db6b 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_logs_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_logs_returns_ok_response_with_pagination.yaml @@ -34,4 +34,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/logs/events?page%5Blimit%5D=2&page%5Bcursor%5D=eyJhZnRlciI6IkFRQUFBWUFkTDlKNG1jT2g2QUFBQUFCQldVRmtUQzFPUzBGQlFucExkREpLZFZOYVlrTjNRVUkifQ + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_metrics_returns_success_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_metrics_returns_success_response_with_pagination.yaml index 91e1485a87..2ae075140c 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_metrics_returns_success_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_metrics_returns_success_response_with_pagination.yaml @@ -35,4 +35,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/metrics?page%5Bsize%5D=2&page%5Bcursor%5D=6354566d64454633525642695631597759323173616d4d784f5768614d6d52355748704265455a7561453154526b704554315a4f616c5577566b685862456f305455646e6557517a526e6c5752555642526d787355314e756233686c617a56575656526b52465273516c6456526c5a74557a427756574a73525546425155464251554642526c705464316455566b354a5658706e4e574d7863465669565852465657316b576b354962464a566257733156564642516b5a7561453154526b704554315a4f616c5577566b685862456f305455646e6557517a526e6c57525556425155453950546f365a474630595752765a79356c63335270625746305a57526664584e685a32557563336c756447686c64476c6a6379356863476c666447567a644639796457357a4c4445754d44417a4e6a4d795a5373774e673d3d + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_rum_events_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_rum_events_returns_ok_response_with_pagination.yaml index dd3f102e9e..537dc8385d 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_rum_events_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_rum_events_returns_ok_response_with_pagination.yaml @@ -52,4 +52,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/rum/events?page%5Blimit%5D=2&page%5Bcursor%5D=eyJhZnRlciI6IkFRQUFBWUFkTzNLYXN2VDNLd0FBQUFCQldVRmtUek5UVFVGQlFrOXRiRkZaY3kwNGFVcDNRVWMifQ + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_security_signals_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_security_signals_returns_ok_response_with_pagination.yaml index 61101e4228..94da0978df 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_security_signals_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_security_signals_returns_ok_response_with_pagination.yaml @@ -112,4 +112,22 @@ interactions: status: code: 200 message: OK +- request: + body: '{"filter":{"from":"2022-04-13T11:17:57.080Z","query":"security:attack status:high","to":"2022-04-13T11:32:57.080Z"},"page":{"cursor":"eyJhZnRlciI6IkFRQUFBWUFlRGFHZENMd21QZ0FBQUFCQldVRmxSR0ZIWkVGQlJFa3lkakpuYjFCSmF6Um5RVUUifQ","limit":2},"sort":"timestamp"}' + headers: + accept: + - application/json + content-type: + - application/json + method: POST + uri: https://api.datadoghq.com/api/v2/security_monitoring/signals/search + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_spans_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_spans_returns_ok_response_with_pagination.yaml index 7ce4d1e55a..cffb8f9efd 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_list_of_spans_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_list_of_spans_returns_ok_response_with_pagination.yaml @@ -31,4 +31,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/spans/events?page%5Blimit%5D=2&page%5Bcursor%5D=eyJhZnRlciI6IkFnQUFBWWtHdzRwa083amdBZ0FBQUFBQUFBQVlBQUFBQUVGWmEwZDNOVmRSUVVGQ01sbFRNV3N3WTNGdGVsQndad0FBQUNRQUFBQUFNREU0T1RBMll6TXRPR0UyTkMwMFpETmlMV0ZqWm1NdFlUaGxaR1kxTW1ZeE1Ua3kiLCJ2YWx1ZXMiOlsiMjAyMy0wNi0yOVQxMDo0NzowNS41NzJaIiwxMDAxOTcxNzE0XX0%3D + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_a_quick_list_of_security_signals_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_a_quick_list_of_security_signals_returns_ok_response_with_pagination.yaml index d00505af2e..61de986796 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_a_quick_list_of_security_signals_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_a_quick_list_of_security_signals_returns_ok_response_with_pagination.yaml @@ -108,4 +108,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/security_monitoring/signals?page%5Blimit%5D=2&page%5Bcursor%5D=eyJhZnRlciI6IkFRQUFBWUFlRGFHZENMd21QZ0FBQUFCQldVRmxSR0ZIWkVGQlJFa3lkakpuYjFCSmF6Um5RVUUifQ + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_all_container_images_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_all_container_images_returns_ok_response_with_pagination.yaml index ee56bbbc90..c558c86305 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_all_container_images_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_all_container_images_returns_ok_response_with_pagination.yaml @@ -59,4 +59,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/container_images?page%5Bsize%5D=2&page%5Bcursor%5D=bmFtZTowMTM5MTA3MzM1MTIuZGtyLmVjci51cy1lYXN0LTEuYW1hem9uYXdzLmNvbS9hcmdvfGlkOjAxMzkxMDczMzUxMi5ka3IuZWNyLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tL2FyZ29Ac2hhMjU2OmZmMTUxZWYyNDZkN2I0ZDZiOGZlMzE5MjNiMjk4ZDg0ZThmMjA2MzI3MDFiYmI2ZWQ5N2ZjYzU4YTAxNTBmODA%3D + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_all_containers_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_all_containers_returns_ok_response_with_pagination.yaml index 071de4c234..6b8dee6c81 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_all_containers_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_all_containers_returns_ok_response_with_pagination.yaml @@ -41,4 +41,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/containers?page%5Bsize%5D=2&page%5Bcursor%5D=c3RhcnRlZDoxNjk3MTE4NDExMDAwLjAwMDAwMHxpZC5yYXc6ODY4OWY2ODUtZTQ0MS00ODJjLTYwNDMtNWQ5ZA%3D%3D + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_get_all_processes_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_get_all_processes_returns_ok_response_with_pagination.yaml index c212b205f2..2309942a37 100644 --- a/tests/v2/cassettes/test_scenarios/test_get_all_processes_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_get_all_processes_returns_ok_response_with_pagination.yaml @@ -32,4 +32,20 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + accept: + - application/json + method: GET + uri: https://api.datadoghq.com/api/v2/processes?page%5Blimit%5D=2&page%5Bcursor%5D=78ece26c7701000015e90400ecda56b600e21f012357ad716ee71ca9 + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_search_audit_logs_events_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_search_audit_logs_events_returns_ok_response_with_pagination.yaml index a87d1d50af..9b27be8987 100644 --- a/tests/v2/cassettes/test_scenarios/test_search_audit_logs_events_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_search_audit_logs_events_returns_ok_response_with_pagination.yaml @@ -46,4 +46,22 @@ interactions: status: code: 200 message: OK +- request: + body: '{"filter":{"from":"now-15m","to":"now"},"options":{"timezone":"GMT"},"page":{"cursor":"eyJhZnRlciI6IkFRQUFBWUFpT2hnV2pkb1otUUFBQUFCQldVRnBUMmgzVFVGQlJHSkxUR1pvU1U1MFRrOW5RVUUifQ","limit":2},"sort":"timestamp"}' + headers: + accept: + - application/json + content-type: + - application/json + method: POST + uri: https://api.datadoghq.com/api/v2/audit/events/search + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_search_events_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_search_events_returns_ok_response_with_pagination.yaml index f101aaedfc..c26e7ebf3d 100644 --- a/tests/v2/cassettes/test_scenarios/test_search_events_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_search_events_returns_ok_response_with_pagination.yaml @@ -48,4 +48,22 @@ interactions: status: code: 200 message: OK +- request: + body: '{"filter":{"from":"now-15m","to":"now"},"options":{"timezone":"GMT"},"page":{"cursor":"eyJhZnRlciI6IkFnQUFBWUdDRlhBZ0lWRnZQZ0FBQUFBQUFBQVlBQUFBQUVGWlIwTkdXRUZuUVVGQmVGaEhkVTlPZUY5MU9FWmpTd0FBQUNRQUFBQUFNREU0TVRneU1UVXROekF5TUMwMFpXTTJMV0l3WVdJdFpEVTFZbU0zTlRZMlpUUTMifQ","limit":2},"sort":"timestamp"}' + headers: + accept: + - application/json + content-type: + - application/json + method: POST + uri: https://api.datadoghq.com/api/v2/events/search + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_search_logs_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_search_logs_returns_ok_response_with_pagination.yaml index 25bbfa5a79..eed9d52c4d 100644 --- a/tests/v2/cassettes/test_scenarios/test_search_logs_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_search_logs_returns_ok_response_with_pagination.yaml @@ -38,4 +38,22 @@ interactions: status: code: 200 message: OK +- request: + body: '{"filter":{"from":"now-15m","indexes":["main"],"to":"now"},"options":{"timezone":"GMT"},"page":{"cursor":"eyJhZnRlciI6IkFRQUFBWUFaZGJvSzdkR3dPUUFBQUFCQldVRmFaR0p5TVVGQlEwczRPRU4zWW1aMVVESlJRVVEifQ","limit":2},"sort":"timestamp"}' + headers: + accept: + - application/json + content-type: + - application/json + method: POST + uri: https://api.datadoghq.com/api/v2/logs/events/search + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_search_rum_events_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_search_rum_events_returns_ok_response_with_pagination.yaml index fa5ad316f3..a3a98ead26 100644 --- a/tests/v2/cassettes/test_scenarios/test_search_rum_events_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_search_rum_events_returns_ok_response_with_pagination.yaml @@ -56,4 +56,22 @@ interactions: status: code: 200 message: OK +- request: + body: '{"filter":{"from":"now-15m","query":"@type:session AND @session.type:user","to":"now"},"options":{"time_offset":0,"timezone":"GMT"},"page":{"cursor":"eyJhZnRlciI6IkFRQUFBWUFkTzNLYXN2VDNLd0FBQUFCQldVRmtUek5UVFVGQlFrOXRiRkZaY3kwNGFVcDNRVWMifQ","limit":2},"sort":"timestamp"}' + headers: + accept: + - application/json + content-type: + - application/json + method: POST + uri: https://api.datadoghq.com/api/v2/rum/events/search + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/json + status: + code: 200 + message: OK version: 1 diff --git a/tests/v2/cassettes/test_scenarios/test_search_spans_returns_ok_response_with_pagination.yaml b/tests/v2/cassettes/test_scenarios/test_search_spans_returns_ok_response_with_pagination.yaml index b3604e46d6..dcb1568ae8 100644 --- a/tests/v2/cassettes/test_scenarios/test_search_spans_returns_ok_response_with_pagination.yaml +++ b/tests/v2/cassettes/test_scenarios/test_search_spans_returns_ok_response_with_pagination.yaml @@ -38,4 +38,22 @@ interactions: status: code: 200 message: OK +- request: + body: '{"data":{"attributes":{"filter":{"from":"now-15m","query":"service:python*","to":"now"},"options":{"timezone":"GMT"},"page":{"cursor":"eyJhZnRlciI6IkFnQUFBWWtHdXF2UUQ0YzdlUUFBQUFBQUFBQVlBQUFBQUVGWmEwZDFjbVpSUVVGRWMzZDVaVUZYYVZOblFWRmxOUUFBQUNRQUFBQUFNREU0T1RBMll6QXROVEZrT0MwME5EYzVMV0ZsT0RndE56WXdZbVl4TldRM016QXkiLCJ2YWx1ZXMiOlsiMjAyMy0wNi0yOVQxMDozNzoyNC4zMDRaIiwyNjA1MjA4MjVdfQ==","limit":2},"sort":"timestamp"},"type":"search_request"}}' + headers: + accept: + - application/json + content-type: + - application/json + method: POST + uri: https://api.datadoghq.com/api/v2/spans/events/search + response: + body: + string: '{"data":[]}' + headers: + content-type: + - application/vnd.api+json + status: + code: 200 + message: OK version: 1