Skip to content

Commit d0d2192

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add incident management seats to spec (#2953)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 8b66aa7 commit d0d2192

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21196,6 +21196,11 @@ components:
2119621196
users over all hours in the current date for all organizations.
2119721197
format: int64
2119821198
type: integer
21199+
incident_management_seats_hwm:
21200+
description: Shows the high-water mark of Incident Management seats over
21201+
all hours on the current date for all organizations.
21202+
format: int64
21203+
type: integer
2119921204
indexed_events_count_sum:
2120021205
description: Shows the sum of all log events indexed over all hours in the
2120121206
current date for all organizations.
@@ -22312,6 +22317,11 @@ components:
2231222317
users over all hours in the current date for the given org.
2231322318
format: int64
2231422319
type: integer
22320+
incident_management_seats_hwm:
22321+
description: Shows the high-water mark of Incident Management seats over
22322+
all hours on the current date for the given organization.
22323+
format: int64
22324+
type: integer
2231522325
indexed_events_count_sum:
2231622326
deprecated: true
2231722327
description: Shows the sum of all log events indexed over all hours in the
@@ -23429,6 +23439,11 @@ components:
2342923439
active users in the current month for all organizations.
2343023440
format: int64
2343123441
type: integer
23442+
incident_management_seats_hwm_sum:
23443+
description: Shows the sum of the high-water marks of Incident Management
23444+
seats over all hours in the current month for all organizations.
23445+
format: int64
23446+
type: integer
2343223447
indexed_events_count_agg_sum:
2343323448
deprecated: true
2343423449
description: Shows the sum of all log events indexed over all hours in the

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def openapi_types(_):
123123
"gcp_host_top99p": (int,),
124124
"heroku_host_top99p": (int,),
125125
"incident_management_monthly_active_users_hwm": (int,),
126+
"incident_management_seats_hwm": (int,),
126127
"indexed_events_count_sum": (int,),
127128
"infra_host_top99p": (int,),
128129
"ingested_events_bytes_sum": (int,),
@@ -331,6 +332,7 @@ def openapi_types(_):
331332
"gcp_host_top99p": "gcp_host_top99p",
332333
"heroku_host_top99p": "heroku_host_top99p",
333334
"incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm",
335+
"incident_management_seats_hwm": "incident_management_seats_hwm",
334336
"indexed_events_count_sum": "indexed_events_count_sum",
335337
"infra_host_top99p": "infra_host_top99p",
336338
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
@@ -540,6 +542,7 @@ def __init__(
540542
gcp_host_top99p: Union[int, UnsetType] = unset,
541543
heroku_host_top99p: Union[int, UnsetType] = unset,
542544
incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset,
545+
incident_management_seats_hwm: Union[int, UnsetType] = unset,
543546
indexed_events_count_sum: Union[int, UnsetType] = unset,
544547
infra_host_top99p: Union[int, UnsetType] = unset,
545548
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
@@ -948,6 +951,9 @@ def __init__(
948951
:param incident_management_monthly_active_users_hwm: Shows the high-water mark of incident management monthly active users over all hours in the current date for all organizations.
949952
:type incident_management_monthly_active_users_hwm: int, optional
950953
954+
:param incident_management_seats_hwm: Shows the high-water mark of Incident Management seats over all hours on the current date for all organizations.
955+
:type incident_management_seats_hwm: int, optional
956+
951957
:param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for all organizations.
952958
:type indexed_events_count_sum: int, optional
953959
@@ -1476,6 +1482,8 @@ def __init__(
14761482
kwargs["heroku_host_top99p"] = heroku_host_top99p
14771483
if incident_management_monthly_active_users_hwm is not unset:
14781484
kwargs["incident_management_monthly_active_users_hwm"] = incident_management_monthly_active_users_hwm
1485+
if incident_management_seats_hwm is not unset:
1486+
kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm
14791487
if indexed_events_count_sum is not unset:
14801488
kwargs["indexed_events_count_sum"] = indexed_events_count_sum
14811489
if infra_host_top99p is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def openapi_types(_):
120120
"heroku_host_top99p": (int,),
121121
"id": (str,),
122122
"incident_management_monthly_active_users_hwm": (int,),
123+
"incident_management_seats_hwm": (int,),
123124
"indexed_events_count_sum": (int,),
124125
"infra_host_top99p": (int,),
125126
"ingested_events_bytes_sum": (int,),
@@ -334,6 +335,7 @@ def openapi_types(_):
334335
"heroku_host_top99p": "heroku_host_top99p",
335336
"id": "id",
336337
"incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm",
338+
"incident_management_seats_hwm": "incident_management_seats_hwm",
337339
"indexed_events_count_sum": "indexed_events_count_sum",
338340
"infra_host_top99p": "infra_host_top99p",
339341
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
@@ -549,6 +551,7 @@ def __init__(
549551
heroku_host_top99p: Union[int, UnsetType] = unset,
550552
id: Union[str, UnsetType] = unset,
551553
incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset,
554+
incident_management_seats_hwm: Union[int, UnsetType] = unset,
552555
indexed_events_count_sum: Union[int, UnsetType] = unset,
553556
infra_host_top99p: Union[int, UnsetType] = unset,
554557
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
@@ -971,6 +974,9 @@ def __init__(
971974
:param incident_management_monthly_active_users_hwm: Shows the high-water mark of incident management monthly active users over all hours in the current date for the given org.
972975
:type incident_management_monthly_active_users_hwm: int, optional
973976
977+
:param incident_management_seats_hwm: Shows the high-water mark of Incident Management seats over all hours on the current date for the given organization.
978+
:type incident_management_seats_hwm: int, optional
979+
974980
:param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). **Deprecated**.
975981
:type indexed_events_count_sum: int, optional
976982
@@ -1513,6 +1519,8 @@ def __init__(
15131519
kwargs["id"] = id
15141520
if incident_management_monthly_active_users_hwm is not unset:
15151521
kwargs["incident_management_monthly_active_users_hwm"] = incident_management_monthly_active_users_hwm
1522+
if incident_management_seats_hwm is not unset:
1523+
kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm
15161524
if indexed_events_count_sum is not unset:
15171525
kwargs["indexed_events_count_sum"] = indexed_events_count_sum
15181526
if infra_host_top99p is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def openapi_types(_):
128128
"gcp_host_top99p_sum": (int,),
129129
"heroku_host_top99p_sum": (int,),
130130
"incident_management_monthly_active_users_hwm_sum": (int,),
131+
"incident_management_seats_hwm_sum": (int,),
131132
"indexed_events_count_agg_sum": (int,),
132133
"infra_host_top99p_sum": (int,),
133134
"ingested_events_bytes_agg_sum": (int,),
@@ -347,6 +348,7 @@ def openapi_types(_):
347348
"gcp_host_top99p_sum": "gcp_host_top99p_sum",
348349
"heroku_host_top99p_sum": "heroku_host_top99p_sum",
349350
"incident_management_monthly_active_users_hwm_sum": "incident_management_monthly_active_users_hwm_sum",
351+
"incident_management_seats_hwm_sum": "incident_management_seats_hwm_sum",
350352
"indexed_events_count_agg_sum": "indexed_events_count_agg_sum",
351353
"infra_host_top99p_sum": "infra_host_top99p_sum",
352354
"ingested_events_bytes_agg_sum": "ingested_events_bytes_agg_sum",
@@ -567,6 +569,7 @@ def __init__(
567569
gcp_host_top99p_sum: Union[int, UnsetType] = unset,
568570
heroku_host_top99p_sum: Union[int, UnsetType] = unset,
569571
incident_management_monthly_active_users_hwm_sum: Union[int, UnsetType] = unset,
572+
incident_management_seats_hwm_sum: Union[int, UnsetType] = unset,
570573
indexed_events_count_agg_sum: Union[int, UnsetType] = unset,
571574
infra_host_top99p_sum: Union[int, UnsetType] = unset,
572575
ingested_events_bytes_agg_sum: Union[int, UnsetType] = unset,
@@ -992,6 +995,9 @@ def __init__(
992995
:param incident_management_monthly_active_users_hwm_sum: Shows sum of the high-water marks of incident management monthly active users in the current month for all organizations.
993996
:type incident_management_monthly_active_users_hwm_sum: int, optional
994997
998+
:param incident_management_seats_hwm_sum: Shows the sum of the high-water marks of Incident Management seats over all hours in the current month for all organizations.
999+
:type incident_management_seats_hwm_sum: int, optional
1000+
9951001
:param indexed_events_count_agg_sum: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). **Deprecated**.
9961002
:type indexed_events_count_agg_sum: int, optional
9971003
@@ -1554,6 +1560,8 @@ def __init__(
15541560
kwargs[
15551561
"incident_management_monthly_active_users_hwm_sum"
15561562
] = incident_management_monthly_active_users_hwm_sum
1563+
if incident_management_seats_hwm_sum is not unset:
1564+
kwargs["incident_management_seats_hwm_sum"] = incident_management_seats_hwm_sum
15571565
if indexed_events_count_agg_sum is not unset:
15581566
kwargs["indexed_events_count_agg_sum"] = indexed_events_count_agg_sum
15591567
if infra_host_top99p_sum is not unset:

0 commit comments

Comments
 (0)