ServerStatus
Snapshot of a running Margrete RPC server, returned by :meth:Margrete.status.
Attributes
attributeserver_namestrHuman-readable name reported by the plugin.
attributeserver_versionstrPlugin version string.
attributeserver_build_timestrBuild timestamp of the plugin.
attributeinstance_idstrIdentifier of this Margrete instance, used to target it during
discovery (see :func:margrete_rpc.resolve_endpoint).
attributeuptimeintSeconds the server has been running.
attributepidintProcess id of the host Margrete process.
attributelog_pathstrAbsolute path to the plugin's log file.
attributeconfig_pathstrAbsolute 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) -> Noneparamselfparamserver_namestrparamserver_versionstrparamserver_build_timestrparaminstance_idstrparamuptimeintparampidintparamlog_pathstrparamconfig_pathstrReturns
None