405 Method Not Allowed or E_METHOD_NOT_ALLOWED errors.TCA 3.4
TCA Manager version 3.4 lacks strict schema validation for the id field within PUT request payloads. The API accepts the id: "" input as valid and subsequently overwrites the existing internal database identifier with a NULL value, corrupting the tag's state.
The permanent fix will be part of future TCA release.
Workaround:
debug-tca-clusterdebug-tca'Connect to Postgres'Connecting to Postgres pod postgres-0 in namespace tca-mgr Administration > Tags view and note down the tag names to be deleted.select * from "NfvTags" where val->>'key'='replace with tag name to be deleted';delete from "NfvTags" where val->>'key'='replace with tag name to be deleted'