Skip to content

Commit

Permalink
Regenerate client from commit 0b74d09 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 12, 2021
1 parent b313551 commit 2ae5e04
Show file tree
Hide file tree
Showing 20 changed files with 1,293 additions and 20 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.5.1.dev2",
"regenerated": "2021-11-12 11:37:07.613790",
"spec_repo_commit": "fabbc01"
"regenerated": "2021-11-12 14:35:21.361604",
"spec_repo_commit": "0b74d09"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-12 11:37:07.645024",
"spec_repo_commit": "fabbc01"
"regenerated": "2021-11-12 14:35:21.389942",
"spec_repo_commit": "0b74d09"
}
}
}
198 changes: 193 additions & 5 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12824,6 +12824,52 @@ components:
$ref: '#/components/schemas/UsageRumSessionsHour'
type: array
type: object
UsageRumUnitsHour:
description: Number of RUM Units used for each hour for a given organization
(data available as of November 1, 2021).
properties:
browser_rum_lite_session_count:
description: Number of browser RUM lite sessions.
format: int64
type: integer
browser_rum_replay_session_count:
description: Number of browser RUM replay sessions.
format: int64
type: integer
browser_rum_units:
description: The number of browser RUM units.
format: int64
type: integer
mobile_rum_lite_session_count:
description: Number of mobile RUM lite sessions.
format: int64
type: integer
mobile_rum_units:
description: The number of mobile RUM units.
format: int64
type: integer
org_name:
description: The organization name.
type: string
public_id:
description: The organization public ID.
type: string
rum_units:
description: Total RUM units across mobile and browser RUM.
format: int64
nullable: true
type: integer
type: object
UsageRumUnitsResponse:
description: Response containing the number of RUM Units for each hour for a
given organization.
properties:
usage:
description: Get hourly usage for RUM Units.
items:
$ref: '#/components/schemas/UsageRumUnitsHour'
type: array
type: object
UsageSDSHour:
description: Sensitive Data Scanner usage for a given organization for a given
hour.
Expand Down Expand Up @@ -13010,6 +13056,21 @@ components:
current date for all organizations.
format: int64
type: integer
browser_rum_lite_session_count_sum:
description: Shows the sum of all browser lite sessions over all hours in
the current date for all organizations.
format: int64
type: integer
browser_rum_replay_session_count_sum:
description: Shows the sum of all browser replay sessions over all hours
in the current date for all organizations.
format: int64
type: integer
browser_rum_units_sum:
description: Shows the sum of all browser RUM units over all hours in the
current date for all organizations.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -13114,6 +13175,11 @@ components:
in the current date all organizations.
format: int64
type: integer
mobile_rum_lite_session_count_sum:
description: Shows the sum of all mobile lite sessions over all hours in
the current date for all organizations.
format: int64
type: integer
mobile_rum_session_count_android_sum:
description: Shows the sum of all mobile RUM Sessions on Android over all
hours in the current date for all organizations.
Expand All @@ -13129,6 +13195,11 @@ components:
the current date for all organizations
format: int64
type: integer
mobile_rum_units_sum:
description: Shows the sum of all mobile RUM units over all hours in the
current date for all organizations.
format: int64
type: integer
netflow_indexed_events_count_sum:
description: Shows the sum of all Network flows indexed over all hours in
the current date for all organizations.
Expand Down Expand Up @@ -13165,6 +13236,11 @@ components:
hours in the current date for all organizations.
format: int64
type: integer
rum_units_sum:
description: Shows the sum of all browser and mobile RUM units over all
hours in the current date for all organizations.
format: int64
type: integer
sds_logs_scanned_bytes_sum:
description: Shows the sum of all bytes scanned of logs usage by the Sensitive
Data Scanner over all hours in the current month for all organizations.
Expand Down Expand Up @@ -13251,6 +13327,21 @@ components:
current date for the given org.
format: int64
type: integer
browser_rum_lite_session_count_sum:
description: Shows the sum of all browser lite sessions over all hours in
the current date for the given org.
format: int64
type: integer
browser_rum_replay_session_count_sum:
description: Shows the sum of all browser replay sessions over all hours
in the current date for the given org.
format: int64
type: integer
browser_rum_units_sum:
description: Shows the sum of all browser RUM units over all hours in the
current date for the given org.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for the given org.
Expand Down Expand Up @@ -13293,12 +13384,12 @@ components:
type: integer
dbm_host_top99p_sum:
description: Shows the 99th percentile of all Database Monitoring hosts
over all hours in the current month for all organizations.
over all hours in the current month for the given org.
format: int64
type: integer
dbm_queries_avg_sum:
description: Shows the average of all distinct Database Monitoring normalized
queries over all hours in the current month for all organizations.
queries over all hours in the current month for the given org.
format: int64
type: integer
fargate_tasks_count_avg:
Expand Down Expand Up @@ -13353,6 +13444,11 @@ components:
in the current date for the given org.
format: int64
type: integer
mobile_rum_lite_session_count_sum:
description: Shows the sum of all mobile lite sessions over all hours in
the current date for the given org.
format: int64
type: integer
mobile_rum_session_count_android_sum:
description: Shows the sum of all mobile RUM Sessions on Android over all
hours in the current date for the given org.
Expand All @@ -13368,6 +13464,11 @@ components:
the current date for the given org.
format: int64
type: integer
mobile_rum_units_sum:
description: Shows the sum of all mobile RUM units over all hours in the
current date for the given org.
format: int64
type: integer
name:
description: The organization name.
type: string
Expand Down Expand Up @@ -13405,15 +13506,20 @@ components:
hours in the current date for the given org.
format: int64
type: integer
rum_units_sum:
description: Shows the sum of all browser and mobile RUM units over all
hours in the current date for the given org.
format: int64
type: integer
sds_logs_scanned_bytes_sum:
description: Shows the sum of all bytes scanned of logs usage by the Sensitive
Data Scanner over all hours in the current month for all organizations.
Data Scanner over all hours in the current month for the given org.
format: int64
type: integer
sds_total_scanned_bytes_sum:
description: Shows the sum of all bytes scanned across all usage types by
the Sensitive Data Scanner over all hours in the current month for all
organizations.
the Sensitive Data Scanner over all hours in the current month for the
given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
Expand Down Expand Up @@ -13496,6 +13602,21 @@ components:
current months for all organizations.
format: int64
type: integer
browser_rum_lite_session_count_agg_sum:
description: Shows the sum of all browser lite sessions over all hours in
the current months for all organizations.
format: int64
type: integer
browser_rum_replay_session_count_agg_sum:
description: Shows the sum of all browser replay sessions over all hours
in the current months for all organizations.
format: int64
type: integer
browser_rum_units_agg_sum:
description: Shows the sum of all browser RUM units over all hours in the
current months for all organizations.
format: int64
type: integer
container_avg_sum:
description: Shows the average of all distinct containers over all hours
in the current months for all organizations.
Expand Down Expand Up @@ -13621,6 +13742,11 @@ components:
type: integer
logs_by_retention:
$ref: '#/components/schemas/LogsByRetention'
mobile_rum_lite_session_count_agg_sum:
description: Shows the sum of all mobile lite sessions over all hours in
the current months for all organizations.
format: int64
type: integer
mobile_rum_session_count_agg_sum:
description: Shows the sum of all mobile RUM Sessions over all hours in
the current months for all organizations.
Expand All @@ -13636,6 +13762,11 @@ components:
in the current months for all organizations.
format: int64
type: integer
mobile_rum_units_agg_sum:
description: Shows the sum of all mobile RUM units over all hours in the
current months for all organizations.
format: int64
type: integer
netflow_indexed_events_count_agg_sum:
description: Shows the sum of all Network flows indexed over all hours in
the current months for all organizations.
Expand Down Expand Up @@ -13684,6 +13815,11 @@ components:
hours in the current months for all organizations.
format: int64
type: integer
rum_units_agg_sum:
description: Shows the sum of all browser and mobile RUM units over all
hours in the current months for all organizations.
format: int64
type: integer
sds_logs_scanned_bytes_sum:
description: Shows the sum of all bytes scanned of logs usage by the Sensitive
Data Scanner over all hours in the current month for all organizations.
Expand Down Expand Up @@ -24256,6 +24392,58 @@ paths:
x-menu-order: 24
x-undo:
type: safe
/api/v1/usage/rum:
get:
description: Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
Units.
operationId: GetUsageRumUnits
parameters:
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour.'
in: query
name: start_hr
required: true
schema:
format: date-time
type: string
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage ending **before** this hour.'
in: query
name: end_hr
required: false
schema:
format: date-time
type: string
responses:
'200':
content:
application/json;datetime-format=rfc3339:
schema:
$ref: '#/components/schemas/UsageRumUnitsResponse'
description: OK
'400':
content:
application/json;datetime-format=rfc3339:
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Bad Request
'403':
content:
application/json;datetime-format=rfc3339:
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Forbidden - User is not authorized
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- usage_read
summary: Get hourly usage for RUM Units
tags:
- Usage Metering
x-menu-order: 35
x-undo:
type: safe
/api/v1/usage/rum_sessions:
get:
description: Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
Expand Down
3 changes: 3 additions & 0 deletions docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ All URIs are relative to *https://api.datadoghq.com*
| _DatadogAPIClient::V1::UsageMeteringAPI_ | [**get_usage_network_hosts**](UsageMeteringAPI.md#get_usage_network_hosts) | **GET** /api/v1/usage/network_hosts | Get hourly usage for Network Hosts |
| _DatadogAPIClient::V1::UsageMeteringAPI_ | [**get_usage_profiling**](UsageMeteringAPI.md#get_usage_profiling) | **GET** /api/v1/usage/profiling | Get hourly usage for profiled hosts |
| _DatadogAPIClient::V1::UsageMeteringAPI_ | [**get_usage_rum_sessions**](UsageMeteringAPI.md#get_usage_rum_sessions) | **GET** /api/v1/usage/rum_sessions | Get hourly usage for RUM Sessions |
| _DatadogAPIClient::V1::UsageMeteringAPI_ | [**get_usage_rum_units**](UsageMeteringAPI.md#get_usage_rum_units) | **GET** /api/v1/usage/rum | Get hourly usage for RUM Units |
| _DatadogAPIClient::V1::UsageMeteringAPI_ | [**get_usage_sds**](UsageMeteringAPI.md#get_usage_sds) | **GET** /api/v1/usage/sds | Get hourly usage for Sensitive Data Scanner |
| _DatadogAPIClient::V1::UsageMeteringAPI_ | [**get_usage_snmp**](UsageMeteringAPI.md#get_usage_snmp) | **GET** /api/v1/usage/snmp | Get hourly usage for SNMP devices |
| _DatadogAPIClient::V1::UsageMeteringAPI_ | [**get_usage_summary**](UsageMeteringAPI.md#get_usage_summary) | **GET** /api/v1/usage/summary | Get usage across your multi-org account |
Expand Down Expand Up @@ -795,6 +796,8 @@ All URIs are relative to *https://api.datadoghq.com*
- [DatadogAPIClient::V1::UsageReportsType](UsageReportsType.md)
- [DatadogAPIClient::V1::UsageRumSessionsHour](UsageRumSessionsHour.md)
- [DatadogAPIClient::V1::UsageRumSessionsResponse](UsageRumSessionsResponse.md)
- [DatadogAPIClient::V1::UsageRumUnitsHour](UsageRumUnitsHour.md)
- [DatadogAPIClient::V1::UsageRumUnitsResponse](UsageRumUnitsResponse.md)
- [DatadogAPIClient::V1::UsageSDSHour](UsageSDSHour.md)
- [DatadogAPIClient::V1::UsageSDSResponse](UsageSDSResponse.md)
- [DatadogAPIClient::V1::UsageSNMPHour](UsageSNMPHour.md)
Expand Down
Loading

0 comments on commit 2ae5e04

Please sign in to comment.