Skip to content

Commit 0a64c97

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 7b8392b of spec repo (#748)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 02091f1 commit 0a64c97

File tree

10 files changed

+46
-5
lines changed

10 files changed

+46
-5
lines changed

.apigentools-info

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.5.1.dev2",
7-
"regenerated": "2021-12-22 22:58:24.967814",
8-
"spec_repo_commit": "d1e8471"
7+
"regenerated": "2021-12-23 17:02:34.770350",
8+
"spec_repo_commit": "7b8392b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-12-22 22:58:25.485292",
13-
"spec_repo_commit": "d1e8471"
12+
"regenerated": "2021-12-23 17:02:35.234866",
13+
"spec_repo_commit": "7b8392b"
1414
}
1515
}
16-
}
16+
}

.generator/schemas/v1/openapi.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13159,6 +13159,12 @@ components:
1315913159
description: The hour for the usage.
1316013160
format: date-time
1316113161
type: string
13162+
org_name:
13163+
description: The organization name.
13164+
type: string
13165+
public_id:
13166+
description: The organization public ID.
13167+
type: string
1316213168
session_count:
1316313169
description: Contains the number of RUM Sessions.
1316413170
format: int64
@@ -13584,6 +13590,11 @@ components:
1358413590
in the current date for all organizations.
1358513591
format: int64
1358613592
type: integer
13593+
rum_browser_and_mobile_session_count:
13594+
description: Shows the sum of all mobile sessions and all browser lite and
13595+
legacy sessions over all hours in the current month for all organizations.
13596+
format: int64
13597+
type: integer
1358713598
rum_session_count_sum:
1358813599
description: Shows the sum of all browser RUM Sessions over all hours in
1358913600
the current date for all organizations
@@ -13858,6 +13869,11 @@ components:
1385813869
public_id:
1385913870
description: The organization public id.
1386013871
type: string
13872+
rum_browser_and_mobile_session_count:
13873+
description: Shows the sum of all mobile sessions and all browser lite and
13874+
legacy sessions over all hours in the current date for the given org.
13875+
format: int64
13876+
type: integer
1386113877
rum_session_count_sum:
1386213878
description: Shows the sum of all browser RUM Sessions over all hours in
1386313879
the current date for the given org.
@@ -14172,6 +14188,11 @@ components:
1417214188
December 1, 2020).
1417314189
format: int64
1417414190
type: integer
14191+
rum_browser_and_mobile_session_count:
14192+
description: Shows the sum of all mobile sessions and all browser lite and
14193+
legacy sessions over all hours in the current month for all organizations.
14194+
format: int64
14195+
type: integer
1417514196
rum_session_count_agg_sum:
1417614197
description: Shows the sum of all browser RUM Sessions over all hours in
1417714198
the current months for all organizations.

docs/v1/UsageRumSessionsHour.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/UsageSummaryDate.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/UsageSummaryDateOrg.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/UsageSummaryResponse.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_rum_sessions_hour.py

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)