get_properties#

abstractmethod IntegrationNode.get_properties() dict[str, Any]#

Get the full dictionary of the node properties.

Returns:
dict[str, Any]

Dictionary with the node properties.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with the server.

OslCommandError

Raised when a command or query fails.

TimeoutError

Raised when the timeout float value expires.