diff --git a/hugo/content/en/api/v1/logs-indexes/examples.json b/hugo/content/en/api/v1/logs-indexes/examples.json index 24de4d3186e..208d17b135f 100644 --- a/hugo/content/en/api/v1/logs-indexes/examples.json +++ b/hugo/content/en/api/v1/logs-indexes/examples.json @@ -103,6 +103,7 @@ "reset_utc_offset": "+02:00" }, "daily_limit_warning_threshold_percentage": 70, + "description": "Contains logs matching the criteria defined by the filter.", "exclusion_filters": [ { "filter": { @@ -128,7 +129,7 @@ } ] }, - "html": "
\n
\n
\n
\n

indexes

\n
\n

[object]

\n

Array of Log index configurations.

\n
\n
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

indexes

\n
\n

[object]

\n

Array of Log index configurations.

\n
\n
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

A description of the index, to help explain its purpose or configuration to other users.\nMaximum length of 250 characters.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
\n
\n
" }, "403": { "json": { @@ -163,6 +164,7 @@ "reset_utc_offset": "+02:00" }, "daily_limit_warning_threshold_percentage": 70, + "description": "Contains logs matching the criteria defined by the filter.", "exclusion_filters": [ { "filter": { @@ -186,7 +188,7 @@ "env:production" ] }, - "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" + "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

A description of the index, to help explain its purpose or configuration to other users.\nMaximum length of 250 characters.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" }, "400": { "json": { @@ -245,6 +247,7 @@ "reset_utc_offset": "+02:00" }, "daily_limit_warning_threshold_percentage": 70, + "description": "Contains logs matching the criteria defined by the filter.", "exclusion_filters": [ { "filter": { @@ -267,7 +270,7 @@ "env:production" ] }, - "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" + "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

A description of the index, to help explain its purpose or configuration to other users.\nMaximum length of 250 characters.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" } }, "DeleteLogsIndex": { @@ -315,6 +318,7 @@ "reset_utc_offset": "+02:00" }, "daily_limit_warning_threshold_percentage": 70, + "description": "Contains logs matching the criteria defined by the filter.", "exclusion_filters": [ { "filter": { @@ -338,7 +342,7 @@ "env:production" ] }, - "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" + "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

A description of the index, to help explain its purpose or configuration to other users.\nMaximum length of 250 characters.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" }, "403": { "json": { @@ -383,6 +387,7 @@ "reset_utc_offset": "+02:00" }, "daily_limit_warning_threshold_percentage": 70, + "description": "Contains logs matching the criteria defined by the filter.", "exclusion_filters": [ { "filter": { @@ -406,7 +411,7 @@ "env:production" ] }, - "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" + "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

A description of the index, to help explain its purpose or configuration to other users.\nMaximum length of 250 characters.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_rate_limited

\n
\n

boolean

\n

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent.\nRate limit is reset every-day at 2pm UTC.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

The name of the index.

\n
\n \n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" }, "400": { "json": { @@ -456,6 +461,7 @@ "reset_utc_offset": "+02:00" }, "daily_limit_warning_threshold_percentage": 70, + "description": "Contains logs matching the criteria defined by the filter.", "disable_daily_limit": false, "exclusion_filters": [ { @@ -478,7 +484,7 @@ "env:production" ] }, - "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

disable_daily_limit

\n
\n

boolean

\n

If true, sets the daily_limit value to null and the index is not limited on a daily basis (any\nspecified daily_limit value in the request is ignored). If false or omitted, the index's current\ndaily_limit is maintained.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

Note: Changing this value affects all logs already in this index. It may also affect billing.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

Note: Changing this value affects all logs already in this index. It may also affect billing.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" + "html": "
\n
\n
\n
\n

daily_limit

\n
\n

int64

\n

The number of log events you can send in this index per day before you are rate-limited.

\n
\n \n
\n
\n
\n
\n
\n

daily_limit_reset

\n
\n

object

\n

Object containing options to override the default daily limit reset time.

\n
\n
\n
\n
\n
\n

reset_time

\n
\n

string

\n

String in HH:00 format representing the time of day the daily limit should be reset. The hours must be between 00 and 23 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n

reset_utc_offset

\n
\n

string

\n

String in (-|+)HH:00 format representing the UTC offset to apply to the given reset time. The hours must be between -12 and +14 (inclusive).

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

