You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Integration-specific configuration payload. The shape of this object depends on the integration identified by the path parameter. For `github`, the object must contain an `enabled_repos` array. For `jira`, it must contain an `enabled_projects` array. For `pagerduty`, it must contain an `accounts` array.
27234
+
example:
27235
+
enabled_repos:
27236
+
- github_org_name: myorg
27237
+
hostname: github.com
27238
+
repo_name: myrepo
27239
+
type: object
27240
+
EntityIntegrationConfigRequest:
27241
+
description: Request body used to create or replace the configuration for a given integration.
**Note**: This endpoint is in preview and is subject to change.
115053
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
115054
+
put:
115055
+
description: |-
115056
+
Create or replace the configuration for a given integration in the caller's organization. The shape of `data.attributes.config` depends on the integration:
115057
+
115058
+
- For `github`: `config` must contain an `enabled_repos` array of objects with `hostname`, `github_org_name`, and `repo_name`.
115059
+
- For `jira`: `config` must contain an `enabled_projects` array of objects with `hostname`, `account_id`, and `project_key`.
115060
+
- For `pagerduty`: `config` must contain an `accounts` array of objects with a required `enabled` boolean and an optional `subdomain` string.
summary: Create or update entity integration configuration
115133
+
tags:
115134
+
- Entity Integration Configs
115135
+
x-codegen-request-body-name: body
115136
+
x-permission:
115137
+
operator: OR
115138
+
permissions:
115139
+
- integrations_read
115140
+
x-unstable: |-
115141
+
**Note**: This endpoint is in preview and is subject to change.
115142
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
114864
115143
/api/v2/incidents:
114865
115144
get:
114866
115145
description: >-
@@ -162239,6 +162518,8 @@ tags:
162239
162518
scopes from alerting. Downtime settings, which can be scheduled with start and
162240
162519
end times, prevent all alerting related to specified Datadog tags.
162241
162520
name: Downtimes
162521
+
- description: Manage per-integration configurations for the Internal Developer Portal (IDP). These configurations control which external resources (for example, GitHub repositories, Jira projects, or PagerDuty services) are synced as entities into the Software Catalog.
162522
+
name: Entity Integration Configs
162242
162523
- description: Retrieves security risk scores for entities in your organization.
162243
162524
name: Entity Risk Scores
162244
162525
- description: View and manage issues within Error Tracking. See the [Error Tracking page](https://docs.datadoghq.com/error_tracking/) for more information.
0 commit comments