Skip to content

Commit 12e53f9

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f8a4f4e of spec repo
1 parent 8110807 commit 12e53f9

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-14 09:06:55.275340",
8-
"spec_repo_commit": "f0a4221"
7+
"regenerated": "2021-07-14 10:20:15.428292",
8+
"spec_repo_commit": "f8a4f4e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-07-14 09:07:22.355067",
13-
"spec_repo_commit": "f0a4221"
12+
"regenerated": "2021-07-14 10:20:42.043347",
13+
"spec_repo_commit": "f8a4f4e"
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
@@ -10859,6 +10859,24 @@ components:
1085910859
description: The container usage by tag(s).
1086010860
format: double
1086110861
type: number
10862+
cspm_container_percentage:
10863+
description: The percentage of Cloud Security Posture Management container
10864+
usage by tag(s)
10865+
format: double
10866+
type: number
10867+
cspm_container_usage:
10868+
description: The Cloud Security Posture Management container usage by tag(s)
10869+
format: double
10870+
type: number
10871+
cspm_host_percentage:
10872+
description: The percentage of Cloud Security Posture Management host usage
10873+
by tag(s)
10874+
format: double
10875+
type: number
10876+
cspm_host_usage:
10877+
description: The Cloud Security Posture Management host usage by tag(s)
10878+
format: double
10879+
type: number
1086210880
custom_timeseries_percentage:
1086310881
description: The percentage of custom metrics usage by tag(s).
1086410882
format: double

0 commit comments

Comments
 (0)