Skip to content

Commit 065f754

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 4e7ddc2 of spec repo (#207)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7b4bfef commit 065f754

10 files changed

+103
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev2",
7-
"regenerated": "2020-12-24 12:01:16.202678",
8-
"spec_repo_commit": "cc3e6a1"
7+
"regenerated": "2020-12-28 16:56:08.730254",
8+
"spec_repo_commit": "4e7ddc2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2020-12-24 12:01:27.097183",
13-
"spec_repo_commit": "cc3e6a1"
12+
"regenerated": "2020-12-28 16:56:19.103588",
13+
"spec_repo_commit": "4e7ddc2"
1414
}
1515
}
1616
}

docs/v1/UsageRumSessionsHour.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**hour** | **datetime** | The hour for the usage. | [optional]
88
**session_count** | **int** | Contains the number of RUM Sessions. | [optional]
9+
**session_count_android** | **int** | Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020). | [optional]
10+
**session_count_ios** | **int** | Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020). | [optional]
911

1012
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1113

docs/v1/UsageSummaryDate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ Name | Type | Description | Notes
2222
**indexed_events_count_sum** | **int** | Shows the sum of all log events indexed over all hours in the current date for all organizations. | [optional]
2323
**infra_host_top99p** | **int** | Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations. | [optional]
2424
**ingested_events_bytes_sum** | **int** | Shows the sum of all log bytes ingested over all hours in the current date for all organizations. | [optional]
25+
**mobile_rum_session_count_android_sum** | **int** | Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for all organizations. | [optional]
26+
**mobile_rum_session_count_ios_sum** | **int** | Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for all organizations. | [optional]
2527
**mobile_rum_session_count_sum** | **int** | Shows the sum of all mobile RUM Sessions over all hours in the current date for all organizations | [optional]
2628
**netflow_indexed_events_count_sum** | **int** | Shows the sum of all Network flows indexed over all hours in the current date for all organizations. | [optional]
2729
**npm_host_top99p** | **int** | Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations. | [optional]
2830
**orgs** | [**[UsageSummaryDateOrg]**](UsageSummaryDateOrg.md) | Organizations associated with a user. | [optional]
2931
**profiling_host_top99p** | **int** | Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations. | [optional]
3032
**rum_session_count_sum** | **int** | Shows the sum of all browser RUM Sessions over all hours in the current date for all organizations | [optional]
33+
**rum_total_session_count_sum** | **int** | Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for all organizations. | [optional]
3134
**synthetics_browser_check_calls_count_sum** | **int** | Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations. | [optional]
3235
**synthetics_check_calls_count_sum** | **int** | Shows the sum of all Synthetic API tests over all hours in the current date for all organizations. | [optional]
3336
**trace_search_indexed_events_count_sum** | **int** | Shows the sum of all Indexed Spans indexed over all hours in the current date for all organizations. | [optional]

docs/v1/UsageSummaryDateOrg.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ Name | Type | Description | Notes
2121
**indexed_events_count_sum** | **int** | Shows the sum of all log events indexed over all hours in the current date for the given org. | [optional]
2222
**infra_host_top99p** | **int** | Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org. | [optional]
2323
**ingested_events_bytes_sum** | **int** | Shows the sum of all log bytes ingested over all hours in the current date for the given org. | [optional]
24+
**mobile_rum_session_count_android_sum** | **int** | Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for the given org. | [optional]
25+
**mobile_rum_session_count_ios_sum** | **int** | Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for the given org. | [optional]
2426
**mobile_rum_session_count_sum** | **int** | Shows the sum of all mobile RUM Sessions over all hours in the current date for the given org. | [optional]
2527
**name** | **str** | The organization name. | [optional]
2628
**netflow_indexed_events_count_sum** | **int** | Shows the sum of all Network flows indexed over all hours in the current date for the given org. | [optional]
2729
**npm_host_top99p** | **int** | Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org. | [optional]
2830
**profiling_host_top99p** | **int** | Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org. | [optional]
2931
**public_id** | **str** | The organization public id. | [optional]
3032
**rum_session_count_sum** | **int** | Shows the sum of all browser RUM Sessions over all hours in the current date for the given org. | [optional]
33+
**rum_total_session_count_sum** | **int** | Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for the given org. | [optional]
3134
**synthetics_browser_check_calls_count_sum** | **int** | Shows the sum of all Synthetic browser tests over all hours in the current date for the given org. | [optional]
3235
**synthetics_check_calls_count_sum** | **int** | Shows the sum of all Synthetic API tests over all hours in the current date for the given org. | [optional]
3336
**trace_search_indexed_events_count_sum** | **int** | Shows the sum of all Indexed Spans indexed over all hours in the current date for the given org. | [optional]

