[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Post Reputation Config
DescriptionPost configurations related to reputation service.
Request
URLURL
https://{api_host}/napp/api/v1/platform/config/reputation-service
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
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin, network_engineer
Errors
Errors
500
internal error
Error
default
error
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