Margrete RPC

MargreteInstance

A discovered Margrete RPC server, read from its discovery record.

Attributes

attributeinstance_idstr

Identifier used to select this instance.

attributeendpointstr

The host:port to connect to.

attributepidint | None
= None

Host process id, if recorded.

attributeplugin_versionstr | None
= None

Plugin version that wrote the record, if recorded.

attributelogstr | None
= None

Path to the instance's log file, if recorded.

attributerecord_pathPath | None
= None

Path to the discovery JSON file this instance was loaded from.

Functions

func__init__(self, instance_id, endpoint, pid=None, plugin_version=None, log=None, record_path=None) -> None
paramself
paraminstance_idstr
paramendpointstr
parampidint | None
= None
paramplugin_versionstr | None
= None
paramlogstr | None
= None
paramrecord_pathPath | None
= None

Returns

None

On this page