Get Reputation Config

Get Reputation Config

Returns configurations related to reputation service.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/config/reputation-service
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Reputation config

Returns ReputationConfig of type(s) application/json
{
    "send_file_hashes_to_cloud": false
}
boolean
send_file_hashes_to_cloud
Required

Enable sending file hashes to cloud by setting this property to true. By default, it will be set to false.


500

internal error

Returns Error of type(s) application/json
{
    "code": 0,
    "message": "string"
}
integer As int32 As int32
code
Required

Error code refers to either HTTP status code OR a unique code identifying the internal error - which can be referenced in VMware documents for more information.

string
message
Required

Descriptive user understandable error message to help identify root cause of the error.