Esta página aún no está disponible en español. Estamos trabajando en su traducción. Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.
Bits AI
Use the Bits AI endpoints to retrieve AI-powered investigations.
The resource type for investigations.
Allowed enum values: investigation
links [required]
object
Pagination links for the list investigations response.
first [required]
string
Link to the first page.
last
string
Link to the last page.
next [required]
string
Link to the next page.
prev
string
Link to the previous page.
self [required]
string
Link to the current page.
meta [required]
object
Metadata for the list investigations response.
page [required]
object
Pagination metadata.
limit [required]
int64
Maximum number of results per page.
offset [required]
int64
Offset of the current page.
total [required]
int64
Total number of investigations.
{"data":[{"attributes":{"status":"conclusive","title":"Monitor alert investigation for web-server-01"},"id":"a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d","type":"investigation"}],"links":{"first":"https://api.datadoghq.com/api/v2/bits-ai/investigations?page[offset]=0\u0026page[limit]=10","last":"string","next":"https://api.datadoghq.com/api/v2/bits-ai/investigations?page[offset]=10\u0026page[limit]=10","prev":"string","self":"https://api.datadoghq.com/api/v2/bits-ai/investigations?page[offset]=0\u0026page[limit]=10"},"meta":{"page":{"limit":10,"offset":0,"total":50}}}
A full explanation of the finding, including root cause analysis and supporting evidence.
summary [required]
string
A summary of the finding, including affected components and timeframe.
title [required]
string
The title of the conclusion.
status [required]
string
The current status of the investigation.
title [required]
string
The title of the investigation.
id [required]
string
The unique identifier of the investigation.
type [required]
enum
The resource type for investigations.
Allowed enum values: investigation
links [required]
object
Links related to the investigation.
self [required]
string
The URL to the investigation in the Datadog app.
{"data":{"attributes":{"conclusions":[{"description":"The investigation found that a memory leak in payments-service caused CPU usage to spike above 95% starting at 14:32 UTC.","summary":"CPU usage exceeded 95% for over 10 minutes on web-server-01.","title":"High CPU usage detected on web-server-01"}],"status":"conclusive","title":"Monitor alert investigation for web-server-01"},"id":"a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d","type":"investigation"},"links":{"self":"https://app.datadoghq.com/bits-ai/investigations/a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"}}