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

Add To Allow List

Description

This API is used to add a list of files to allow-list.

Request

Request

URL

URL


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

Request Body

Request Body

AllowedFileDetailsRequestList of type(s) application/json Optional

Details of the file. Expected in terms of sha256 hash for each file.

This request body class requires all of the following: ListResult, InlineAllowedFileDetailsRequestList1
Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response Body

200 OK

Returns AllowedFileDetailsResponseList of type(s) application/json

Successful operation

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

Errors

400

Invalid inputs

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{}' https://api.example.com/napp/api/v1/malware-prevention/allow-list


Feedback

Was this page helpful?