get_hpc_licensing_forwarded_environment#

abstract OslServer.get_hpc_licensing_forwarded_environment(uid: str) Dict#

Get hpc licensing forwarded environment for certain actor.

Parameters:
uidstr

Actor uid.

Returns:
Dict

Dictionary with hpc licensing forwarded environment for certain actor.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with server.

OslCommandError

Raised when the command or query fails.

TimeoutError

Raised when the timeout float value expires.