Auto Complete Search
DescriptionThis API will provide auto-complete functionality for the filters provided on Potential Malware screen. This API will return the records matching the pattern string entered for the specific filter. If the user does not enter any value, then this API will return all unique records. This API will return maximum 10,000 unique records for any specified filter. Pagination is supported in the window upto 10,000 records.
Request
URLURL
Query Parameters
Query Parameters
Opaque cursor to be used for getting next page of records (supplied by current result page).
Maximum number of results to return in this page (server may return fewer).
Sort records by ascending order.
Conveys the key on which we want to provide the auto-complete functionality.
Possible values are: MALWARE_CLASS , MALWARE_FAMILY , FILE_TYPE
Request Body
{
"case_sensitive": false,
"field_name": "MALWARE_CLASS",
"value": "string"
}
Conveys if the value is case-sensitive or not.
Field to be filtered on.
Possible values are: MALWARE_CLASS , MALWARE_FAMILY , FILE_TYPE
Filter value.