ocpapi.client.ui#

Attributes#

Functions#

get_results_ui_url(→ str | None)

Generates the URL at which results for the input system can be

Module Contents#

ocpapi.client.ui._API_TO_UI_HOSTS: dict[str, str]#
ocpapi.client.ui.get_results_ui_url(api_host: str, system_id: str) str | None#

Generates the URL at which results for the input system can be visualized.

Parameters:
  • api_host – The API host on which the system was run.

  • system_id – ID of the system being visualized.

Returns:

The URL at which the input system can be visualized. None if the API host is not recognized.