When using the API call "POST /api/alertplugin" to configure the CIFS (Windows Network Share), the error below is received;
{
"message": "Internal Server error, cause unknown.",
"moreInformation": [
{ "name": "errorMessage", "value": "property key is required: Username property key is required: password" }
,
{ "name": "localizedMessage", "value": "property key is required: Username; property key is required: password;" }
],
"httpStatusCode": 500,
"apiErrorCode": 500
}
Aria Operations 8.18.x
Code in the suite-api layer removes credentials from configurations. The platform layer requires these credentials to work and hence the code 500 response.
There is no workaround for this issue.
A fix for the bug will be introduced in the next Hotfix and it will be permanently fixed in VCF 9.0.