docs/v1/UsageSummaryResponse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ Name | Type | Description | Notes
2525
**ingested_events_bytes_agg_sum** | **int** | Shows the sum of all log bytes ingested over all hours in the current months for all organizations. | [optional]
2626
**last_updated** | **datetime** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional]
2727
**mobile_rum_session_count_agg_sum** | **int** | Shows the sum of all mobile RUM Sessions over all hours in the current months for all organizations. | [optional]
28+
**mobile_rum_session_count_android_agg_sum** | **int** | Shows the sum of all mobile RUM Sessions on Android over all hours in the current months for all organizations. | [optional]
29+
**mobile_rum_session_count_ios_agg_sum** | **int** | Shows the sum of all mobile RUM Sessions on iOS over all hours in the current months for all organizations. | [optional]
2830
**netflow_indexed_events_count_agg_sum** | **int** | Shows the sum of all Network flows indexed over all hours in the current months for all organizations. | [optional]
2931
**npm_host_top99p_sum** | **int** | Shows the 99th percentile of all distinct Networks hosts over all hours in the current months for all organizations. | [optional]
3032
**profiling_container_agent_count_avg** | **int** | Shows the average number of profiled containers over all hours in the current months for all organizations. | [optional]
3133
**profiling_host_count_top99p_sum** | **int** | Shows the 99th percentile of all profiled hosts over all hours in the current months for all organizations. | [optional]
3234
**rum_session_count_agg_sum** | **int** | Shows the sum of all browser RUM Sessions over all hours in the current months for all organizations. | [optional]
35+
**rum_total_session_count_agg_sum** | **int** | Shows the sum of RUM Sessions (browser and mobile) over all hours in the current months for all organizations. | [optional]
3336
**start_date** | **datetime** | Shows the first date of usage in the current months for all organizations. | [optional]
3437
**synthetics_browser_check_calls_count_agg_sum** | **int** | Shows the sum of all Synthetic browser tests over all hours in the current months for all organizations. | [optional]
3538
**synthetics_check_calls_count_agg_sum** | **int** | Shows the sum of all Synthetic API tests over all hours in the current months for all organizations. | [optional]

src/datadog_api_client/v1/model/usage_rum_sessions_hour.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def openapi_types():
7171
return {
7272
'hour': (datetime,), # noqa: E501
7373
'session_count': (int,), # noqa: E501
74+
'session_count_android': (int,), # noqa: E501
75+
'session_count_ios': (int,), # noqa: E501
7476
}
7577

7678
@cached_property
@@ -81,6 +83,8 @@ def discriminator():
8183
attribute_map = {
8284
'hour': 'hour', # noqa: E501
8385
'session_count': 'session_count', # noqa: E501
86+
'session_count_android': 'session_count_android', # noqa: E501
87+
'session_count_ios': 'session_count_ios', # noqa: E501
8488
}
8589

