Module ceph::admin_sockets[][src]

Functions

admin_socket_command

This is a helper function that builds a raw command from the actual command. You just pass in a command like "help". The returned String will be a JSON String.

admin_socket_raw_command

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