nvflare.private.fed.server.sys_cmd module

class SystemCommandModule[source]

Bases: CommandModule, CommandUtil

authorize_configure_site_log(conn: Connection, args: List[str])[source]
configure_site_log(conn: ~nvflare.fuel.hci.conn.Connection, args: [<class 'str'>])[source]
dead_client(conn: Connection, args: List[str])[source]
get_spec()[source]
report_env(conn: Connection, args: List[str])[source]
report_resources(conn: Connection, args: List[str])[source]
report_version(conn: Connection, args: List[str])[source]

Return per-site version info.

Successful site replies have shape {“version”: “<nvflare-version>”}. Failed or malformed site replies have shape {“error”: “<reason>”}.

sys_info(conn: ~nvflare.fuel.hci.conn.Connection, args: [<class 'str'>])[source]