Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
eca7dbb
Make TypeScript test workflow reusable
MintsInc Sep 5, 2025
89430a3
Improve oncall schedule endpoint documentation (#2745)
api-clients-generation-pipeline[bot] Sep 5, 2025
3efab1d
Update Get All Notification Rules API docs to include pagination, sor…
api-clients-generation-pipeline[bot] Sep 5, 2025
7a373a1
Add Incident Notification Template Public Docs (#2760)
api-clients-generation-pipeline[bot] Sep 8, 2025
e6eac70
Bump versions and add changelog entries. (#2770)
api-clients-generation-pipeline[bot] Sep 9, 2025
86d17c6
Promote unstable aws v2 APIs and deprecate v1 (#2767)
api-clients-generation-pipeline[bot] Sep 9, 2025
e5fd4c2
Security Monitoring - Make hasOptionalGroupByFields updatable (#2639)
api-clients-generation-pipeline[bot] Sep 10, 2025
ab38186
Add Incident Notification Rules Public Spec (#2772)
api-clients-generation-pipeline[bot] Sep 10, 2025
399cb08
Update v1 and v2 GCP API specs to support `monitored_resource_configs…
api-clients-generation-pipeline[bot] Sep 10, 2025
7da53cb
Add action datastore API (#2731)
api-clients-generation-pipeline[bot] Sep 11, 2025
467017e
SDCD-1727: removing 1 hour time restriction for `finished_at` (#2774)
api-clients-generation-pipeline[bot] Sep 11, 2025
9f004b1
Allow to send batches of events in pipelines API (#2737)
api-clients-generation-pipeline[bot] Sep 12, 2025
61b0a7b
CI disallow documenting OPEN routes (#2743)
api-clients-generation-pipeline[bot] Sep 12, 2025
0b2e3b0
[SIEM] Include ruleId in SecurityMonitoringRuleConvertResponse (#2782)
api-clients-generation-pipeline[bot] Sep 12, 2025
ace0896
Add Query Parameters to ListOrgConnections Endpoint (#2784)
api-clients-generation-pipeline[bot] Sep 15, 2025
f6a14ca
Bump versions and add changelog entries. (#2792)
api-clients-generation-pipeline[bot] Sep 15, 2025
3465b80
run poetry update (#2793)
MintsInc Sep 15, 2025
bf9ac8f
Make TypeScript test workflow reusable
MintsInc Sep 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
368 changes: 202 additions & 166 deletions .generator/poetry.lock

Large diffs are not rendered by default.

77 changes: 69 additions & 8 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3288,15 +3288,19 @@ components:
example: https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
type: string
cloud_run_revision_filters:
description: 'Limit the Cloud Run revisions that are pulled into Datadog
by using tags.
deprecated: true
description: 'List of filters to limit the Cloud Run revisions that are
pulled into Datadog by using tags.

Only Cloud Run revision resources that apply to specified filters are
imported into Datadog.'
imported into Datadog.

**Note:** This field is deprecated. Instead, use `monitored_resource_configs`
with `type=cloud_run_revision`'
example:
- $KEY:$VALUE
items:
description: Cloud Run Filters
description: Cloud Run revision filters
type: string
type: array
errors:
Expand All @@ -3309,11 +3313,16 @@ components:
type: string
type: array
host_filters:
description: 'Limit the GCE instances that are pulled into Datadog by using
tags.
deprecated: true
description: 'A comma-separated list of filters to limit the VM instances
that are pulled into Datadog by using tags.

Only hosts that match one of the defined tags are imported into Datadog.'
example: key:value,filter:example
Only VM instance resources that apply to specified filters are imported
into Datadog.

**Note:** This field is deprecated. Instead, use `monitored_resource_configs`
with `type=gce_instance`'
example: $KEY1:$VALUE1,$KEY2:$VALUE2
type: string
is_cspm_enabled:
description: 'When enabled, Datadog will activate the Cloud Security Monitoring
Expand All @@ -3334,6 +3343,15 @@ components:
account.'
example: true
type: boolean
monitored_resource_configs:
description: Configurations for GCP monitored resources.
example:
- filters:
- $KEY:$VALUE
type: gce_instance
items:
$ref: '#/components/schemas/GCPMonitoredResourceConfig'
type: array
private_key:
description: Your private key name found in your JSON service account key.
example: private_key
Expand Down Expand Up @@ -3366,6 +3384,37 @@ components:
items:
$ref: '#/components/schemas/GCPAccount'
type: array
GCPMonitoredResourceConfig:
description: Configuration for a GCP monitored resource.
properties:
filters:
description: 'List of filters to limit the monitored resources that are
pulled into Datadog by using tags.

Only monitored resources that apply to specified filters are imported
into Datadog.'
example:
- $KEY:$VALUE
items:
description: A monitored resource filter
type: string
type: array
type:
$ref: '#/components/schemas/GCPMonitoredResourceConfigType'
type: object
GCPMonitoredResourceConfigType:
description: The GCP monitored resource type. Only a subset of resource types
are supported.
enum:
- cloud_function
- cloud_run_revision
- gce_instance
example: gce_instance
type: string
x-enum-varnames:
- CLOUD_FUNCTION
- CLOUD_RUN_REVISION
- GCE_INSTANCE
GeomapWidgetDefinition:
description: This visualization displays a series of values by country on a
world map.
Expand Down Expand Up @@ -27347,6 +27396,7 @@ paths:
- hosts_read
/api/v1/integration/aws:
delete:
deprecated: true
description: Delete a Datadog-AWS integration matching the specified `account_id`
and `role_name parameters`.
operationId: DeleteAWSAccount
Expand Down Expand Up @@ -27393,6 +27443,7 @@ paths:
permissions:
- aws_configurations_manage
get:
deprecated: true
description: List all Datadog-AWS integrations available in your Datadog organization.
operationId: ListAWSAccounts
parameters:
Expand Down Expand Up @@ -27443,6 +27494,7 @@ paths:
permissions:
- aws_configuration_read
post:
deprecated: true
description: 'Create a Datadog-Amazon Web Services integration.

Using the `POST` method updates your integration configuration
Expand Down Expand Up @@ -27494,6 +27546,7 @@ paths:
permissions:
- aws_configurations_manage
put:
deprecated: true
description: Update a Datadog-Amazon Web Services integration.
operationId: UpdateAWSAccount
parameters:
Expand Down Expand Up @@ -27563,6 +27616,7 @@ paths:
- aws_configuration_edit
/api/v1/integration/aws/available_namespace_rules:
get:
deprecated: true
description: List all namespace rules for a given Datadog-AWS integration. This
endpoint takes no arguments.
operationId: ListAvailableAWSNamespaces
Expand Down Expand Up @@ -27708,6 +27762,7 @@ paths:
- manage_integrations
/api/v1/integration/aws/filtering:
delete:
deprecated: true
description: Delete a tag filtering entry.
operationId: DeleteAWSTagFilter
requestBody:
Expand Down Expand Up @@ -27749,6 +27804,7 @@ paths:
permissions:
- aws_configuration_edit
get:
deprecated: true
description: Get all AWS tag filters.
operationId: ListAWSTagFilters
parameters:
Expand Down Expand Up @@ -27787,6 +27843,7 @@ paths:
permissions:
- aws_configuration_read
post:
deprecated: true
description: Set an AWS tag filter.
operationId: CreateAWSTagFilter
requestBody:
Expand Down Expand Up @@ -27832,6 +27889,7 @@ paths:
- aws_configuration_edit
/api/v1/integration/aws/generate_new_external_id:
put:
deprecated: true
description: Generate a new AWS external ID for a given AWS account ID and role
name pair.
operationId: CreateNewAWSExternalID
Expand Down Expand Up @@ -27917,6 +27975,7 @@ paths:
permissions:
- aws_configuration_edit
get:
deprecated: true
description: List all Datadog-AWS Logs integrations configured in your Datadog
account.
operationId: ListAWSLogsIntegrations
Expand Down Expand Up @@ -28058,6 +28117,7 @@ paths:
- aws_configuration_read
/api/v1/integration/aws/logs/services:
get:
deprecated: true
description: Get the list of current AWS services that Datadog offers automatic
log collection. Use returned service IDs with the services parameter for the
Enable an AWS service log collection API endpoint.
Expand Down Expand Up @@ -28100,6 +28160,7 @@ paths:
permissions:
- aws_configuration_read
post:
deprecated: true
description: Enable automatic log collection for a list of services. This should
be run after running `CreateAWSLambdaARN` to save the configuration.
operationId: EnableAWSLogServices
Expand Down
Loading