RTC Toolkit
2.0.0
|
Functions | |
def | main (config, service_discovery_endpoint, log_level, quiet) |
def | gui (nomad_search_path) |
def | send (ctx, str component, str command, str args) |
def | state (ctx, str component) |
Variables | |
type | |
RTC Control and Monitoring Tool. More... | |
help | |
default | |
RTC Control and Monitoring Tool GUI. More... | |
is_flag | |
flag_value | |
multiple | |
required | |
False | |
def rtctk_ctrl_mon_tool.gui | ( | nomad_search_path | ) |
def rtctk_ctrl_mon_tool.main | ( | config, | |
service_discovery_endpoint, | |||
log_level, | |||
quiet | |||
) |
def rtctk_ctrl_mon_tool.send | ( | ctx, | |
str | component, | ||
str | command, | ||
str | args | ||
) |
def rtctk_ctrl_mon_tool.state | ( | ctx, | |
str | component | ||
) |
rtctk_ctrl_mon_tool.default |
RTC Control and Monitoring Tool GUI.
Graphical Application that provides an overview of the RTC Components deployed and access to their interfaces.
rtctk_ctrl_mon_tool.False |
rtctk_ctrl_mon_tool.flag_value |
rtctk_ctrl_mon_tool.help |
rtctk_ctrl_mon_tool.is_flag |
rtctk_ctrl_mon_tool.multiple |
rtctk_ctrl_mon_tool.required |
rtctk_ctrl_mon_tool.type |
RTC Control and Monitoring Tool.
RTC Control and Monitoring Tool state command.
RTC Control and Monitoring Tool send command.
Requests the execution of COMMAND to the COMPONENT. If defined, ARGS will be passed as arguments.
NOT IMPLEMENTED
Queries and prints the state of the COMPONENT.
NOT IMPLEMENTED