| Name | Type | Description | Notes |
|---|---|---|---|
| chart_hash | str | chart hash(as unique identifier) for this anomaly | |
| chart_link | str | chart link for this anomaly | [optional] |
| col | int | column number for this anomaly | |
| created_epoch_millis | int | [optional] | |
| creator_id | str | [optional] | |
| customer | str | id of the customer to which this anomaly belongs | [optional] |
| dashboard_id | str | dashboard id for this anomaly | |
| deleted | bool | [optional] | |
| end_ms | int | endMs for this anomaly | |
| hosts_used | list[str] | list of hosts affected of this anomaly | [optional] |
| id | str | unique id that defines this anomaly | [optional] |
| image_link | str | image link for this anomaly | [optional] |
| metrics_used | list[str] | list of metrics used of this anomaly | [optional] |
| model | str | model for this anomaly | [optional] |
| original_stripes | list[Stripe] | list of originalStripe belongs to this anomaly | [optional] |
| param_hash | str | param hash for this anomaly | |
| query_hash | str | query hash for this anomaly | |
| _query_params | dict(str, str) | map of query params belongs to this anomaly | |
| related_data | RelatedData | Data concerning how this anomaly is related to the event in the request | [optional] |
| row | int | row number for this anomaly | |
| section | int | section number for this anomaly | |
| start_ms | int | startMs for this anomaly | |
| updated_epoch_millis | int | [optional] | |
| updated_ms | int | updateMs for this anomaly | |
| updater_id | str | [optional] |
This repository was archived by the owner on Jan 16, 2026. It is now read-only.