File statistics clustered by a certain vector
A cluster object represents statistics of file objects groupped by a certain vector.
It contains the following attributes:
files
: <integer> number of files in the cluster.discriminator
: <string> value used to cluster the files.vector
: <string> attribute used to cluster the files.mean_positives
: <integer> mean number of AV detections among the files in the cluster.name
: <string> cluster name.
{
"data": [
{
"attributes": {
"files": <int>,
"discriminator": "<string>",
"vector": "<string>",
"mean_positives": <int>,
"name": "<string>"
},
"type": "cluster",
"id": "<string>"
}
]
}
{
"data": [
{
"attributes": {
"files": 82665,
"discriminator": "02503f7f5d51z13z11z2015z17z1011z1fz",
"vector": "vhash",
"mean_positives": 45,
"name": "aapw/dropped [0000]"
},
"type": "cluster",
"id": "vhash02503f7f5d51z13z11z2015z17z1011z1fz"
}
]
}