Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 7 forks source link

Inconsistent Content-Type of different statusses in LDIO/LDIO LDES Client #674

Closed jobulcke closed 1 month ago

jobulcke commented 3 months ago

When executing GET http://localhost:8080/admin/api/v1/pipeline/ldes-client/{pipeline} to retrieve the ldes client status, a response with Content-Type application/json is received (e.g. "REPLICATING")

However, when executing GET http://localhost:8080/admin/api/v1/pipeline/{pipeline}/status to retrieve the status of a LDIO pipeline, a response with Content-Type text/plain is received (e.g. HALTED) (mind the difference in quotation marks as well)

I would expect this would be consistent over all

jobulcke commented 1 month ago

686