[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
Query Search
DescriptionFull text search API.
Request
URLURL
https://api.example.com/napp/api/v1/malware-prevention/search/query
Query Parameters
Query Parameters
string
cursor
Optional
Opaque cursor to be used for getting next page of records (supplied by current result page).
string
included_fields
Optional
Comma separated list of fields that should be included in query result.
integer
page_size
Optional
Maximum number of results to return in this page (server may return fewer).
string
query
Required
Search query.
boolean
sort_ascending
Optional
Sort records by ascending order.
string
sort_by
Optional
Field by which records are sorted.
Authentication
This operation uses the following authentication methods.
METHOD
enterprise_admin
METHOD
security_engineer
METHOD
security_op
METHOD
auditor
Response
Response
Response BodyResponse Body
200 OK
Returns
SearchResponse
of type(s) application/json
This response body class contains all of the following:
ListResult, InlineSearchResponse1
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://api.example.com/napp/api/v1/malware-prevention/search/query?query=string
[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
On This Page
Malware Prevention Operations
post
post
delete
delete
get
get
post