@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityIntegrationConfigsApi extends Object
| Constructor and Description |
|---|
EntityIntegrationConfigsApi() |
EntityIntegrationConfigsApi(ApiClient apiClient) |
public EntityIntegrationConfigsApi()
public EntityIntegrationConfigsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic void deleteEntityIntegrationConfig(String integrationId) throws ApiException
See deleteEntityIntegrationConfigWithHttpInfo(java.lang.String).
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteEntityIntegrationConfigAsync(String integrationId)
See deleteEntityIntegrationConfigWithHttpInfoAsync(java.lang.String).
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)public ApiResponse<Void> deleteEntityIntegrationConfigWithHttpInfo(String integrationId) throws ApiException
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteEntityIntegrationConfigWithHttpInfoAsync(String integrationId)
See deleteEntityIntegrationConfigWithHttpInfo(java.lang.String).
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)public EntityIntegrationConfigResponse getEntityIntegrationConfig(String integrationId) throws ApiException
See getEntityIntegrationConfigWithHttpInfo(java.lang.String).
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)ApiException - if fails to make API callpublic CompletableFuture<EntityIntegrationConfigResponse> getEntityIntegrationConfigAsync(String integrationId)
See getEntityIntegrationConfigWithHttpInfoAsync(java.lang.String).
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)public ApiResponse<EntityIntegrationConfigResponse> getEntityIntegrationConfigWithHttpInfo(String integrationId) throws ApiException
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<EntityIntegrationConfigResponse>> getEntityIntegrationConfigWithHttpInfoAsync(String integrationId)
See getEntityIntegrationConfigWithHttpInfo(java.lang.String).
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)public EntityIntegrationConfigResponse updateEntityIntegrationConfig(String integrationId, EntityIntegrationConfigRequest body) throws ApiException
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<EntityIntegrationConfigResponse> updateEntityIntegrationConfigAsync(String integrationId, EntityIntegrationConfigRequest body)
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)body - (required)public ApiResponse<EntityIntegrationConfigResponse> updateEntityIntegrationConfigWithHttpInfo(String integrationId, EntityIntegrationConfigRequest body) throws ApiException
data.attributes.config depends on the integration:
github: config must contain an enabled_repos
array of objects with hostname, github_org_name, and
repo_name.
jira: config must contain an enabled_projects
array of objects with hostname, account_id, and
project_key.
pagerduty: config must contain an accounts
array of objects with a required enabled boolean and an optional
subdomain string.
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<EntityIntegrationConfigResponse>> updateEntityIntegrationConfigWithHttpInfoAsync(String integrationId, EntityIntegrationConfigRequest body)
integrationId - The identifier of the integration whose configuration is being managed.
Supported values are github, jira, and pagerduty.
(required)body - (required)Copyright © 2026. All rights reserved.