actor_info#

ansys.optislang.core.tcp.server_queries.actor_info(uid: str, include_log_messages: bool = True, include_integrations_registered_locations: bool = True, password: str | None = None) str#

Generate JSON string of actor_info query.

Parameters:
uid: str

Uid entry.

include_log_messages: bool, optional

Whether actor log messages are to be included.

include_integrations_registered_locations: bool, optional

Whether registered integration locations are to be included.

passwordOptional[str], optional

Password, by default None.

Returns:
str

JSON string of actor_info query.