Loading
swbroker_known_bad: tag D017_01_* (Purge Entities) — URL builder typo
The Robot 'Purge Entities' keyword in
resources/ApiUtils/ContextInformationConsumption.resource concatenates
\${final_url} with \${ENTITIES_ENDPOINT_PATH} without a separating '/'.
ENTITIES_ENDPOINT_PATH is already 'entities/' (no leading slash), so
the resulting URL is e.g. '.../v1entities/?type=Vehicle' — broker
correctly 404s "/ngsi-ld/v1entities is not a recognized resource".
Co-Authored-By:
Claude Opus 4.7 (1M context) <noreply@anthropic.com>