def virtru_tdf3_python.ConfigClient.__init__ |
( |
|
const, |
|
|
|
configUrl |
|
) |
| |
Create Audit Service client instance.
def virtru_tdf3_python.ConfigClient.add_header |
( |
|
header_name, |
|
|
|
header_value |
|
) |
| |
Add additional HTTP header.
Args:
param_name(string): Header Name
param_value(string): Header Value
def virtru_tdf3_python.ConfigClient.create_config |
( |
|
key, |
|
|
|
in_file_path |
|
) |
| |
Create the Config Service entry.
Args:
Args:
key(string): compound key of the configuration to get
in_file_path(string): path to the file where config is read from
def virtru_tdf3_python.ConfigClient.get_config |
( |
|
key, |
|
|
|
out_file_path |
|
) |
| |
Get the config from Config Service.
Args:
Args:
key(string): compound key of the configuration to get
out_file_path(string): path to the file where config is saved
def virtru_tdf3_python.ConfigClient.get_config_metadata |
( |
|
key | ) |
|
Get an event which matches the provided event id.
Args:
Args:
key(string): compound key of the configuration to get
Returns:
value of HTTP header Last-Modified.
The documentation for this class was generated from the following file: