Skip to content

Commit

Permalink
Regenerate client from commit a7ac3db of spec repo (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 24, 2022
1 parent adfe4e3 commit ee92613
Show file tree
Hide file tree
Showing 19 changed files with 290 additions and 24 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.6.1",
"regenerated": "2022-01-21 12:35:33.720822",
"spec_repo_commit": "23b4462"
"regenerated": "2022-01-21 15:36:37.321772",
"spec_repo_commit": "a7ac3db"
},
"v2": {
"apigentools_version": "1.6.1",
"regenerated": "2022-01-21 12:35:33.739608",
"spec_repo_commit": "23b4462"
"regenerated": "2022-01-21 15:36:37.343931",
"spec_repo_commit": "a7ac3db"
}
}
}
60 changes: 56 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13057,16 +13057,36 @@ components:
description: Cloud Security Posture Management usage for a given organization
for a given hour.
properties:
aas_host_count:
description: The number of Cloud Security Posture Management Azure app services
hosts during a given hour.
format: double
nullable: true
type: number
azure_host_count:
description: The number of Cloud Security Posture Management Azure hosts
during a given hour.
format: double
nullable: true
type: number
compliance_host_count:
description: The number of Cloud Security Posture Management hosts during
a given hour.
format: double
nullable: true
type: number
container_count:
description: The total number of Cloud Security Posture Management containers
during a given hour.
format: int64
type: integer
format: double
nullable: true
type: number
host_count:
description: The total number of Cloud Security Posture Management hosts
during a given hour.
format: int64
type: integer
format: double
nullable: true
type: number
hour:
description: The hour for the usage.
format: date-time
Expand Down Expand Up @@ -13939,6 +13959,16 @@ components:
hours in the current date for all organizations.
format: int64
type: integer
cspm_aas_host_top99p:
description: Shows the 99th percentile of all Cloud Security Posture Management
Azure app services hosts over all hours in the current date for all organizations.
format: int64
type: integer
cspm_azure_host_top99p:
description: Shows the 99th percentile of all Cloud Security Posture Management
Azure hosts over all hours in the current date for all organizations.
format: int64
type: integer
cspm_container_avg:
description: Shows the average number of Cloud Security Posture Management
containers over all hours in the current date for all organizations.
Expand Down Expand Up @@ -14219,6 +14249,17 @@ components:
hours in the current date for the given org.
format: int64
type: integer
cspm_aas_host_top99p:
description: Shows the 99th percentile of all Cloud Security Posture Management
Azure app services hosts over all hours in the current date for the given
org.
format: int64
type: integer
cspm_azure_host_top99p:
description: Shows the 99th percentile of all Cloud Security Posture Management
Azure hosts over all hours in the current date for the given org.
format: int64
type: integer
cspm_container_avg:
description: Shows the average number of Cloud Security Posture Management
containers over all hours in the current date for the given org.
Expand Down Expand Up @@ -14504,6 +14545,17 @@ components:
over all hours in the current months for all organizations.
format: int64
type: integer
cspm_aas_host_top99p_sum:
description: Shows the 99th percentile of all Cloud Security Posture Management
Azure app services hosts over all hours in the current months for all
organizations.
format: int64
type: integer
cspm_azure_host_top99p_sum:
description: Shows the 99th percentile of all Cloud Security Posture Management
Azure hosts over all hours in the current months for all organizations.
format: int64
type: integer
cspm_container_avg_sum:
description: Shows the average number of Cloud Security Posture Management
containers over all hours in the current months for all organizations.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2022-01-21T12:03:20.978Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions docs/v1/UsageCloudSecurityPostureManagementHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@

## Properties

