Update Malware Prevention Feature Configurations

Update Malware Prevention Feature Configurations

Update feature configurations. At this point, the Malware Prevention feature does not take any user-configuration, and the API endpoint exists for API interface compatibility between all features.

Request
URI
PATCH
https://{api_host}/napp/api/v1/platform/features/malware-prevention/config
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Patch operation completed successfully.

Returns FeatureConfigurationMalwarePrevention of type(s) application/json
This response body class contains all of the following: CommonFeatureConfiguration
{
    "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"
}

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.