You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v1/UsageLogsHour.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ Name | Type | Description | Notes
8
8
**hour** | **datetime** | The hour for the usage. | [optional]
9
9
**indexed_events_count** | **int** | Contains the number of log events indexed. | [optional]
10
10
**ingested_events_bytes** | **int** | Contains the number of log bytes ingested. | [optional]
11
+
**logs_live_indexed_count** | **int** | Contains the number of live log events indexed (data available as of December 1, 2020). | [optional]
12
+
**logs_live_ingested_bytes** | **int** | Contains the number of live log bytes ingested (data available as of December 1, 2020). | [optional]
13
+
**logs_rehydrated_indexed_count** | **int** | Contains the number of rehydrated log events indexed (data available as of December 1, 2020). | [optional]
14
+
**logs_rehydrated_ingested_bytes** | **int** | Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020). | [optional]
11
15
12
16
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to README]](README.md)
Copy file name to clipboardExpand all lines: docs/v1/UsageSummaryResponse.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,17 @@ Name | Type | Description | Notes
25
25
**infra_host_top99p_sum** | **int** | Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current months for all organizations. | [optional]
26
26
**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]
27
27
**last_updated** | **datetime** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional]
28
+
**live_indexed_events_agg_sum** | **int** | Shows the sum of all live logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
29
+
**live_ingested_bytes_agg_sum** | **int** | Shows the sum of all live logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
28
30
**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]
29
31
**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]
30
32
**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]
31
33
**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]
32
34
**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]
33
35
**profiling_container_agent_count_avg** | **int** | Shows the average number of profiled containers over all hours in the current months for all organizations. | [optional]
34
36
**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]
37
+
**rehydrated_indexed_events_agg_sum** | **int** | Shows the sum of all rehydrated logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
38
+
**rehydrated_ingested_bytes_agg_sum** | **int** | Shows the sum of all rehydrated logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020). | [optional]
35
39
**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]
36
40
**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]
37
41
**start_date** | **datetime** | Shows the first date of usage in the current months for all organizations. | [optional]
hour (datetime): The hour for the usage.. [optional] # noqa: E501
138
146
indexed_events_count (int): Contains the number of log events indexed.. [optional] # noqa: E501
139
147
ingested_events_bytes (int): Contains the number of log bytes ingested.. [optional] # noqa: E501
148
+
logs_live_indexed_count (int): Contains the number of live log events indexed (data available as of December 1, 2020).. [optional] # noqa: E501
149
+
logs_live_ingested_bytes (int): Contains the number of live log bytes ingested (data available as of December 1, 2020).. [optional] # noqa: E501
150
+
logs_rehydrated_indexed_count (int): Contains the number of rehydrated log events indexed (data available as of December 1, 2020).. [optional] # noqa: E501
151
+
logs_rehydrated_ingested_bytes (int): Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020).. [optional] # noqa: E501
infra_host_top99p_sum (int): Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current months for all organizations.. [optional] # noqa: E501
224
232
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] # noqa: E501
225
233
last_updated (datetime): Shows the the most recent hour in the current months for all organizations for which all usages were calculated.. [optional] # noqa: E501
234
+
live_indexed_events_agg_sum (int): Shows the sum of all live logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020).. [optional] # noqa: E501
235
+
live_ingested_bytes_agg_sum (int): Shows the sum of all live logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020).. [optional] # noqa: E501
226
236
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] # noqa: E501
227
237
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] # noqa: E501
228
238
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] # noqa: E501
229
239
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] # noqa: E501
230
240
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] # noqa: E501
231
241
profiling_container_agent_count_avg (int): Shows the average number of profiled containers over all hours in the current months for all organizations.. [optional] # noqa: E501
232
242
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] # noqa: E501
243
+
rehydrated_indexed_events_agg_sum (int): Shows the sum of all rehydrated logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020).. [optional] # noqa: E501
244
+
rehydrated_ingested_bytes_agg_sum (int): Shows the sum of all rehydrated logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020).. [optional] # noqa: E501
233
245
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] # noqa: E501
234
246
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] # noqa: E501
235
247
start_date (datetime): Shows the first date of usage in the current months for all organizations.. [optional] # noqa: E501
0 commit comments