diff --git a/content/en/api/v2/dora-metrics/examples.json b/content/en/api/v2/dora-metrics/examples.json index a3f71e8a55b..2f68c96edad 100644 --- a/content/en/api/v2/dora-metrics/examples.json +++ b/content/en/api/v2/dora-metrics/examples.json @@ -89,7 +89,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The JSON:API data.

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

attributes [required]

\n
\n

object

\n

Attributes to create a DORA deployment event.

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

custom_tags

\n
\n

[string]

\n

A list of user-defined tags. The tags must follow the key:value pattern. Up to 100 may be added per event.

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

env

\n
\n

string

\n

Environment name to where the service was deployed.

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

finished_at [required]

\n
\n

int64

\n

Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds.

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

git

\n
\n

object

\n

Git info for DORA Metrics events.

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

commit_sha [required]

\n
\n

string

\n

Git Commit SHA.

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

repository_url [required]

\n
\n

string

\n

Git Repository URL

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

id

\n
\n

string

\n

Deployment ID.

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

service [required]

\n
\n

string

\n

Service name.

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

started_at [required]

\n
\n

int64

\n

Unix timestamp when the deployment started. It must be in nanoseconds, milliseconds, or seconds.

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

team

\n
\n

string

\n

Name of the team owning the deployed service. If not provided, this is automatically populated with the team associated with the service in the Service Catalog.

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

version

\n
\n

string

\n

Version to correlate with APM Deployment Tracking.

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

data [required]

\n
\n

object

\n

The JSON:API data.

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

attributes [required]

\n
\n

object

\n

Attributes to create a DORA deployment event.

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

custom_tags

\n
\n

[string]

\n

A list of user-defined tags. The tags must follow the key:value pattern. Up to 100 may be added per event.

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

env

\n
\n

string

\n

Environment name to where the service was deployed.

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

finished_at [required]

\n
\n

int64

\n

Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds.

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

git

\n
\n

object

\n

Git info for DORA Metrics events.

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

commit_sha [required]

\n
\n

string

\n

Git Commit SHA.

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

repository_url [required]

\n
\n

string

\n

Git Repository URL

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

id

\n
\n

string

\n

Deployment ID. Must be 16-128 characters and contain only alphanumeric characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, -, _, ., :).

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

service [required]

\n
\n

string

\n

Service name.

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

started_at [required]

\n
\n

int64

\n

Unix timestamp when the deployment started. It must be in nanoseconds, milliseconds, or seconds.

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

team

\n
\n

string

\n

Name of the team owning the deployed service. If not provided, this is automatically populated with the team associated with the service in the Service Catalog.

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

version

\n
\n

string

\n

Version to correlate with APM Deployment Tracking.

\n
\n \n
\n
\n
\n
\n
\n
" } }, "DeleteDORADeployment": { @@ -401,7 +401,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The JSON:API data.

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

attributes [required]

\n
\n

object

\n

Attributes to create a DORA failure event.

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

custom_tags

\n
\n

[string]

\n

A list of user-defined tags. The tags must follow the key:value pattern. Up to 100 may be added per event.

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

env

\n
\n

string

\n

Environment name that was impacted by the failure.

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

finished_at

\n
\n

int64

\n

Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.

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

git

\n
\n

object

\n

Git info for DORA Metrics events.

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

commit_sha [required]

\n
\n

string

\n

Git Commit SHA.

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

repository_url [required]

\n
\n

string

\n

Git Repository URL

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

id

\n
\n

string

\n

Failure ID. Must have at least 16 characters. Required to update a previously sent failure.

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

name

\n
\n

string

\n

Failure name.

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

services

\n
\n

[string]

\n

Service names impacted by the failure. If possible, use names registered in the Service Catalog. Required when the team field is not provided.

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

severity

\n
\n

string

\n

Failure severity.

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

started_at [required]

\n
\n

int64

\n

Unix timestamp when the failure started. It must be in nanoseconds, milliseconds, or seconds.

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

team

\n
\n

string

\n

Name of the team owning the services impacted. If possible, use team handles registered in Datadog. Required when the services field is not provided.

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

version

\n
\n

string

\n

Version to correlate with APM Deployment Tracking.

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

