Get Malware Prevention Feature Configurations
Get feature configurations.
Request
URI
GET
https://{api_host}/napp/api/v1/platform/features/malware-prevention/config
COPY
Responses
200
Get operation completed successfully.
Returns FeatureConfigurationMalwarePrevention of type(s) application/json
This response body class contains all of the following: CommonFeatureConfiguration , InlineFeatureConfigurationMalwarePrevention1
{
"feature_name": "string",
"chart_repo": "string",
"docker_registry": "string",
"precheck_chart_name": "string",
"precheck_chart_version": "string",
"deployment_chart_name": "string",
"deployment_chart_version": "string",
"storage_class": "string",
"analysis_mode": "string"
}
default
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 Malware Prevention Feature Configurations
Deprecated