Malware detections, newest first. Once a sample is deleted, this is the only record of why it was quarantined.
Parameters
cid
string
Optional
Only findings for this content address.
cursor
string
Optional
Pagination cursor from a previous response.
did
string
did
Optional
Only findings from this repository. For a tile resource, that is the tile's author, not the site owner.
limit
integer
Optional
Maximum findings to return.
pending
boolean
Optional
Only findings whose quarantine has not finished. That content is denied but may still be served.
Output
application/jsoncursor
string
Optional
Present when more findings exist.
findings
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"findings"
],
"properties": {
"cursor": {
"type": "string",
"description": "Present when more findings exist."
},
"findings": {
"type": "array",
"items": {
"ref": "space.highport.defs#malwareFinding",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"cid": {
"type": "string",
"description": "Only findings for this content address."
},
"did": {
"type": "string",
"format": "did",
"description": "Only findings from this repository. For a tile resource, that is the tile's author, not the site owner."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum findings to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
},
"pending": {
"type": "boolean",
"description": "Only findings whose quarantine has not finished. That content is denied but may still be served."
}
}
},
"description": "Malware detections, newest first. Once a sample is deleted, this is the only record of why it was quarantined."
}