data [required]

\n
\n

object

\n

The JSON:API data.

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

attributes [required]

\n
\n

object

\n

Attributes to create a DORA failure event.

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

custom_tags

\n
\n

[string]

\n

A list of user-defined tags. The tags must follow the key:value pattern. Up to 100 may be added per event.

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

env

\n
\n

string

\n

Environment name that was impacted by the failure.

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

finished_at

\n
\n

int64

\n

Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.

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

git

\n
\n

object

\n

Git info for DORA Metrics events.

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

commit_sha [required]

\n
\n

string

\n

Git Commit SHA.

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

repository_url [required]

\n
\n

string

\n

Git Repository URL

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

id

\n
\n

string

\n

Failure ID. Must be 16-128 characters and contain only alphanumeric characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, -, _, ., :).

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

name

\n
\n

string

\n

Failure name.

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

services

\n
\n

[string]

\n

Service names impacted by the failure. If possible, use names registered in the Service Catalog. Required when the team field is not provided.

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

severity

\n
\n

string

\n

Failure severity.

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

started_at [required]

\n
\n

int64

\n

Unix timestamp when the failure started. It must be in nanoseconds, milliseconds, or seconds.

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

team

\n
\n

string

\n

Name of the team owning the services impacted. If possible, use team handles registered in Datadog. Required when the services field is not provided.

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

version

\n
\n

string

\n

Version to correlate with APM Deployment Tracking.

\n
\n \n
\n
\n
\n
\n
\n
" } }, "DeleteDORAFailure": { @@ -715,7 +715,7 @@ } } }, - "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

The JSON:API data.

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

attributes [required]

\n
\n

object

\n

Attributes to create a DORA failure event.

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

custom_tags

\n
\n

[string]

\n

A list of user-defined tags. The tags must follow the key:value pattern. Up to 100 may be added per event.

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

env

\n
\n

string

\n

Environment name that was impacted by the failure.

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

finished_at

\n
\n

int64

\n

Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.

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

git

\n
\n

object

\n

Git info for DORA Metrics events.

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

commit_sha [required]

\n
\n

string

\n

Git Commit SHA.

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

repository_url [required]

\n
\n

string

\n

Git Repository URL

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

id

\n
\n

string

\n

Failure ID. Must have at least 16 characters. Required to update a previously sent failure.

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

name

\n
\n

string

\n

Failure name.

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

services

\n
\n

[string]

\n

Service names impacted by the failure. If possible, use names registered in the Service Catalog. Required when the team field is not provided.

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

severity

\n
\n

string

\n

Failure severity.

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

started_at [required]

\n
\n

int64

\n

Unix timestamp when the failure started. It must be in nanoseconds, milliseconds, or seconds.

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

team

\n
\n

string

\n

Name of the team owning the services impacted. If possible, use team handles registered in Datadog. Required when the services field is not provided.

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

version

\n
\n

string

\n

Version to correlate with APM Deployment Tracking.

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

data [required]

\n
\n

object

\n

The JSON:API data.

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

attributes [required]

\n
\n

object

\n

Attributes to create a DORA failure event.

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

custom_tags

\n
\n

[string]

\n

A list of user-defined tags. The tags must follow the key:value pattern. Up to 100 may be added per event.

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

env

\n
\n

string

\n

Environment name that was impacted by the failure.

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

finished_at

\n
\n

int64

\n

Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.

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

git

\n
\n

object

\n

Git info for DORA Metrics events.

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

commit_sha [required]

\n
\n

string

\n

Git Commit SHA.

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

repository_url [required]

\n
\n

string

\n

Git Repository URL

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

id

\n
\n

string

\n

Failure ID. Must be 16-128 characters and contain only alphanumeric characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, -, _, ., :).

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

name

\n
\n

string

\n

Failure name.

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

services

\n
\n

[string]

\n

Service names impacted by the failure. If possible, use names registered in the Service Catalog. Required when the team field is not provided.

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

severity

\n
\n

string

\n

Failure severity.

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

started_at [required]

\n
\n

int64

\n

Unix timestamp when the failure started. It must be in nanoseconds, milliseconds, or seconds.

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

team

\n
\n

string

\n

