Skip to content

Commit

Permalink
Change rum app's given and new cassettes (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 10, 2024
1 parent 0fd00b0 commit ca2d995
Show file tree
Hide file tree
Showing 25 changed files with 75 additions and 75 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-10 15:38:37.517231",
"spec_repo_commit": "aee36841"
"regenerated": "2024-12-10 17:29:03.197132",
"spec_repo_commit": "f35e3502"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-10 15:38:37.537613",
"spec_repo_commit": "aee36841"
"regenerated": "2024-12-10 17:29:03.223274",
"spec_repo_commit": "f35e3502"
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-03-28T15:06:36.041Z
2024-12-10T15:40:39.451Z
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"response": {
"body": {
"string": "{\"meta\":{\"status\":\"done\",\"request_id\":\"pddv1ChZyS2R0R2cwbFNTR3dXWHE0T1V4SkV3IiwKHO-LyxpZr85euhVxgr_zcJZpbjq-uQVUzkFlD0ISDPnlZXRCg4-gaoMc2w\",\"elapsed\":0},\"data\":{\"buckets\":[]}}\n",
"string": "{\"meta\":{\"elapsed\":10,\"request_id\":\"pddv1ChZSMml0UE50SVRraWllRWtWbUV1UHVBIiwKHII2XAGPhMI6Ua9pcGpwYflxMkm9HA4hkKW0lCQSDHE8AS_dOP2EowUuSg\",\"status\":\"done\"},\"data\":{\"buckets\":[]}}\n",
"encoding": null
},
"headers": {
Expand All @@ -32,7 +32,7 @@
"message": "OK"
}
},
"recorded_at": "Mon, 28 Mar 2022 15:06:36 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:39 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-08-29T17:05:14.023Z
2024-12-10T15:40:39.991Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"request": {
"body": {
"string": "{\"data\":{\"attributes\":{\"name\":\"test-rum-2b75921f066af13d\",\"type\":\"ios\"},\"type\":\"rum_application_create\"}}",
"string": "{\"data\":{\"attributes\":{\"name\":\"test-rum-5be7aad200899ffd\",\"type\":\"ios\"},\"type\":\"rum_application_create\"}}",
"encoding": null
},
"headers": {
Expand All @@ -19,7 +19,7 @@
},
"response": {
"body": {
"string": "{\"data\":{\"type\":\"rum_application\",\"id\":\"40e84dc3-03d2-4839-83c0-929248f0b18c\",\"attributes\":{\"type\":\"ios\",\"application_id\":\"40e84dc3-03d2-4839-83c0-929248f0b18c\",\"is_active\":false,\"org_id\":321813,\"updated_at\":1693328714224,\"name\":\"test-rum-2b75921f066af13d\",\"updated_by_handle\":\"frog@datadoghq.com\",\"hash\":\"pube38c4c6cfb13be706c9f90c6c949e507\",\"client_token\":\"pube38c4c6cfb13be706c9f90c6c949e507\",\"created_at\":1693328714224,\"created_by_handle\":\"frog@datadoghq.com\"}}}\n",
"string": "{\"data\":{\"type\":\"rum_application\",\"attributes\":{\"hash\":\"pub53e9a8788cac8b240efc0bfd17073059\",\"type\":\"ios\",\"name\":\"test-rum-5be7aad200899ffd\",\"tags\":[],\"created_at\":1733845240406,\"updated_at\":1733845240406,\"created_by_handle\":\"frog@datadoghq.com\",\"rum_enabled_at\":1733845240406,\"org_id\":321813,\"updated_by_handle\":\"frog@datadoghq.com\",\"product_analytics_disabled_at\":1733845240406,\"rum_enabled\":true,\"application_id\":\"2ce2bdc3-efa2-4182-9bc1-b75b2ff09be4\",\"product_analytics_enabled_at\":1733845240406,\"rum_disabled_at\":0,\"product_analytics_enabled\":false,\"is_active\":false,\"client_token\":\"pub53e9a8788cac8b240efc0bfd17073059\"},\"id\":\"2ce2bdc3-efa2-4182-9bc1-b75b2ff09be4\"}}\n",
"encoding": null
},
"headers": {
Expand All @@ -32,7 +32,7 @@
"message": "OK"
}
},
"recorded_at": "Tue, 29 Aug 2023 17:05:14 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:39 GMT"
},
{
"request": {
Expand All @@ -43,7 +43,7 @@
]
},
"method": "delete",
"uri": "https://api.datadoghq.com/api/v2/rum/applications/40e84dc3-03d2-4839-83c0-929248f0b18c"
"uri": "https://api.datadoghq.com/api/v2/rum/applications/2ce2bdc3-efa2-4182-9bc1-b75b2ff09be4"
},
"response": {
"body": {
Expand All @@ -56,7 +56,7 @@
"message": "No Content"
}
},
"recorded_at": "Tue, 29 Aug 2023 17:05:14 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:39 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-12-05T18:20:13.506Z
2024-12-10T15:40:41.106Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"request": {
"body": {
"string": "{\"data\":{\"attributes\":{\"name\":\"test_name_create\",\"type\":\"browser\"},\"type\":\"rum_application_create\"}}",
"string": "{\"data\":{\"attributes\":{\"name\":\"test-rum-233b98774ce06558\",\"type\":\"ios\"},\"type\":\"rum_application_create\"}}",
"encoding": null
},
"headers": {
Expand All @@ -19,7 +19,7 @@
},
"response": {
"body": {
"string": "{\"data\":{\"attributes\":{\"updated_by_handle\":\"frog@datadoghq.com\",\"application_id\":\"cae2b3d1-9ea1-4321-8506-725cc4242f6f\",\"name\":\"test_name_create\",\"created_by_handle\":\"frog@datadoghq.com\",\"created_at\":1670264413962,\"org_id\":321813,\"updated_at\":1670264413962,\"is_active\":false,\"hash\":\"pub147f190fd98caeffebcb3bc3130879bf\",\"client_token\":\"pub147f190fd98caeffebcb3bc3130879bf\",\"type\":\"browser\"},\"type\":\"rum_application\",\"id\":\"cae2b3d1-9ea1-4321-8506-725cc4242f6f\"}}\n",
"string": "{\"data\":{\"type\":\"rum_application\",\"attributes\":{\"org_id\":321813,\"tags\":[],\"product_analytics_disabled_at\":1733845241534,\"rum_enabled_at\":1733845241534,\"rum_enabled\":true,\"updated_by_handle\":\"frog@datadoghq.com\",\"name\":\"test-rum-233b98774ce06558\",\"rum_disabled_at\":0,\"created_by_handle\":\"frog@datadoghq.com\",\"application_id\":\"e095c068-b8e7-44bd-b263-557a6bb99e0c\",\"type\":\"ios\",\"product_analytics_enabled\":false,\"hash\":\"pub41dd1d34d200608780557e0a2728f6c6\",\"client_token\":\"pub41dd1d34d200608780557e0a2728f6c6\",\"product_analytics_enabled_at\":1733845241534,\"updated_at\":1733845241534,\"created_at\":1733845241534,\"is_active\":false},\"id\":\"e095c068-b8e7-44bd-b263-557a6bb99e0c\"}}\n",
"encoding": null
},
"headers": {
Expand All @@ -32,7 +32,7 @@
"message": "OK"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:20:13 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:41 GMT"
},
{
"request": {
Expand All @@ -43,7 +43,7 @@
]
},
"method": "delete",
"uri": "https://api.datadoghq.com/api/v2/rum/applications/cae2b3d1-9ea1-4321-8506-725cc4242f6f"
"uri": "https://api.datadoghq.com/api/v2/rum/applications/e095c068-b8e7-44bd-b263-557a6bb99e0c"
},
"response": {
"body": {
Expand All @@ -56,7 +56,7 @@
"message": "No Content"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:20:13 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:41 GMT"
},
{
"request": {
Expand All @@ -67,7 +67,7 @@
]
},
"method": "delete",
"uri": "https://api.datadoghq.com/api/v2/rum/applications/cae2b3d1-9ea1-4321-8506-725cc4242f6f"
"uri": "https://api.datadoghq.com/api/v2/rum/applications/e095c068-b8e7-44bd-b263-557a6bb99e0c"
},
"response": {
"body": {
Expand All @@ -80,7 +80,7 @@
"message": "No Content"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:20:13 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:41 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-12-05T18:19:50.488Z
2024-12-10T15:40:42.789Z
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"message": "Not Found"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:50 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:42 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-12-05T18:19:57.409Z
2024-12-10T15:40:43.241Z
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"message": "Not Found"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:57 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:43 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-12-05T18:19:40.540Z
2024-12-10T15:40:43.594Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"request": {
"body": {
"string": "{\"data\":{\"attributes\":{\"name\":\"test_name_create\",\"type\":\"browser\"},\"type\":\"rum_application_create\"}}",
"string": "{\"data\":{\"attributes\":{\"name\":\"test-rum-27e6a81538211560\",\"type\":\"ios\"},\"type\":\"rum_application_create\"}}",
"encoding": null
},
"headers": {
Expand All @@ -19,7 +19,7 @@
},
"response": {
"body": {
"string": "{\"data\":{\"attributes\":{\"updated_by_handle\":\"frog@datadoghq.com\",\"application_id\":\"f29b9fed-bb0a-422a-8279-33036c2cec51\",\"name\":\"test_name_create\",\"created_by_handle\":\"frog@datadoghq.com\",\"created_at\":1670264380961,\"org_id\":321813,\"updated_at\":1670264380961,\"is_active\":false,\"hash\":\"pub937cab71d02024eb28c796162a479a56\",\"client_token\":\"pub937cab71d02024eb28c796162a479a56\",\"type\":\"browser\"},\"type\":\"rum_application\",\"id\":\"f29b9fed-bb0a-422a-8279-33036c2cec51\"}}\n",
"string": "{\"data\":{\"type\":\"rum_application\",\"attributes\":{\"rum_disabled_at\":0,\"client_token\":\"pubabba2bf694ec513df0b434dd05fc8f4b\",\"created_at\":1733845244003,\"rum_enabled_at\":1733845244003,\"tags\":[],\"created_by_handle\":\"frog@datadoghq.com\",\"is_active\":false,\"type\":\"ios\",\"updated_by_handle\":\"frog@datadoghq.com\",\"product_analytics_enabled_at\":1733845244003,\"application_id\":\"77826c21-2a07-4b5a-a54d-8912e1802854\",\"name\":\"test-rum-27e6a81538211560\",\"updated_at\":1733845244003,\"product_analytics_disabled_at\":1733845244003,\"org_id\":321813,\"product_analytics_enabled\":false,\"hash\":\"pubabba2bf694ec513df0b434dd05fc8f4b\",\"rum_enabled\":true},\"id\":\"77826c21-2a07-4b5a-a54d-8912e1802854\"}}\n",
"encoding": null
},
"headers": {
Expand All @@ -32,7 +32,7 @@
"message": "OK"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:40 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:43 GMT"
},
{
"request": {
Expand All @@ -43,11 +43,11 @@
]
},
"method": "get",
"uri": "https://api.datadoghq.com/api/v2/rum/applications/f29b9fed-bb0a-422a-8279-33036c2cec51"
"uri": "https://api.datadoghq.com/api/v2/rum/applications/77826c21-2a07-4b5a-a54d-8912e1802854"
},
"response": {
"body": {
"string": "{\"data\":{\"attributes\":{\"updated_by_handle\":\"frog@datadoghq.com\",\"application_id\":\"f29b9fed-bb0a-422a-8279-33036c2cec51\",\"name\":\"test_name_create\",\"created_by_handle\":\"frog@datadoghq.com\",\"created_at\":1670264380961,\"org_id\":321813,\"updated_at\":1670264380961,\"is_active\":false,\"hash\":\"pub937cab71d02024eb28c796162a479a56\",\"client_token\":\"pub937cab71d02024eb28c796162a479a56\",\"type\":\"browser\"},\"type\":\"rum_application\",\"id\":\"f29b9fed-bb0a-422a-8279-33036c2cec51\"}}\n",
"string": "{\"data\":{\"type\":\"rum_application\",\"attributes\":{\"product_analytics_disabled_at\":1733845244003,\"rum_disabled_at\":0,\"is_active\":false,\"application_id\":\"77826c21-2a07-4b5a-a54d-8912e1802854\",\"name\":\"test-rum-27e6a81538211560\",\"updated_at\":1733845244003,\"updated_by_handle\":\"frog@datadoghq.com\",\"org_id\":321813,\"rum_enabled_at\":1733845244003,\"hash\":\"pubabba2bf694ec513df0b434dd05fc8f4b\",\"tags\":[],\"created_by_handle\":\"frog@datadoghq.com\",\"type\":\"ios\",\"rum_enabled\":true,\"product_analytics_enabled\":false,\"product_analytics_enabled_at\":1733845244003,\"created_at\":1733845244003,\"client_token\":\"pubabba2bf694ec513df0b434dd05fc8f4b\"},\"id\":\"77826c21-2a07-4b5a-a54d-8912e1802854\"}}\n",
"encoding": null
},
"headers": {
Expand All @@ -60,7 +60,7 @@
"message": "OK"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:40 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:43 GMT"
},
{
"request": {
Expand All @@ -71,7 +71,7 @@
]
},
"method": "delete",
"uri": "https://api.datadoghq.com/api/v2/rum/applications/f29b9fed-bb0a-422a-8279-33036c2cec51"
"uri": "https://api.datadoghq.com/api/v2/rum/applications/77826c21-2a07-4b5a-a54d-8912e1802854"
},
"response": {
"body": {
Expand All @@ -84,7 +84,7 @@
"message": "No Content"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:40 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:43 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-03-01T15:54:29.406Z
2024-12-10T15:40:45.064Z

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-04-26T15:06:53.728Z
2024-12-10T15:40:45.445Z

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-03-07T15:46:56.861Z
2024-12-10T15:40:47.157Z
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"response": {
"body": {
"string": "{\"data\":[]}",
"string": "{\"data\":[],\"meta\":{\"elapsed\":8,\"request_id\":\"pddv1ChZuVVBDZFI0cFFSQzZUWGR2TUVFYTRRIiwKHKl8fXhuRXGvOyjzriL7J6Jc6RqbmKFnOgcA4oMSDPmicr8fZBUCKcqymg\",\"status\":\"done\"}}\n",
"encoding": null
},
"headers": {
Expand All @@ -32,7 +32,7 @@
"message": "OK"
}
},
"recorded_at": "Mon, 07 Mar 2022 15:46:56 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:47 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-12-05T18:19:22.538Z
2024-12-10T15:40:47.532Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"request": {
"body": {
"string": "{\"data\":{\"attributes\":{\"name\":\"test_name_create\",\"type\":\"browser\"},\"type\":\"rum_application_create\"}}",
"string": "{\"data\":{\"attributes\":{\"name\":\"test-rum-08f8f866ac73a2f6\",\"type\":\"ios\"},\"type\":\"rum_application_create\"}}",
"encoding": null
},
"headers": {
Expand All @@ -19,7 +19,7 @@
},
"response": {
"body": {
"string": "{\"data\":{\"attributes\":{\"updated_by_handle\":\"frog@datadoghq.com\",\"application_id\":\"198f4147-44c5-4e15-bfc6-4e05b2a5405d\",\"name\":\"test_name_create\",\"created_by_handle\":\"frog@datadoghq.com\",\"created_at\":1670264362971,\"org_id\":321813,\"updated_at\":1670264362971,\"is_active\":false,\"hash\":\"pub8d34eedc19fcba1c90fd9da19541e888\",\"client_token\":\"pub8d34eedc19fcba1c90fd9da19541e888\",\"type\":\"browser\"},\"type\":\"rum_application\",\"id\":\"198f4147-44c5-4e15-bfc6-4e05b2a5405d\"}}\n",
"string": "{\"data\":{\"type\":\"rum_application\",\"attributes\":{\"tags\":[],\"type\":\"ios\",\"client_token\":\"pub89c189272956845c68f39e57d34d23f6\",\"hash\":\"pub89c189272956845c68f39e57d34d23f6\",\"updated_at\":1733845247961,\"org_id\":321813,\"product_analytics_disabled_at\":1733845247961,\"product_analytics_enabled_at\":1733845247961,\"rum_enabled_at\":1733845247961,\"application_id\":\"04898090-77be-4047-a2cb-654f5e050929\",\"is_active\":false,\"rum_disabled_at\":0,\"product_analytics_enabled\":false,\"created_at\":1733845247961,\"created_by_handle\":\"frog@datadoghq.com\",\"name\":\"test-rum-08f8f866ac73a2f6\",\"rum_enabled\":true,\"updated_by_handle\":\"frog@datadoghq.com\"},\"id\":\"04898090-77be-4047-a2cb-654f5e050929\"}}\n",
"encoding": null
},
"headers": {
Expand All @@ -32,12 +32,12 @@
"message": "OK"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:22 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:47 GMT"
},
{
"request": {
"body": {
"string": "{\"data\":{\"attributes\":{\"name\":\"updated_name_for_my_existing_rum_application\",\"type\":\"browser\"},\"id\":\"198f4147-44c5-4e15-bfc6-4e05b2a5405d\",\"type\":\"rum_application_update\"}}",
"string": "{\"data\":{\"attributes\":{\"name\":\"updated_name_for_my_existing_rum_application\",\"type\":\"browser\"},\"id\":\"04898090-77be-4047-a2cb-654f5e050929\",\"type\":\"rum_application_update\"}}",
"encoding": null
},
"headers": {
Expand All @@ -49,11 +49,11 @@
]
},
"method": "patch",
"uri": "https://api.datadoghq.com/api/v2/rum/applications/198f4147-44c5-4e15-bfc6-4e05b2a5405d"
"uri": "https://api.datadoghq.com/api/v2/rum/applications/04898090-77be-4047-a2cb-654f5e050929"
},
"response": {
"body": {
"string": "{\"data\":{\"attributes\":{\"updated_by_handle\":\"frog@datadoghq.com\",\"application_id\":\"198f4147-44c5-4e15-bfc6-4e05b2a5405d\",\"name\":\"updated_name_for_my_existing_rum_application\",\"created_by_handle\":\"frog@datadoghq.com\",\"created_at\":1670264362971,\"org_id\":321813,\"updated_at\":1670264364245,\"is_active\":false,\"hash\":\"pub8d34eedc19fcba1c90fd9da19541e888\",\"client_token\":\"pub8d34eedc19fcba1c90fd9da19541e888\",\"type\":\"browser\"},\"type\":\"rum_application\",\"id\":\"198f4147-44c5-4e15-bfc6-4e05b2a5405d\"}}\n",
"string": "{\"data\":{\"type\":\"rum_application\",\"attributes\":{\"product_analytics_enabled\":false,\"tags\":[],\"updated_at\":1733845248476,\"rum_enabled\":true,\"type\":\"browser\",\"product_analytics_enabled_at\":1733845247961,\"rum_enabled_at\":1733845247961,\"rum_disabled_at\":0,\"name\":\"updated_name_for_my_existing_rum_application\",\"is_active\":false,\"client_token\":\"pub89c189272956845c68f39e57d34d23f6\",\"created_at\":1733845247961,\"product_analytics_disabled_at\":1733845247961,\"hash\":\"pub89c189272956845c68f39e57d34d23f6\",\"org_id\":321813,\"created_by_handle\":\"frog@datadoghq.com\",\"updated_by_handle\":\"frog@datadoghq.com\",\"application_id\":\"04898090-77be-4047-a2cb-654f5e050929\"},\"id\":\"04898090-77be-4047-a2cb-654f5e050929\"}}\n",
"encoding": null
},
"headers": {
Expand All @@ -66,7 +66,7 @@
"message": "OK"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:22 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:47 GMT"
},
{
"request": {
Expand All @@ -77,7 +77,7 @@
]
},
"method": "delete",
"uri": "https://api.datadoghq.com/api/v2/rum/applications/198f4147-44c5-4e15-bfc6-4e05b2a5405d"
"uri": "https://api.datadoghq.com/api/v2/rum/applications/04898090-77be-4047-a2cb-654f5e050929"
},
"response": {
"body": {
Expand All @@ -90,7 +90,7 @@
"message": "No Content"
}
},
"recorded_at": "Mon, 05 Dec 2022 18:19:22 GMT"
"recorded_at": "Tue, 10 Dec 2024 15:40:47 GMT"
}
],
"recorded_with": "VCR 6.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-12-05T18:19:14.167Z
2024-12-10T15:40:49.167Z
Loading

0 comments on commit ca2d995

Please sign in to comment.