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)
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