daily_limit_warning_threshold_percentage

\n
\n

double

\n

A percentage threshold of the daily quota at which a Datadog warning event is generated.

\n
\n \n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

A description of the index, to help explain its purpose or configuration to other users.\nMaximum length of 250 characters.

\n
\n \n
\n
\n
\n
\n
\n

disable_daily_limit

\n
\n

boolean

\n

If true, sets the daily_limit value to null and the index is not limited on a daily basis (any\nspecified daily_limit value in the request is ignored). If false or omitted, the index's current\ndaily_limit is maintained.

\n
\n \n
\n
\n
\n
\n
\n

exclusion_filters

\n
\n

[object]

\n

An array of exclusion objects. The logs are tested against the query of each filter,\nfollowing the order of the array. Only the first matching active exclusion matters,\nothers (if any) are ignored.

\n
\n
\n
\n
\n
\n

filter

\n
\n

object

\n

Exclusion filter is defined by a query, a sampling rule, and a active/inactive toggle.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

Default query is *, meaning all logs flowing in the index would be excluded.\nScope down exclusion filter to only a subset of logs with a log query.

\n
\n \n
\n
\n
\n
\n
\n

sample_attribute

\n
\n

string

\n

Sample attribute to use for the sampling of logs going through this exclusion filter.\nWhen set, only the logs with the specified attribute are sampled.

\n
\n \n
\n
\n
\n
\n
\n

sample_rate [required]

\n
\n

double

\n

Sample rate to apply to logs going through this exclusion filter,\na value of 1.0 excludes all logs matching the query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

is_enabled

\n
\n

boolean

\n

Whether or not the exclusion filter is active.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the index exclusion filter.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

filter [required]

\n
\n

object

\n

Filter for logs.

\n
\n
\n
\n
\n
\n

query

\n
\n

string

\n

The filter query.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

num_flex_logs_retention_days

\n
\n

int64

\n

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index.\nIf Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days,\nand then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

Note: Changing this value affects all logs already in this index. It may also affect billing.

\n
\n \n
\n
\n
\n
\n
\n

num_retention_days

\n
\n

int64

\n

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index.\nThe available values depend on retention plans specified in your organization's contract/subscriptions.

Note: Changing this value affects all logs already in this index. It may also affect billing.

\n
\n \n
\n
\n
\n
\n
\n

tags

\n
\n

[string]

\n

A list of tags associated with the index. Tags must be in key:value format.

\n
\n \n
\n
" } } } \ No newline at end of file diff --git a/hugo/data/api/v1/full_spec.yaml b/hugo/data/api/v1/full_spec.yaml index 5ab04841c0e..bda36620015 100644 --- a/hugo/data/api/v1/full_spec.yaml +++ b/hugo/data/api/v1/full_spec.yaml @@ -7372,6 +7372,12 @@ components: maximum: 99.99 minimum: 50 type: number + description: + description: |- + A description of the index, to help explain its purpose or configuration to other users. + Maximum length of 250 characters. + example: "Contains logs matching the criteria defined by the filter." + type: string exclusion_filters: description: |- An array of exclusion objects. The logs are tested against the query of each filter, @@ -7446,6 +7452,12 @@ components: maximum: 99.99 minimum: 50 type: number + description: + description: |- + A description of the index, to help explain its purpose or configuration to other users. + Maximum length of 250 characters. + example: "Contains logs matching the criteria defined by the filter." + type: string disable_daily_limit: description: |- If true, sets the `daily_limit` value to null and the index is not limited on a daily basis (any diff --git a/hugo/data/api/v2/full_spec.yaml b/hugo/data/api/v2/full_spec.yaml index 89640915565..391340690cf 100644 --- a/hugo/data/api/v2/full_spec.yaml +++ b/hugo/data/api/v2/full_spec.yaml @@ -188611,8 +188611,8 @@ paths: x-menu-order: 7 x-sunset: "2026-04-01" x-unstable: |- - **Note**: This endpoint is deprecated. To update outcomes, use the - [Update Scorecard outcomes](https://docs.datadoghq.com/api/latest/scorecards/update-scorecard-outcomes/) endpoint. + **Note**: This endpoint is in Preview. + If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/scorecard/rules: get: description: Fetch all rules.