{% extends "base.html" %} {% block content %} {% set apps_data = response_data(apps) or [] %} {% set apps_error = response_error(apps) %}
octa_client.apps.list — available application catalog for service sessions.
octa_client.apps.list
| Name | Category | UUID | Image | Ports | Actions |
|---|---|---|---|---|---|
|
{{ app_item.get("name") or "—" }}
{% if app_item.get("description") %}
{{ app_item.get("description") }}
{% endif %}
|
{{ app_item.get("category") or "—" }} | {{ app_uuid or "—" }} | {{ app_image or "—" }} | {{ app_ports_count(app_item) }} | {% if app_uuid %} Use in MR Create {% else %} No UUID {% endif %} |