Skip to content

Commit ea92c62

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update documentation for Cloud SIEM (DataDog#20172)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent fc1cfae commit ea92c62

File tree

5 files changed

+257
-7
lines changed

5 files changed

+257
-7
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.6.6",
7-
"regenerated": "2023-10-13 14:49:52.190383",
8-
"spec_repo_commit": "9c0d47b3"
7+
"regenerated": "2023-10-16 19:16:36.690377",
8+
"spec_repo_commit": "4f580adf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-10-13 14:50:02.580853",
13-
"spec_repo_commit": "9c0d47b3"
12+
"regenerated": "2023-10-16 19:16:47.464037",
13+
"spec_repo_commit": "4f580adf"
1414
}
1515
}
1616
}

content/en/api/v1/usage-metering/examples.json

Lines changed: 8 additions & 3 deletions
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4001,6 +4001,7 @@ components:
40014001
- appsec_usage
40024002
- browser_usage
40034003
- ci_visibility_itr_usage
4004+
- cloud_siem_usage
40044005
- container_excl_agent_usage
40054006
- container_usage
40064007
- cspm_containers_usage
@@ -4042,6 +4043,7 @@ components:
40424043
- APPSEC_USAGE
40434044
- BROWSER_USAGE
40444045
- CI_VISIBILITY_ITR_USAGE
4046+
- CLOUD_SIEM_USAGE
40454047
- CONTAINER_EXCL_AGENT_USAGE
40464048
- CONTAINER_USAGE
40474049
- CSPM_CONTAINERS_USAGE
@@ -7604,6 +7606,8 @@ components:
76047606
- browser_percentage
76057607
- ci_visibility_itr_usage
76067608
- ci_visibility_itr_percentage
7609+
- cloud_siem_usage
7610+
- cloud_siem_percentage
76077611
- container_excl_agent_usage
76087612
- container_excl_agent_percentage
76097613
- container_usage
@@ -7685,6 +7689,8 @@ components:
76857689
- BROWSER_PERCENTAGE
76867690
- CI_VISIBILITY_ITR_USAGE
76877691
- CI_VISIBILITY_ITR_PERCENTAGE
7692+
- CLOUD_SIEM_USAGE
7693+
- CLOUD_SIEM_PERCENTAGE
76887694
- CONTAINER_EXCL_AGENT_USAGE
76897695
- CONTAINER_EXCL_AGENT_PERCENTAGE
76907696
- CONTAINER_USAGE
@@ -7820,6 +7826,16 @@ components:
78207826
description: The Git committers for Intelligent Test Runner usage by tag(s).
78217827
format: double
78227828
type: number
7829+
cloud_siem_percentage:
7830+
description: The percentage of Cloud Security Information and Event Management
7831+
usage by tag(s).
7832+
format: double
7833+
type: number
7834+
cloud_siem_usage:
7835+
description: The Cloud Security Information and Event Management usage by
7836+
tag(s).
7837+
format: double
7838+
type: number
78237839
container_excl_agent_percentage:
78247840
description: The percentage of container usage without the Datadog Agent
78257841
by tag(s).
@@ -18251,6 +18267,11 @@ components:
1825118267
for the given date and given organization.
1825218268
format: int64
1825318269
type: integer
18270+
cloud_siem_events_sum:
18271+
description: Shows the sum of all Cloud Security Information and Event Management
18272+
events over all hours in the current date for the given org.
18273+
format: int64
18274+
type: integer
1825418275
container_avg:
1825518276
description: Shows the average of all distinct containers over all hours
1825618277
in the current date for all organizations.
@@ -18772,6 +18793,11 @@ components:
1877218793
for the given date and given org.
1877318794
format: int64
1877418795
type: integer
18796+
cloud_siem_events_sum:
18797+
description: Shows the sum of all Cloud Security Information and Event Management
18798+
events over all hours in the current date for the given org.
18799+
format: int64
18800+
type: integer
1877518801
container_avg:
1877618802
description: Shows the average of all distinct containers over all hours
1877718803
in the current date for the given org.
@@ -19300,6 +19326,11 @@ components:
1930019326
all cloud providers.
1930119327
format: int64
1930219328
type: integer
19329+
cloud_siem_events_agg_sum:
19330+
description: Shows the sum of all Cloud Security Information and Event Management
19331+
events over all hours in the current months for all organizations.
19332+
format: int64
19333+
type: integer
1930319334
container_avg_sum:
1930419335
description: Shows the average of all distinct containers over all hours
1930519336
in the current months for all organizations.

0 commit comments

Comments
 (0)