nvflare.private.fed.server.sys_cmd module
- class SystemCommandModule[source]
Bases:
CommandModule,CommandUtil- authorize_configure_site_log(conn: Connection, args: List[str])[source]
- dead_client(conn: Connection, args: List[str])[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>”}.