Margrete RPC

ServerStatus

Snapshot of a running Margrete RPC server, returned by :meth:Margrete.status.

Attributes

attributeserver_namestr

Human-readable name reported by the plugin.

attributeserver_versionstr

Plugin version string.

attributeserver_build_timestr

Build timestamp of the plugin.

attributeinstance_idstr

Identifier of this Margrete instance, used to target it during discovery (see :func:margrete_rpc.resolve_endpoint).

attributeuptimeint

Seconds the server has been running.

attributepidint

Process id of the host Margrete process.

attributelog_pathstr

Absolute path to the plugin's log file.

attributeconfig_pathstr

Absolute path to the plugin's configuration file.

Functions

func__init__(self, server_name, server_version, server_build_time, instance_id, uptime, pid, log_path, config_path) -> None
paramself
paramserver_namestr
paramserver_versionstr
paramserver_build_timestr
paraminstance_idstr
paramuptimeint
parampidint
paramlog_pathstr
paramconfig_pathstr

Returns

None

On this page