[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention

Query Search

Description

Full text search API.

Request

Request

URL

URL


get
https://api.example.com/napp/api/v1/malware-prevention/search/query
Copy

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

Authentication

This operation uses the following authentication methods.


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response 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 Samples

Code Samples

cURL Command

curl https://api.example.com/napp/api/v1/malware-prevention/search/query?query=string


Feedback

Was this page helpful?