diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 040612a150d..cc7c741d96e 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -37853,7 +37853,7 @@ components: $ref: "#/components/schemas/LLMObsAnnotationItem" type: array content_id: - description: Identifier of the content for this interaction. + description: Identifier of the content (trace ID or session ID) for this interaction. example: "trace-abc-123" type: string id: @@ -38052,7 +38052,7 @@ components: description: A single interaction to add to an annotation queue. properties: content_id: - description: Identifier of the content (such as trace ID) for this interaction. + description: Identifier of the content (trace ID or session ID) for this interaction. example: "trace-abc-123" type: string type: @@ -38069,7 +38069,7 @@ components: example: false type: boolean content_id: - description: Identifier of the content for this interaction. + description: Identifier of the content (trace ID or session ID) for this interaction. example: "trace-abc-123" type: string id: @@ -39516,11 +39516,13 @@ components: enum: - trace - experiment_trace + - session example: trace type: string x-enum-varnames: - TRACE - EXPERIMENT_TRACE + - SESSION LLMObsMetricAssessment: description: Assessment result for an LLM Observability experiment metric. enum: @@ -62654,23 +62656,19 @@ components: - DONE - TIMEOUT SecurityMonitoringContentPackActivation: - description: The activation status of a content pack. + description: The activation status of a content pack enum: - never_activated - activated - deactivated example: activated type: string - x-enum-descriptions: - - Pack has never been activated for this organization. - - Pack is currently activated. - - Pack was previously activated but has since been deactivated. x-enum-varnames: - NEVER_ACTIVATED - ACTIVATED - DEACTIVATED SecurityMonitoringContentPackIntegrationStatus: - description: The installation status of the related integration. + description: The installation status of the related integration enum: - installed - available @@ -62679,12 +62677,6 @@ components: - error example: installed type: string - x-enum-descriptions: - - Integration is fully installed. - - Integration exists in the catalog but is not installed. - - Integration is only partially configured. - - Integration detected (for example, logs are flowing) but not explicitly installed. - - Integration is in an error state. x-enum-varnames: - INSTALLED - AVAILABLE @@ -62701,9 +62693,7 @@ components: cp_activation: $ref: "#/components/schemas/SecurityMonitoringContentPackActivation" filters_configured_for_logs: - description: |- - Whether filters (Security Filters or Index Query depending on the pricing model) are - present and correctly configured to route logs into Cloud SIEM. + description: Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs example: true type: boolean integration_installed_status: @@ -62711,7 +62701,7 @@ components: logs_last_collected: $ref: "#/components/schemas/SecurityMonitoringContentPackTimestampBucket" logs_seen_from_any_index: - description: Whether logs for this content pack have been seen in any Datadog index within the last 72 hours. + description: Whether logs have been seen from any index example: true type: boolean state: @@ -62776,7 +62766,7 @@ components: - meta type: object SecurityMonitoringContentPackStatus: - description: The current operational status of a content pack. + description: The current status of a content pack enum: - install - activate @@ -62786,13 +62776,6 @@ components: - broken example: active type: string - x-enum-descriptions: - - Not activated; no logs detected in the last 72 hours. - - Not activated; logs are flowing into a Datadog index but not yet routed through Cloud SIEM. - - Activated; awaiting first log ingestion. - - Activated; logs received within the last 24 hours. - - Activated; integration not installed or logs last seen 24 to 72 hours ago. - - Activated; no logs for over 72 hours, filter missing, or Cloud SIEM index incorrectly ordered. x-enum-varnames: - INSTALL - ACTIVATE @@ -62801,7 +62784,7 @@ components: - WARNING - BROKEN SecurityMonitoringContentPackTimestampBucket: - description: Timestamp bucket indicating when logs were last collected. + description: Timestamp bucket indicating when logs were last collected enum: - not_seen - within_24_hours @@ -62810,12 +62793,6 @@ components: - over_30d example: within_24_hours type: string - x-enum-descriptions: - - No logs observed. - - Logs received within the last 24 hours. - - Logs last seen 24 to 72 hours ago. - - Logs last seen 3 to 30 days ago. - - Logs last seen more than 30 days ago. x-enum-varnames: - NOT_SEEN - WITHIN_24_HOURS @@ -63906,7 +63883,7 @@ components: - $ref: "#/components/schemas/SecurityMonitoringSignalRulePayload" - $ref: "#/components/schemas/CloudConfigurationRulePayload" SecurityMonitoringSKU: - description: The Cloud SIEM pricing model (SKU) for the organization. + description: The SIEM pricing model (SKU) for the organization enum: - per_gb_analyzed - per_event_in_siem_index_2023 @@ -101142,7 +101119,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/annotation-queues/{queue_id}/annotated-interactions: get: - description: Retrieve all interactions and their annotations for a given annotation queue. + description: Retrieve all interactions (traces and sessions) and their annotations for a given annotation queue. operationId: GetLLMObsAnnotatedInteractions parameters: - $ref: "#/components/parameters/LLMObsAnnotationQueueIDPathParameter" @@ -101191,7 +101168,7 @@ paths: /api/v2/llm-obs/v1/annotation-queues/{queue_id}/interactions: post: description: |- - Add one or more interactions (traces) to an annotation queue. + Add one or more interactions (traces or sessions) to an annotation queue. At least one interaction must be provided. operationId: CreateLLMObsAnnotationQueueInteractions parameters: @@ -118729,8 +118706,9 @@ paths: /api/v2/security_monitoring/content_packs/states: get: description: |- - Get the activation state, integration status, and log collection status - for all Cloud SIEM content packs. + Get the activation and configuration states for all security monitoring content packs. + This endpoint returns status information about each content pack including activation state, + integration status, and log collection status. operationId: GetContentPacksStates responses: "200": @@ -118753,31 +118731,21 @@ paths: description: Not Found "429": $ref: "#/components/responses/TooManyRequestsResponse" - security: - - apiKeyAuth: [] - appKeyAuth: [] - - AuthZ: - - security_monitoring_filters_read summary: Get content pack states tags: - Security Monitoring - "x-permission": - operator: OR - permissions: - - security_monitoring_filters_read - - logs_read_index_data x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/security_monitoring/content_packs/{content_pack_id}/activate: put: description: |- - Activate a Cloud SIEM content pack. This operation configures the necessary + Activate a security monitoring content pack. This operation configures the necessary log filters or security filters depending on the pricing model and updates the content pack activation state. operationId: ActivateContentPack parameters: - - description: The ID of the content pack to activate (for example, `aws-cloudtrail`). + - description: The ID of the content pack to activate. in: path name: content_pack_id required: true @@ -118801,30 +118769,20 @@ paths: description: Not Found "429": $ref: "#/components/responses/TooManyRequestsResponse" - security: - - apiKeyAuth: [] - appKeyAuth: [] - - AuthZ: - - security_monitoring_filters_write summary: Activate content pack tags: - Security Monitoring - "x-permission": - operator: OR - permissions: - - security_monitoring_filters_write - - logs_modify_indexes x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/security_monitoring/content_packs/{content_pack_id}/deactivate: put: description: |- - Deactivate a Cloud SIEM content pack. This operation removes the content pack's + Deactivate a security monitoring content pack. This operation removes the content pack's configuration from log filters or security filters and updates the content pack activation state. operationId: DeactivateContentPack parameters: - - description: The ID of the content pack to deactivate (for example, `aws-cloudtrail`). + - description: The ID of the content pack to deactivate. in: path name: content_pack_id required: true @@ -118848,19 +118806,9 @@ paths: description: Not Found "429": $ref: "#/components/responses/TooManyRequestsResponse" - security: - - apiKeyAuth: [] - appKeyAuth: [] - - AuthZ: - - security_monitoring_filters_write summary: Deactivate content pack tags: - Security Monitoring - "x-permission": - operator: OR - permissions: - - security_monitoring_filters_write - - logs_modify_indexes x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). diff --git a/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java b/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java index 92ca069b35b..a23dabe01f3 100644 --- a/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java @@ -267,8 +267,8 @@ public LLMObsAnnotationQueueInteractionsResponse createLLMObsAnnotationQueueInte } /** - * Add one or more interactions (traces) to an annotation queue. At least one interaction must be - * provided. + * Add one or more interactions (traces or sessions) to an annotation queue. At least one + * interaction must be provided. * * @param queueId The ID of the LLM Observability annotation queue. (required) * @param body Add interactions payload. (required) @@ -2491,7 +2491,8 @@ public CompletableFuture getLLMObsAnnotated } /** - * Retrieve all interactions and their annotations for a given annotation queue. + * Retrieve all interactions (traces and sessions) and their annotations for a given annotation + * queue. * * @param queueId The ID of the LLM Observability annotation queue. (required) * @return ApiResponse<LLMObsAnnotatedInteractionsResponse> diff --git a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java index a1f8c376055..a4539bb4134 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java @@ -158,8 +158,7 @@ public void setApiClient(ApiClient apiClient) { * *

See {@link #activateContentPackWithHttpInfo}. * - * @param contentPackId The ID of the content pack to activate (for example, aws-cloudtrail - * ). (required) + * @param contentPackId The ID of the content pack to activate. (required) * @throws ApiException if fails to make API call */ public void activateContentPack(String contentPackId) throws ApiException { @@ -171,8 +170,7 @@ public void activateContentPack(String contentPackId) throws ApiException { * *

See {@link #activateContentPackWithHttpInfoAsync}. * - * @param contentPackId The ID of the content pack to activate (for example, aws-cloudtrail - * ). (required) + * @param contentPackId The ID of the content pack to activate. (required) * @return CompletableFuture */ public CompletableFuture activateContentPackAsync(String contentPackId) { @@ -184,11 +182,11 @@ public CompletableFuture activateContentPackAsync(String contentPackId) { } /** - * Activate a Cloud SIEM content pack. This operation configures the necessary log filters or - * security filters depending on the pricing model and updates the content pack activation state. + * Activate a security monitoring content pack. This operation configures the necessary log + * filters or security filters depending on the pricing model and updates the content pack + * activation state. * - * @param contentPackId The ID of the content pack to activate (for example, aws-cloudtrail - * ). (required) + * @param contentPackId The ID of the content pack to activate. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details @@ -234,7 +232,7 @@ public ApiResponse activateContentPackWithHttpInfo(String contentPackId) localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "PUT", builder, @@ -251,8 +249,7 @@ public ApiResponse activateContentPackWithHttpInfo(String contentPackId) * *

See {@link #activateContentPackWithHttpInfo}. * - * @param contentPackId The ID of the content pack to activate (for example, aws-cloudtrail - * ). (required) + * @param contentPackId The ID of the content pack to activate. (required) * @return CompletableFuture<ApiResponse<Void>> */ public CompletableFuture> activateContentPackWithHttpInfoAsync( @@ -297,7 +294,7 @@ public CompletableFuture> activateContentPackWithHttpInfoAsync localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -3426,8 +3423,7 @@ public ApiResponse createVulnerabilityNotificationRule * *

See {@link #deactivateContentPackWithHttpInfo}. * - * @param contentPackId The ID of the content pack to deactivate (for example, - * aws-cloudtrail). (required) + * @param contentPackId The ID of the content pack to deactivate. (required) * @throws ApiException if fails to make API call */ public void deactivateContentPack(String contentPackId) throws ApiException { @@ -3439,8 +3435,7 @@ public void deactivateContentPack(String contentPackId) throws ApiException { * *

See {@link #deactivateContentPackWithHttpInfoAsync}. * - * @param contentPackId The ID of the content pack to deactivate (for example, - * aws-cloudtrail). (required) + * @param contentPackId The ID of the content pack to deactivate. (required) * @return CompletableFuture */ public CompletableFuture deactivateContentPackAsync(String contentPackId) { @@ -3452,11 +3447,11 @@ public CompletableFuture deactivateContentPackAsync(String contentPackId) } /** - * Deactivate a Cloud SIEM content pack. This operation removes the content pack's configuration - * from log filters or security filters and updates the content pack activation state. + * Deactivate a security monitoring content pack. This operation removes the content pack's + * configuration from log filters or security filters and updates the content pack activation + * state. * - * @param contentPackId The ID of the content pack to deactivate (for example, - * aws-cloudtrail). (required) + * @param contentPackId The ID of the content pack to deactivate. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details @@ -3502,7 +3497,7 @@ public ApiResponse deactivateContentPackWithHttpInfo(String contentPackId) localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "PUT", builder, @@ -3519,8 +3514,7 @@ public ApiResponse deactivateContentPackWithHttpInfo(String contentPackId) * *

See {@link #deactivateContentPackWithHttpInfo}. * - * @param contentPackId The ID of the content pack to deactivate (for example, - * aws-cloudtrail). (required) + * @param contentPackId The ID of the content pack to deactivate. (required) * @return CompletableFuture<ApiResponse<Void>> */ public CompletableFuture> deactivateContentPackWithHttpInfoAsync( @@ -3565,7 +3559,7 @@ public CompletableFuture> deactivateContentPackWithHttpInfoAsy localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex); @@ -5765,8 +5759,9 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw } /** - * Get the activation state, integration status, and log collection status for all Cloud SIEM - * content packs. + * Get the activation and configuration states for all security monitoring content packs. This + * endpoint returns status information about each content pack including activation state, + * integration status, and log collection status. * * @return ApiResponse<SecurityMonitoringContentPackStatesResponse> * @throws ApiException if fails to make API call @@ -5803,7 +5798,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", builder, @@ -5851,7 +5846,7 @@ public SecurityMonitoringContentPackStatesResponse getContentPacksStates() throw localVarHeaderParams, new HashMap(), new String[] {"application/json"}, - new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotatedInteractionItem.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotatedInteractionItem.java index 5f84e665c0c..00665914307 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotatedInteractionItem.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotatedInteractionItem.java @@ -93,7 +93,7 @@ public LLMObsAnnotatedInteractionItem contentId(String contentId) { } /** - * Identifier of the content for this interaction. + * Identifier of the content (trace ID or session ID) for this interaction. * * @return contentId */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionItem.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionItem.java index 1b73533de30..2bd8ce70366 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionItem.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionItem.java @@ -49,7 +49,7 @@ public LLMObsAnnotationQueueInteractionItem contentId(String contentId) { } /** - * Identifier of the content (such as trace ID) for this interaction. + * Identifier of the content (trace ID or session ID) for this interaction. * * @return contentId */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionResponseItem.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionResponseItem.java index c319f22806c..f9ba12973b1 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionResponseItem.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionResponseItem.java @@ -81,7 +81,7 @@ public LLMObsAnnotationQueueInteractionResponseItem contentId(String contentId) } /** - * Identifier of the content for this interaction. + * Identifier of the content (trace ID or session ID) for this interaction. * * @return contentId */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsInteractionType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsInteractionType.java index 2db3dd03582..957e41a999f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsInteractionType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsInteractionType.java @@ -23,11 +23,12 @@ public class LLMObsInteractionType extends ModelEnum { private static final Set allowedValues = - new HashSet(Arrays.asList("trace", "experiment_trace")); + new HashSet(Arrays.asList("trace", "experiment_trace", "session")); public static final LLMObsInteractionType TRACE = new LLMObsInteractionType("trace"); public static final LLMObsInteractionType EXPERIMENT_TRACE = new LLMObsInteractionType("experiment_trace"); + public static final LLMObsInteractionType SESSION = new LLMObsInteractionType("session"); LLMObsInteractionType(String value) { super(value, allowedValues); diff --git a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackActivation.java b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackActivation.java index 884450111ad..2d3c0328e92 100644 --- a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackActivation.java +++ b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackActivation.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** The activation status of a content pack. */ +/** The activation status of a content pack */ @JsonSerialize( using = SecurityMonitoringContentPackActivation.SecurityMonitoringContentPackActivationSerializer diff --git a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackIntegrationStatus.java b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackIntegrationStatus.java index 0ab15e018e1..93f8867efee 100644 --- a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackIntegrationStatus.java +++ b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackIntegrationStatus.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** The installation status of the related integration. */ +/** The installation status of the related integration */ @JsonSerialize( using = SecurityMonitoringContentPackIntegrationStatus diff --git a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateAttributes.java b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateAttributes.java index 0754dc5cf31..c7a04b18143 100644 --- a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateAttributes.java @@ -112,7 +112,7 @@ public SecurityMonitoringContentPackStateAttributes cpActivation( } /** - * The activation status of a content pack. + * The activation status of a content pack * * @return cpActivation */ @@ -136,8 +136,8 @@ public SecurityMonitoringContentPackStateAttributes filtersConfiguredForLogs( } /** - * Whether filters (Security Filters or Index Query depending on the pricing model) are present - * and correctly configured to route logs into Cloud SIEM. + * Whether filters (Security Filters or Index Query depending on the pricing model) are configured + * for logs * * @return filtersConfiguredForLogs */ @@ -159,7 +159,7 @@ public SecurityMonitoringContentPackStateAttributes integrationInstalledStatus( } /** - * The installation status of the related integration. + * The installation status of the related integration * * @return integrationInstalledStatus */ @@ -186,7 +186,7 @@ public SecurityMonitoringContentPackStateAttributes logsLastCollected( } /** - * Timestamp bucket indicating when logs were last collected. + * Timestamp bucket indicating when logs were last collected * * @return logsLastCollected */ @@ -210,8 +210,7 @@ public SecurityMonitoringContentPackStateAttributes logsSeenFromAnyIndex( } /** - * Whether logs for this content pack have been seen in any Datadog index within the last 72 - * hours. + * Whether logs have been seen from any index * * @return logsSeenFromAnyIndex */ @@ -233,7 +232,7 @@ public SecurityMonitoringContentPackStateAttributes state( } /** - * The current operational status of a content pack. + * The current status of a content pack * * @return state */ diff --git a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateMeta.java b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateMeta.java index 4cd929eb0ae..fc23f9a2738 100644 --- a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateMeta.java +++ b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStateMeta.java @@ -73,7 +73,7 @@ public SecurityMonitoringContentPackStateMeta sku(SecurityMonitoringSKU sku) { } /** - * The Cloud SIEM pricing model (SKU) for the organization. + * The SIEM pricing model (SKU) for the organization * * @return sku */ diff --git a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStatus.java b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStatus.java index 9be02f125b9..953111c0ad1 100644 --- a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStatus.java +++ b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackStatus.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** The current operational status of a content pack. */ +/** The current status of a content pack */ @JsonSerialize( using = SecurityMonitoringContentPackStatus.SecurityMonitoringContentPackStatusSerializer.class) public class SecurityMonitoringContentPackStatus extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackTimestampBucket.java b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackTimestampBucket.java index 9b3e9e74802..065c1f05ab3 100644 --- a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackTimestampBucket.java +++ b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringContentPackTimestampBucket.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Timestamp bucket indicating when logs were last collected. */ +/** Timestamp bucket indicating when logs were last collected */ @JsonSerialize( using = SecurityMonitoringContentPackTimestampBucket diff --git a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringSKU.java b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringSKU.java index fb7e65e4225..ecef96592f0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringSKU.java +++ b/src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringSKU.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** The Cloud SIEM pricing model (SKU) for the organization. */ +/** The SIEM pricing model (SKU) for the organization */ @JsonSerialize(using = SecurityMonitoringSKU.SecurityMonitoringSKUSerializer.class) public class SecurityMonitoringSKU extends ModelEnum {