[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Post Reputation Config

Description

Post configurations related to reputation service.

Request

Request

URL

URL


patch
https://{api_host}/napp/api/v1/platform/config/reputation-service
Copy

Request Body

Request Body

ReputationConfig of mimetype application/json Required

Defines configurations related to reputation service.

{
    "send_file_hashes_to_cloud": false
}
boolean
send_file_hashes_to_cloud Required
Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin, network_engineer

Response

Response

204 No Content

no content

Errors

Errors

500

internal error


Error
default

error

Code Samples

Code Samples

cURL Command

curl -X PATCH -H "Content-Type: application/json" -d '{"send_file_hashes_to_cloud":false}' https://{api_host}/napp/api/v1/platform/config/reputation-service


[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Feedback

Was this page helpful?