diff --git a/hugo/config/_default/menus/api.en.yaml b/hugo/config/_default/menus/api.en.yaml index 08f1bbed72d..a7bb7673c46 100644 --- a/hugo/config/_default/menus/api.en.yaml +++ b/hugo/config/_default/menus/api.en.yaml @@ -18220,14 +18220,14 @@ menu: unstable: - v2 order: 1 - - name: RUM Retention Quota - url: /api/latest/rum-retention-quota/ - identifier: rum-retention-quota + - name: RUM Retention Quotas + url: /api/latest/rum-retention-quotas/ + identifier: rum-retention-quotas generated: true - name: Create or update a RUM retention quota config - url: /api/latest/rum-retention-quota/create-or-update-a-rum-retention-quota-config/ - identifier: rum-retention-quota-create-or-update-a-rum-retention-quota-config - parent: rum-retention-quota + url: /api/latest/rum-retention-quotas/create-or-update-a-rum-retention-quota-config/ + identifier: rum-retention-quotas-create-or-update-a-rum-retention-quota-config + parent: rum-retention-quotas generated: true params: versions: @@ -18237,9 +18237,9 @@ menu: unstable: [] order: 2 - name: Get a RUM retention quota configuration - url: /api/latest/rum-retention-quota/get-a-rum-retention-quota-configuration/ - identifier: rum-retention-quota-get-a-rum-retention-quota-configuration - parent: rum-retention-quota + url: /api/latest/rum-retention-quotas/get-a-rum-retention-quota-configuration/ + identifier: rum-retention-quotas-get-a-rum-retention-quota-configuration + parent: rum-retention-quotas generated: true params: versions: @@ -18249,9 +18249,9 @@ menu: unstable: [] order: 1 - name: Delete a RUM retention quota configuration - url: /api/latest/rum-retention-quota/delete-a-rum-retention-quota-configuration/ - identifier: rum-retention-quota-delete-a-rum-retention-quota-configuration - parent: rum-retention-quota + url: /api/latest/rum-retention-quotas/delete-a-rum-retention-quota-configuration/ + identifier: rum-retention-quotas-delete-a-rum-retention-quota-configuration + parent: rum-retention-quotas generated: true params: versions: diff --git a/hugo/content/en/api/latest/rum-retention-quotas/_index.md b/hugo/content/en/api/latest/rum-retention-quotas/_index.md new file mode 100644 index 00000000000..64a72c84aa3 --- /dev/null +++ b/hugo/content/en/api/latest/rum-retention-quotas/_index.md @@ -0,0 +1,3 @@ +--- +title: RUM Retention Quotas +--- diff --git a/hugo/content/en/api/latest/rum-retention-quotas/create-or-update-a-rum-retention-quota-config/index.md b/hugo/content/en/api/latest/rum-retention-quotas/create-or-update-a-rum-retention-quota-config/index.md new file mode 100644 index 00000000000..837e5a01f6c --- /dev/null +++ b/hugo/content/en/api/latest/rum-retention-quotas/create-or-update-a-rum-retention-quota-config/index.md @@ -0,0 +1,3 @@ +--- +title: Create or update a RUM retention quota config +--- diff --git a/hugo/content/en/api/latest/rum-retention-quotas/delete-a-rum-retention-quota-configuration/index.md b/hugo/content/en/api/latest/rum-retention-quotas/delete-a-rum-retention-quota-configuration/index.md new file mode 100644 index 00000000000..252840ab322 --- /dev/null +++ b/hugo/content/en/api/latest/rum-retention-quotas/delete-a-rum-retention-quota-configuration/index.md @@ -0,0 +1,3 @@ +--- +title: Delete a RUM retention quota configuration +--- diff --git a/hugo/content/en/api/latest/rum-retention-quotas/get-a-rum-retention-quota-configuration/index.md b/hugo/content/en/api/latest/rum-retention-quotas/get-a-rum-retention-quota-configuration/index.md new file mode 100644 index 00000000000..02cb984e4c3 --- /dev/null +++ b/hugo/content/en/api/latest/rum-retention-quotas/get-a-rum-retention-quota-configuration/index.md @@ -0,0 +1,3 @@ +--- +title: Get a RUM retention quota configuration +--- diff --git a/hugo/content/en/api/v2/rum-retention-quotas/_index.md b/hugo/content/en/api/v2/rum-retention-quotas/_index.md new file mode 100644 index 00000000000..143375b9c22 --- /dev/null +++ b/hugo/content/en/api/v2/rum-retention-quotas/_index.md @@ -0,0 +1,4 @@ +--- +title: RUM Retention Quotas +headless: true +--- diff --git a/hugo/content/en/api/v2/rum-retention-quotas/examples.json b/hugo/content/en/api/v2/rum-retention-quotas/examples.json new file mode 100644 index 00000000000..d0ec39561c2 --- /dev/null +++ b/hugo/content/en/api/v2/rum-retention-quotas/examples.json @@ -0,0 +1,343 @@ +{ + "DeleteRumQuotaConfig": { + "responses": { + "400": { + "json": { + "errors": [ + { + "detail": "Missing required attribute in body", + "meta": {}, + "source": { + "header": "Authorization", + "parameter": "limit", + "pointer": "/data/attributes/title" + }, + "status": "400", + "title": "Bad Request" + } + ] + }, + "html": "
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[string]
A list of errors.
data [required]
\nobject
The RUM retention quota configuration object.
attributes [required]
\nobject
The RUM retention quota configuration properties.
custom
\nobject
The configuration used when mode is custom.
daily_reset_time [required]
\nstring
The time of day when the daily quota resets, in HH:MM 24-hour format.
daily_reset_timezone [required]
\nstring
The timezone offset used for the daily reset time, in ±HH:MM format.
quota_reached_action [required]
\nenum
The action to take when the session quota is reached. \nAllowed enum values: stop,slowdown
session_limit [required]
\nint64
The maximum number of sessions allowed within the window. Must be at least 1000.
window_type [required]
\nenum
The window type over which the session limit is enforced. \nAllowed enum values: daily
mode [required]
\nenum
The retention quota mode. custom enforces a fixed session limit.\ncustom is the only supported mode. \nAllowed enum values: custom
org_id [required]
\nint64
The ID of the organization the retention quota configuration belongs to.
updated_at
\ndate-time
The date the retention quota configuration was last updated.
updated_by
\nstring
The handle of the user who last updated the retention quota configuration.
id [required]
\nstring
The identifier of the scope the retention quota configuration applies to.
type [required]
\nenum
The type of the resource, always rum_quota_config. \nAllowed enum values: rum_quota_config
default: rum_quota_config
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[string]
A list of errors.
data [required]
\nobject
The RUM retention quota configuration object.
attributes [required]
\nobject
The RUM retention quota configuration properties.
custom
\nobject
The configuration used when mode is custom.
daily_reset_time [required]
\nstring
The time of day when the daily quota resets, in HH:MM 24-hour format.
daily_reset_timezone [required]
\nstring
The timezone offset used for the daily reset time, in ±HH:MM format.
quota_reached_action [required]
\nenum
The action to take when the session quota is reached. \nAllowed enum values: stop,slowdown
session_limit [required]
\nint64
The maximum number of sessions allowed within the window. Must be at least 1000.
window_type [required]
\nenum
The window type over which the session limit is enforced. \nAllowed enum values: daily
mode [required]
\nenum
The retention quota mode. custom enforces a fixed session limit.\ncustom is the only supported mode. \nAllowed enum values: custom
org_id [required]
\nint64
The ID of the organization the retention quota configuration belongs to.
updated_at
\ndate-time
The date the retention quota configuration was last updated.
updated_by
\nstring
The handle of the user who last updated the retention quota configuration.
id [required]
\nstring
The identifier of the scope the retention quota configuration applies to.
type [required]
\nenum
The type of the resource, always rum_quota_config. \nAllowed enum values: rum_quota_config
default: rum_quota_config
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[object]
A list of errors.
detail
\nstring
A human-readable explanation specific to this occurrence of the error.
meta
\nobject
Non-standard meta-information about the error
source
\nobject
References to the source of the error.
header
\nstring
A string indicating the name of a single request header which caused the error.
parameter
\nstring
A string indicating which URI query parameter caused the error.
pointer
\nstring
A JSON pointer to the value in the request document that caused the error.
status
\nstring
Status code of the response.
title
\nstring
Short human-readable summary of the error.
errors [required]
\n[string]
A list of errors.
data [required]
\nobject
The RUM retention quota configuration to create or update.
attributes [required]
\nobject
The RUM retention quota configuration properties to create or update.
custom
\nobject
The configuration used when mode is custom.
daily_reset_time [required]
\nstring
The time of day when the daily quota resets, in HH:MM 24-hour format.
daily_reset_timezone [required]
\nstring
The timezone offset used for the daily reset time, in ±HH:MM format.
quota_reached_action [required]
\nenum
The action to take when the session quota is reached. \nAllowed enum values: stop,slowdown
session_limit [required]
\nint64
The maximum number of sessions allowed within the window. Must be at least 1000.
window_type [required]
\nenum
The window type over which the session limit is enforced. \nAllowed enum values: daily
mode [required]
\nenum
The retention quota mode. custom enforces a fixed session limit.\ncustom is the only supported mode. \nAllowed enum values: custom
id [required]
\nstring
The identifier of the scope the retention quota configuration applies to.\nMust match scope_id in the path.
type [required]
\nenum
The type of the resource, always rum_quota_config. \nAllowed enum values: rum_quota_config
default: rum_quota_config