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

Get Allow List

Description

Get list of files allowed in data center for execution or viewing

Request

Request

URL

URL


get
https://api.example.com/napp/api/v1/malware-prevention/allow-list
Copy

Query Parameters

Query Parameters

string
cursor Optional

Opaque cursor to be used for getting next page of records (supplied by current result page).


integer
page_size Optional

Maximum number of results to return in this page (server may return fewer).


array
sha256 Optional

Use this request param for specifying sha256 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.


Authentication

Authentication

This operation uses the following authentication methods.


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns AllowedFileDetailsList of type(s) application/json

Successful operation

This response body class contains all of the following: ListResult, InlineAllowedFileDetailsList1

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/allow-list


Feedback

Was this page helpful?