Client¶
-
class
excentis.xra31.Client(**kwargs)¶ A Python client for the XRA-31.
-
address¶ The XRA-31’s address.
-
min_server_version¶ The minimal XRA-31 server version.
-
timeout¶ The XRA-31’s request timeout in seconds (read/connect).
-
configuration¶ The
Configurationobject.
-
system_serial¶ The XRA-31’s system serial.
-
company¶ The XRA-31’s licensed company.
-
property
version¶ The XRA-31 API client version.
-
property
min_version¶ The minimal XRA-31 API client version required by the server.
-
property
server_version¶ The XRA-31’s server version.
-
property
url¶ The XRA-31’s URL.
-
property
url_api¶ The XRA-31’s API URL.
-
try_full_access() → bool¶ Try to enter full access mode.
- Returns
Trueif successful,Falseotherwise.- Return type
-
apply(description: dict) → None¶ Apply an XRA-31 configuration.
- Parameters
description (dict) – The configuration description (
describe()).
-
Members