Inconsistent Content-Type of different statusses in LDIO/LDIO LDES Client #674
Labels
component: core
Issues related to LDI Building Blocks
component: ldio
Issues related to Linked Data Interactions
needs triage
Issue needs to be evaluated by team
When executing GET
http://localhost:8080/admin/api/v1/pipeline/ldes-client/{pipeline}
to retrieve the ldes client status, a response with Content-Typeapplication/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-Typetext/plain
is received (e.g.HALTED
) (mind the difference in quotation marks as well)I would expect this would be consistent over all
The text was updated successfully, but these errors were encountered: