ceph_rust::admin_sockets

Function admin_socket_raw_command

Source
pub fn admin_socket_raw_command(cmd: &str, socket: &str) -> RadosResult<String>
Expand description

This function supports a raw command in the format of something like: {"prefix": "help"}. The returned String will be a JSON String.