Anomaly

Anomaly
Anomaly

DTO for wavefront anomaly

JSON Example
{
    "id": "string",
    "model": "string",
    "createdEpochMillis": 0,
    "updatedEpochMillis": 0,
    "row": 0,
    "dashboardId": "string",
    "endMs": 0,
    "queryHash": "string",
    "imageLink": "string",
    "chartHash": "string",
    "paramHash": "string",
    "startMs": 0,
    "section": 0,
    "col": 0,
    "chartLink": "string",
    "originalStripes": [
        {
            "model": "string",
            "endMs": 0,
            "imageLink": "string",
            "startMs": 0
        }
    ],
    "updatedMs": 0,
    "deleted": false,
    "customer": "string",
    "metricsUsed": [
        "string"
    ],
    "hostsUsed": [
        "string"
    ],
    "creatorId": "string",
    "updaterId": "string"
}
string
id
Optional

unique id that defines this anomaly

string
model
Optional

model for this anomaly

integer As int64 As int64
createdEpochMillis
Optional

createdEpochMillis

integer As int64 As int64
updatedEpochMillis
Optional

updatedEpochMillis

integer As int32 As int32
row
Required

row number for this anomaly

string
dashboardId
Required

dashboard id for this anomaly

integer As int64 As int64
endMs
Required

endMs for this anomaly

string
queryHash
Required

query hash for this anomaly

string
imageLink
Optional

image link for this anomaly

string
chartHash
Required

chart hash(as unique identifier) for this anomaly

string
paramHash
Required

param hash for this anomaly

integer As int64 As int64
startMs
Required

startMs for this anomaly

integer As int32 As int32
section
Required

section number for this anomaly

integer As int32 As int32
col
Required

column number for this anomaly

string
chartLink
Optional

chart link for this anomaly

array of Stripe
originalStripes
Optional

list of originalStripe belongs to this anomaly

object
queryParams
Required

map of query params belongs to this anomaly

integer As int64 As int64
updatedMs
Required

updateMs for this anomaly

boolean
deleted
Optional

deleted

string
customer
Optional

id of the customer to which this anomaly belongs

array of string
metricsUsed
Optional

list of metrics used of this anomaly

array of string
hostsUsed
Optional

list of hosts affected of this anomaly

string
creatorId
Optional

creatorId

string
updaterId
Optional

updaterId

Property Of