8690
_composed_schemas = {}
@@ -131,6 +135,8 @@ def __init__(self, *args, **kwargs): # noqa: E501
131135
_visited_composed_classes = (Animal,)
132136
hour (datetime): The hour for the usage.. [optional] # noqa: E501
133137
session_count (int): Contains the number of RUM Sessions.. [optional] # noqa: E501
138+
session_count_android (int): Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020).. [optional] # noqa: E501
139+
session_count_ios (int): Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020).. [optional] # noqa: E501
134140
"""
135141

136142
_check_type = kwargs.pop('_check_type', True)

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,15 @@ def openapi_types():
9292
'indexed_events_count_sum': (int,), # noqa: E501
9393
'infra_host_top99p': (int,), # noqa: E501
9494
'ingested_events_bytes_sum': (int,), # noqa: E501
95+
'mobile_rum_session_count_android_sum': (int,), # noqa: E501
96+
'mobile_rum_session_count_ios_sum': (int,), # noqa: E501
9597
'mobile_rum_session_count_sum': (int,), # noqa: E501
9698
'netflow_indexed_events_count_sum': (int,), # noqa: E501
9799
'npm_host_top99p': (int,), # noqa: E501
98100
'orgs': ([UsageSummaryDateOrg],), # noqa: E501
99101
'profiling_host_top99p': (int,), # noqa: E501
100102
'rum_session_count_sum': (int,), # noqa: E501
103+
'rum_total_session_count_sum': (int,), # noqa: E501
101104
'synthetics_browser_check_calls_count_sum': (int,), # noqa: E501
102105
'synthetics_check_calls_count_sum': (int,), # noqa: E501
103106
'trace_search_indexed_events_count_sum': (int,), # noqa: E501
@@ -128,12 +131,15 @@ def discriminator():
128131
'indexed_events_count_sum': 'indexed_events_count_sum', # noqa: E501
129132
'infra_host_top99p': 'infra_host_top99p', # noqa: E501
130133
'ingested_events_bytes_sum': 'ingested_events_bytes_sum', # noqa: E501
134+
'mobile_rum_session_count_android_sum': 'mobile_rum_session_count_android_sum', # noqa: E501
135+
'mobile_rum_session_count_ios_sum': 'mobile_rum_session_count_ios_sum', # noqa: E501
131136
'mobile_rum_session_count_sum': 'mobile_rum_session_count_sum', # noqa: E501
132137
'netflow_indexed_events_count_sum': 'netflow_indexed_events_count_sum', # noqa: E501
133138
'npm_host_top99p': 'npm_host_top99p', # noqa: E501
134139
'orgs': 'orgs', # noqa: E501
135140
'profiling_host_top99p': 'profiling_host_top99p', # noqa: E501
136141
'rum_session_count_sum': 'rum_session_count_sum', # noqa: E501
142+
'rum_total_session_count_sum': 'rum_total_session_count_sum', # noqa: E501
137143
'synthetics_browser_check_calls_count_sum': 'synthetics_browser_check_calls_count_sum', # noqa: E501
138144
'synthetics_check_calls_count_sum': 'synthetics_check_calls_count_sum', # noqa: E501
139145
'trace_search_indexed_events_count_sum': 'trace_search_indexed_events_count_sum', # noqa: E501
@@ -204,12 +210,15 @@ def __init__(self, *args, **kwargs): # noqa: E501
204210
indexed_events_count_sum (int): Shows the sum of all log events indexed over all hours in the current date for all organizations.. [optional] # noqa: E501
205211
infra_host_top99p (int): Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.. [optional] # noqa: E501
206212
ingested_events_bytes_sum (int): Shows the sum of all log bytes ingested over all hours in the current date for all organizations.. [optional] # noqa: E501
213+
mobile_rum_session_count_android_sum (int): Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for all organizations.. [optional] # noqa: E501
214+
mobile_rum_session_count_ios_sum (int): Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for all organizations.. [optional] # noqa: E501
207215
mobile_rum_session_count_sum (int): Shows the sum of all mobile RUM Sessions over all hours in the current date for all organizations. [optional] # noqa: E501
208216
netflow_indexed_events_count_sum (int): Shows the sum of all Network flows indexed over all hours in the current date for all organizations.. [optional] # noqa: E501
209217
npm_host_top99p (int): Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.. [optional] # noqa: E501
210218
orgs ([UsageSummaryDateOrg]): Organizations associated with a user.. [optional] # noqa: E501
211219
profiling_host_top99p (int): Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.. [optional] # noqa: E501
212220
rum_session_count_sum (int): Shows the sum of all browser RUM Sessions over all hours in the current date for all organizations. [optional] # noqa: E501
221+
rum_total_session_count_sum (int): Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for all organizations.. [optional] # noqa: E501
213222
synthetics_browser_check_calls_count_sum (int): Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.. [optional] # noqa: E501
214223
synthetics_check_calls_count_sum (int): Shows the sum of all Synthetic API tests over all hours in the current date for all organizations.. [optional] # noqa: E501
215224
trace_search_indexed_events_count_sum (int): Shows the sum of all Indexed Spans indexed over all hours in the current date for all organizations.. [optional] # noqa: E501

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,16 @@ def openapi_types():
8686
'indexed_events_count_sum': (int,), # noqa: E501
8787
'infra_host_top99p': (int,), # noqa: E501
8888
'ingested_events_bytes_sum': (int,), # noqa: E501
89+
'mobile_rum_session_count_android_sum': (int,), # noqa: E501
90+
'mobile_rum_session_count_ios_sum': (int,), # noqa: E501
8991
'mobile_rum_session_count_sum': (int,), # noqa: E501
9092
'name': (str,), # noqa: E501
9193
'netflow_indexed_events_count_sum': (int,), # noqa: E501
9294
'npm_host_top99p': (int,), # noqa: E501
9395
'profiling_host_top99p': (int,), # noqa: E501
9496
'public_id': (str,), # noqa: E501
9597
'rum_session_count_sum': (int,), # noqa: E501
98+
'rum_total_session_count_sum': (int,), # noqa: E501
9699
'synthetics_browser_check_calls_count_sum': (int,), # noqa: E501
97100
'synthetics_check_calls_count_sum': (int,), # noqa: E501
98101
'trace_search_indexed_events_count_sum': (int,), # noqa: E501
@@ -122,13 +125,16 @@ def discriminator():
122125
'indexed_events_count_sum': 'indexed_events_count_sum', # noqa: E501
123126
'infra_host_top99p': 'infra_host_top99p', # noqa: E501
124127
'ingested_events_bytes_sum': 'ingested_events_bytes_sum', # noqa: E501
128+
'mobile_rum_session_count_android_sum': 'mobile_rum_session_count_android_sum', # noqa: E501
129+
'mobile_rum_session_count_ios_sum': 'mobile_rum_session_count_ios_sum', # noqa: E501
125130
'mobile_rum_session_count_sum': 'mobile_rum_session_count_sum', # noqa: E501
126131
'name': 'name', # noqa: E501
127132
'netflow_indexed_events_count_sum': 'netflow_indexed_events_count_sum', # noqa: E501
128133
'npm_host_top99p': 'npm_host_top99p', # noqa: E501
129134
'profiling_host_top99p': 'profiling_host_top99p', # noqa: E501
130135
'public_id': 'public_id', # noqa: E501
131136
'rum_session_count_sum': 'rum_session_count_sum', # noqa: E501
137+
'rum_total_session_count_sum': 'rum_total_session_count_sum', # noqa: E501
132138
'synthetics_browser_check_calls_count_sum': 'synthetics_browser_check_calls_count_sum', # noqa: E501
133139
'synthetics_check_calls_count_sum': 'synthetics_check_calls_count_sum', # noqa: E501
134140
'trace_search_indexed_events_count_sum': 'trace_search_indexed_events_count_sum', # noqa: E501
@@ -198,13 +204,16 @@ def __init__(self, *args, **kwargs): # noqa: E501
198204
indexed_events_count_sum (int): Shows the sum of all log events indexed over all hours in the current date for the given org.. [optional] # noqa: E501
199205
infra_host_top99p (int): Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.. [optional] # noqa: E501
200206
ingested_events_bytes_sum (int): Shows the sum of all log bytes ingested over all hours in the current date for the given org.. [optional] # noqa: E501
207+
mobile_rum_session_count_android_sum (int): Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for the given org.. [optional] # noqa: E501
208+
mobile_rum_session_count_ios_sum (int): Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for the given org.. [optional] # noqa: E501
201209
mobile_rum_session_count_sum (int): Shows the sum of all mobile RUM Sessions over all hours in the current date for the given org.. [optional] # noqa: E501
202210
name (str): The organization name.. [optional] # noqa: E501
203211
netflow_indexed_events_count_sum (int): Shows the sum of all Network flows indexed over all hours in the current date for the given org.. [optional] # noqa: E501
204212
npm_host_top99p (int): Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.. [optional] # noqa: E501
205213
profiling_host_top99p (int): Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.. [optional] # noqa: E501
206214
public_id (str): The organization public id.. [optional] # noqa: E501
207215
rum_session_count_sum (int): Shows the sum of all browser RUM Sessions over all hours in the current date for the given org.. [optional] # noqa: E501
216+
rum_total_session_count_sum (int): Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for the given org.. [optional] # noqa: E501
208217
synthetics_browser_check_calls_count_sum (int): Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.. [optional] # noqa: E501
209218
synthetics_check_calls_count_sum (int): Shows the sum of all Synthetic API tests over all hours in the current date for the given org.. [optional] # noqa: E501
210219
trace_search_indexed_events_count_sum (int): Shows the sum of all Indexed Spans indexed over all hours in the current date for the given org.. [optional] # noqa: E501

0 commit comments

Comments
 (0)