Auto Complete Search
This 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.
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.
ID of the NSX+ site which reported this file event. If the parameter is not passed, corresponding API will respond with results across all sites managed within NSX+ instance. This parameter will support single value. If value passed is empty string, it will be considered as valid input for filtering. This parameter is supported only in NSX+.
Auto-Complete Request
"AutoCompleteRequest Object"
Field to be filtered on.
Filter value.
Conveys if the value is case-sensitive or not.
OK
"AutoCompleteResponse Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/napp/api/v1/malware-prevention/auto-complete/search