| Name | Type | Description | Notes |
| ------------------- | ----------- | ------------------------------------------------------------------------------------- | ---------- |
| **container_count** | **Integer** | The total number of Cloud Security Posture Management containers during a given hour. | [optional] |
| **host_count** | **Integer** | The total number of Cloud Security Posture Management hosts during a given hour. | [optional] |
| **hour** | **Time** | The hour for the usage. | [optional] |
| **org_name** | **String** | The organization name. | [optional] |
| **public_id** | **String** | The organization public ID. | [optional] |
| Name | Type | Description | Notes |
| ------------------------- | ---------- | --------------------------------------------------------------------------------------------- | ---------- |
| **aas_host_count** | **Float** | The number of Cloud Security Posture Management Azure app services hosts during a given hour. | [optional] |
| **azure_host_count** | **Float** | The number of Cloud Security Posture Management Azure hosts during a given hour. | [optional] |
| **compliance_host_count** | **Float** | The number of Cloud Security Posture Management hosts during a given hour. | [optional] |
| **container_count** | **Float** | The total number of Cloud Security Posture Management containers during a given hour. | [optional] |
| **host_count** | **Float** | The total number of Cloud Security Posture Management hosts during a given hour. | [optional] |
| **hour** | **Time** | The hour for the usage. | [optional] |
| **org_name** | **String** | The organization name. | [optional] |
| **public_id** | **String** | The organization public ID. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageCloudSecurityPostureManagementHour.new(
aas_host_count: null,
azure_host_count: null,
compliance_host_count: null,
container_count: null,
host_count: null,
hour: null,
Expand Down
4 changes: 4 additions & 0 deletions docs/v1/UsageSummaryDate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
| **browser_rum_units_sum** | **Integer** | Shows the sum of all browser RUM units over all hours in the current date for all organizations. | [optional] |
| **container_avg** | **Integer** | Shows the average of all distinct containers over all hours in the current date for all organizations. | [optional] |
| **container_hwm** | **Integer** | Shows the high-water mark of all distinct containers over all hours in the current date for all organizations. | [optional] |
| **cspm_aas_host_top99p** | **Integer** | Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current date for all organizations. | [optional] |
| **cspm_azure_host_top99p** | **Integer** | Shows the 99th percentile of all Cloud Security Posture Management Azure hosts over all hours in the current date for all organizations. | [optional] |
| **cspm_container_avg** | **Integer** | Shows the average number of Cloud Security Posture Management containers over all hours in the current date for all organizations. | [optional] |
| **cspm_container_hwm** | **Integer** | Shows the high-water mark of Cloud Security Posture Management containers over all hours in the current date for all organizations. | [optional] |
| **cspm_host_top99p** | **Integer** | Shows the 99th percentile of all Cloud Security Posture Management hosts over all hours in the current date for all organizations. | [optional] |
Expand Down Expand Up @@ -81,6 +83,8 @@ instance = DatadogAPIClient::V1::UsageSummaryDate.new(
browser_rum_units_sum: null,
container_avg: null,
container_hwm: null,
cspm_aas_host_top99p: null,
cspm_azure_host_top99p: null,
cspm_container_avg: null,
cspm_container_hwm: null,
cspm_host_top99p: null,
Expand Down
4 changes: 4 additions & 0 deletions docs/v1/UsageSummaryDateOrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
| **browser_rum_units_sum** | **Integer** | Shows the sum of all browser RUM units over all hours in the current date for the given org. | [optional] |
| **container_avg** | **Integer** | Shows the average of all distinct containers over all hours in the current date for the given org. | [optional] |
| **container_hwm** | **Integer** | Shows the high-water mark of all distinct containers over all hours in the current date for the given org. | [optional] |
| **cspm_aas_host_top99p** | **Integer** | Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current date for the given org. | [optional] |
| **cspm_azure_host_top99p** | **Integer** | Shows the 99th percentile of all Cloud Security Posture Management Azure hosts over all hours in the current date for the given org. | [optional] |
| **cspm_container_avg** | **Integer** | Shows the average number of Cloud Security Posture Management containers over all hours in the current date for the given org. | [optional] |
| **cspm_container_hwm** | **Integer** | Shows the high-water mark of Cloud Security Posture Management containers over all hours in the current date for the given org. | [optional] |
| **cspm_host_top99p** | **Integer** | Shows the 99th percentile of all Cloud Security Posture Management hosts over all hours in the current date for the given org. | [optional] |
Expand Down Expand Up @@ -82,6 +84,8 @@ instance = DatadogAPIClient::V1::UsageSummaryDateOrg.new(
browser_rum_units_sum: null,
container_avg: null,
container_hwm: null,
cspm_aas_host_top99p: null,
cspm_azure_host_top99p: null,
cspm_container_avg: null,
cspm_container_hwm: null,
cspm_host_top99p: null,
Expand Down
Loading

0 comments on commit ee92613

Please sign in to comment.