Skip to content

Commit

Permalink
Regenerate client from commit 30c0caa9 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 13, 2025
1 parent 987ec86 commit ad3206d
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 15 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": "2025-01-09 22:06:11.503685",
"spec_repo_commit": "8d40e082"
"regenerated": "2025-01-13 08:50:08.347251",
"spec_repo_commit": "30c0caa9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-09 22:06:11.519399",
"spec_repo_commit": "8d40e082"
"regenerated": "2025-01-13 08:50:08.362275",
"spec_repo_commit": "30c0caa9"
}
}
}
53 changes: 49 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20269,7 +20269,7 @@ components:
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for all organizations.
within the current date for all organizations.
format: int64
type: integer
rum_browser_and_mobile_session_count:
Expand Down Expand Up @@ -20358,10 +20358,25 @@ components:
type: integer
rum_mobile_lite_session_count_roku_sum:
description: Shows the sum of all mobile RUM lite sessions on Roku over
all hours in the current date for all organizations (To be introduced
all hours within the current date for all organizations (To be introduced
on October 1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_ios_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current date for the given org.
format: int64
type: integer
rum_replay_session_count_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current date for all organizations (To be introduced on October
Expand Down Expand Up @@ -21122,7 +21137,7 @@ components:
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for the given org.
within the current date for the given org.
format: int64
type: integer
public_id:
Expand Down Expand Up @@ -21221,6 +21236,21 @@ components:
1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_ios_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current date for the given org.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current date for the given org.
format: int64
type: integer
rum_replay_session_count_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current date for the given org (To be introduced on October 1st,
Expand Down Expand Up @@ -22109,10 +22139,25 @@ components:
type: integer
rum_mobile_lite_session_count_roku_agg_sum:
description: Shows the sum of all mobile RUM lite sessions on Roku over
all hours in the current month for all organizations (To be introduced
all hours within the current month for all organizations (To be introduced
on October 1st, 2024).
format: int64
type: integer
rum_mobile_replay_session_count_android_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on Android
over all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_replay_session_count_ios_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on iOS over
all hours within the current month for all organizations.
format: int64
type: integer
rum_mobile_replay_session_count_reactnative_agg_sum:
description: Shows the sum of all mobile RUM replay sessions on React Native
over all hours within the current month for all organizations.
format: int64
type: integer
rum_replay_session_count_agg_sum:
description: Shows the sum of all RUM Session Replay counts over all hours
in the current month for all organizations (To be introduced on October
Expand Down
Loading

0 comments on commit ad3206d

Please sign in to comment.