Name of the team owning the services impacted. If possible, use team handles registered in Datadog. Required when the services field is not provided.

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

version

\n
\n

string

\n

Version to correlate with APM Deployment Tracking.

\n
\n \n
\n
\n
\n
\n
\n
" } } } \ No newline at end of file diff --git a/content/en/api/v2/product-analytics/examples.json b/content/en/api/v2/product-analytics/examples.json index 01ea5b8f274..2b59c3fbfe7 100644 --- a/content/en/api/v2/product-analytics/examples.json +++ b/content/en/api/v2/product-analytics/examples.json @@ -15,7 +15,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" }, "401": { "json": { @@ -27,7 +27,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" }, "403": { "json": { @@ -39,7 +39,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" }, "408": { "json": { @@ -51,7 +51,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" }, "413": { "json": { @@ -63,7 +63,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" }, "429": { "json": { @@ -75,7 +75,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" }, "500": { "json": { @@ -87,7 +87,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" }, "503": { "json": { @@ -99,7 +99,7 @@ } ] }, - "html": "
\n
\n
\n
\n

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

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

errors

\n
\n

[object]

\n

Structured errors.

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

detail

\n
\n

string

\n

Error message.

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

status

\n
\n

string

\n

Error code.

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

title

\n
\n

string

\n

Error title.

\n
\n \n
\n
\n
\n
" } }, "request": { @@ -139,7 +139,7 @@ "id": "user-12345" } }, - "html": "
\n
\n
\n
\n

account

\n
\n

object

\n

The account linked to your event.

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

id [required]

\n
\n

string

\n

The account ID used in Datadog.

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

application [required]

\n
\n

object

\n

The application in which you want to send your events.

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

id [required]

\n
\n

string

\n

The application ID of your application. It can be found in your\napplication management page.

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

event [required]

\n
\n

object

\n

Fields used for the event.

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

name [required]

\n
\n

string

\n

The name of your event, which is used for search in the same way as view or action names.

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

session

\n
\n

object

\n

The session linked to your event.

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

id [required]

\n
\n

string

\n

The session ID captured by the SDK.

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

type [required]

\n
\n

enum

\n

The type of Product Analytics event. Must be server for server-side events. \nAllowed enum values: server

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

usr

\n
\n

object

\n

The user linked to your event.

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

id [required]

\n
\n

string

\n

The user ID used in Datadog.

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

account

\n
\n

object

\n

The account linked to your event.

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

id [required]

\n
\n

string

\n

The account ID used in Datadog.

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

application [required]

\n
\n

object

\n

The application in which you want to send your events.

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

id [required]

\n
\n

string

\n

The application ID of your application. It can be found in your\napplication management page.

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

event [required]

\n
\n

object

\n

Fields used for the event.

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

name [required]

\n
\n

string

\n

The name of your event, which is used for search in the same way as view or action names.

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

session

\n
\n

object

\n

The session linked to your event.

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

id [required]

\n
\n

string

\n

The session ID captured by the SDK.

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

type [required]

\n
\n

enum

\n

The type of Product Analytics event. Must be server for server-side events. \nAllowed enum values: server

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

usr

\n
\n

object

\n

The user linked to your event.

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

id [required]

\n
\n

string

\n

The user ID used in Datadog.

\n
\n \n
\n
\n
\n
" } } } \ No newline at end of file diff --git a/data/api/v2/full_spec.yaml b/data/api/v2/full_spec.yaml index 2aac9851c80..dc32c048df9 100644 --- a/data/api/v2/full_spec.yaml +++ b/data/api/v2/full_spec.yaml @@ -15890,7 +15890,9 @@ components: git: $ref: '#/components/schemas/DORAGitInfo' id: - description: Deployment ID. + description: Deployment ID. Must be 16-128 characters and contain only alphanumeric + characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, + -, _, ., :). type: string service: description: Service name. @@ -16028,8 +16030,9 @@ components: git: $ref: '#/components/schemas/DORAGitInfo' id: - description: Failure ID. Must have at least 16 characters. Required to update - a previously sent failure. + description: Failure ID. Must be 16-128 characters and contain only alphanumeric + characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, + -, _, ., :). type: string name: description: Failure name.