In Telco Cloud Automation, administrators are unable to create or save a workload template. When attempting to save the template, the user interface rejects the configuration and displays an "INVALID PAYLOAD" error.
The following error string is observed in the resulting payload:
{
"errors" : [ {
"code" : "E_INVALID_SCHEMA",
"message" : "Invalid payload"
} ]
}
TCA 3.4
TCP 5.1
The TCA user interface fails to properly construct the complete data object for the workload template. A required form field is passed as undefined to the backend API, triggering a schema validation failure and dropping the configuration data.
Invalid payload occurring at the exact moment the save action is triggered.