File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
src/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-04-14 08:32:57.088893 ",
8
- "spec_repo_commit": "318954bb "
7
+ "regenerated": "2023-04-14 15:23:10.548294 ",
8
+ "spec_repo_commit": "61947562 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-04-14 08:32:57.100596 ",
13
- "spec_repo_commit": "318954bb "
12
+ "regenerated": "2023-04-14 15:23:10.563832 ",
13
+ "spec_repo_commit": "61947562 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -27042,8 +27042,8 @@ paths:
27042
27042
x-codegen-request-body-name: body
27043
27043
/api/v1/synthetics/tests/browser/{public_id}/results:
27044
27044
get:
27045
- description: Get the last 50 test results summaries for a given Synthetics Browser
27046
- test.
27045
+ description: Get the last 150 test results summaries for a given Synthetics
27046
+ Browser test.
27047
27047
operationId: GetBrowserTestLatestResults
27048
27048
parameters:
27049
27049
- description: 'The public ID of the browser test for which to search results
@@ -27326,8 +27326,8 @@ paths:
27326
27326
- Synthetics
27327
27327
/api/v1/synthetics/tests/{public_id}/results:
27328
27328
get:
27329
- description: Get the last 50 test results summaries for a given Synthetics API
27330
- test.
27329
+ description: Get the last 150 test results summaries for a given Synthetics
27330
+ API test.
27331
27331
operationId: GetAPITestLatestResults
27332
27332
parameters:
27333
27333
- description: The public ID of the test for which to search results for.
Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ def get_api_test_latest_results(
917
917
) -> SyntheticsGetAPITestLatestResultsResponse :
918
918
"""Get an API test's latest results summaries.
919
919
920
- Get the last 50 test results summaries for a given Synthetics API test.
920
+ Get the last 150 test results summaries for a given Synthetics API test.
921
921
922
922
:param public_id: The public ID of the test for which to search results for.
923
923
:type public_id: str
@@ -993,7 +993,7 @@ def get_browser_test_latest_results(
993
993
) -> SyntheticsGetBrowserTestLatestResultsResponse :
994
994
"""Get a browser test's latest results summaries.
995
995
996
- Get the last 50 test results summaries for a given Synthetics Browser test.
996
+ Get the last 150 test results summaries for a given Synthetics Browser test.
997
997
998
998
:param public_id: The public ID of the browser test for which to search results
999
999
for.
You can’t perform that action at this time.
0 commit comments