Get Reputation Config
Returns configurations related to reputation service.
Request
URI
GET
https://{api_host}/napp/api/v1/platform/config/reputation-service
COPY
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.
Deprecated
Availability
Deprecated in 4.2
Clusterapi Operations
GET
Get Full Sub Features
Deprecated
GET
Get Reputation Config
Deprecated
GET
Get Service Feature Health
Deprecated
GET
List All Features
Deprecated
POST
Post Deployment
Deprecated