I'm trying to use the the Blazegraph REST API to query the status of the running blazegraph. When I go to do a GET /status, I receive back HTML from the server. I plan on having this consumed by a computer. Is it possible to instead have the /status endpoint return JSON, or some other more machine readable format? I couldn't find anything on the REST page.
Thanks for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately, the status page doesn't support a JSON serialization. If
you would like to consume the information programmatically, you may want to
check out the JMX support.
I'm trying to use the the Blazegraph REST API to query the status of the
running blazegraph. When I go to do a GET /status, I receive back HTML
from the server. I plan on having this consumed by a computer. Is it
possible to instead have the /status endpoint return JSON, or some other
more machine readable format? I couldn't find anything on the REST page.
Hello,
I'm trying to use the the Blazegraph REST API to query the status of the running blazegraph. When I go to do a
GET /status, I receive back HTML from the server. I plan on having this consumed by a computer. Is it possible to instead have the/statusendpoint return JSON, or some other more machine readable format? I couldn't find anything on the REST page.Thanks for your help!
Unfortunately, the status page doesn't support a JSON serialization. If
you would like to consume the information programmatically, you may want to
check out the JMX support.
On Mar 31, 2017 1:39 PM, "Eric Douglass" edouglass@users.sf.net wrote: