Hi all, I want to use ceph-rest-api to view some debug details from ceph daemons. On linux shell I can get this message from below: # ceph daemon osd.0 dump_ops_in_flight | python -m json.tool { "num_ops": 0, "ops": []} This is my question? Can I get this output from ceph-rest-api ? Until now I tried some method : curl, python-cephclient I did not get the right respone. Can some guys help me ?