Skip to content

Commit db25f40

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 43f28e5 of spec repo
1 parent 6f5c46f commit db25f40

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-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.dev11",
7-
"regenerated": "2021-07-13 14:03:51.352491",
8-
"spec_repo_commit": "6586890"
7+
"regenerated": "2021-07-13 14:55:40.323697",
8+
"spec_repo_commit": "43f28e5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-07-13 14:04:12.238306",
13-
"spec_repo_commit": "6586890"
12+
"regenerated": "2021-07-13 14:56:02.524187",
13+
"spec_repo_commit": "43f28e5"
1414
}
1515
}
1616
}

docs/v1/UsageAttributionValues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Name | Type | Description | Notes
1313
**browser_usage** | **float** | The synthetic browser test usage by tag(s). | [optional]
1414
**container_percentage** | **float** | The percentage of container usage by tag(s). | [optional]
1515
**container_usage** | **float** | The container usage by tag(s). | [optional]
16+
**cspm_container_percentage** | **float** | The percentage of Cloud Security Posture Management container usage by tag(s) | [optional]
17+
**cspm_container_usage** | **float** | The Cloud Security Posture Management container usage by tag(s) | [optional]
18+
**cspm_host_percentage** | **float** | The percentage of Cloud Security Posture Management host usage by tag(s) | [optional]
19+
**cspm_host_usage** | **float** | The Cloud Security Posture Management host usage by tag(s) | [optional]
1620
**custom_timeseries_percentage** | **float** | The percentage of custom metrics usage by tag(s). | [optional]
1721
**custom_timeseries_usage** | **float** | The custom metrics usage by tag(s). | [optional]
1822
**cws_container_percentage** | **float** | The percentage of Cloud Workload Security container usage by tag(s) | [optional]

src/datadog_api_client/v1/model/usage_attribution_values.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ def openapi_types():
7373
"browser_usage": (float,), # noqa: E501
7474
"container_percentage": (float,), # noqa: E501
7575
"container_usage": (float,), # noqa: E501
76+
"cspm_container_percentage": (float,), # noqa: E501
77+
"cspm_container_usage": (float,), # noqa: E501
78+
"cspm_host_percentage": (float,), # noqa: E501
79+
"cspm_host_usage": (float,), # noqa: E501
7680
"custom_timeseries_percentage": (float,), # noqa: E501
7781
"custom_timeseries_usage": (float,), # noqa: E501
7882
"cws_container_percentage": (float,), # noqa: E501
@@ -110,6 +114,10 @@ def discriminator():
110114
"browser_usage": "browser_usage", # noqa: E501
111115
"container_percentage": "container_percentage", # noqa: E501
112116
"container_usage": "container_usage", # noqa: E501
117+
"cspm_container_percentage": "cspm_container_percentage", # noqa: E501
118+
"cspm_container_usage": "cspm_container_usage", # noqa: E501
119+
"cspm_host_percentage": "cspm_host_percentage", # noqa: E501
120+
"cspm_host_usage": "cspm_host_usage", # noqa: E501
113121
"custom_timeseries_percentage": "custom_timeseries_percentage", # noqa: E501
114122
"custom_timeseries_usage": "custom_timeseries_usage", # noqa: E501
115123
"cws_container_percentage": "cws_container_percentage", # noqa: E501
@@ -190,6 +198,10 @@ def __init__(self, *args, **kwargs): # noqa: E501
190198
browser_usage (float): The synthetic browser test usage by tag(s).. [optional] # noqa: E501
191199
container_percentage (float): The percentage of container usage by tag(s).. [optional] # noqa: E501
192200
container_usage (float): The container usage by tag(s).. [optional] # noqa: E501
201+
cspm_container_percentage (float): The percentage of Cloud Security Posture Management container usage by tag(s). [optional] # noqa: E501
202+
cspm_container_usage (float): The Cloud Security Posture Management container usage by tag(s). [optional] # noqa: E501
203+
cspm_host_percentage (float): The percentage of Cloud Security Posture Management host usage by tag(s). [optional] # noqa: E501
204+
cspm_host_usage (float): The Cloud Security Posture Management host usage by tag(s). [optional] # noqa: E501
193205
custom_timeseries_percentage (float): The percentage of custom metrics usage by tag(s).. [optional] # noqa: E501
194206
custom_timeseries_usage (float): The custom metrics usage by tag(s).. [optional] # noqa: E501
195207
cws_container_percentage (float): The percentage of Cloud Workload Security container usage by tag(s). [optional] # noqa: E501

src/datadog_api_client/v1/openapi.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10839,6 +10839,24 @@ components:
1083910839
description: The container usage by tag(s).
1084010840
format: double
1084110841
type: number
10842+
cspm_container_percentage:
10843+
description: The percentage of Cloud Security Posture Management container
10844+
usage by tag(s)
10845+
format: double
10846+
type: number
10847+
cspm_container_usage:
10848+
description: The Cloud Security Posture Management container usage by tag(s)
10849+
format: double
10850+
type: number
10851+
cspm_host_percentage:
10852+
description: The percentage of Cloud Security Posture Management host usage
10853+
by tag(s)
10854+
format: double
10855+
type: number
10856+
cspm_host_usage:
10857+
description: The Cloud Security Posture Management host usage by tag(s)
10858+
format: double
10859+
type: number
1084210860
custom_timeseries_percentage:
1084310861
description: The percentage of custom metrics usage by tag(s).
1084410862
format: double

0 commit comments

Comments
 (0)