| Actions | S. No. | Agent ID | ID Type | Name | Description | Endpoint | Tags | Type | Status | Reachability | Owner | Team | Visibility |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{% if can_modify %}
{% endif %} |
{{ (pagination.page - 1) * pagination.per_page + loop.index }} | {{ agent.id }} | {% if agent.uaid %} UAID {% else %} UUID {% endif %} |
{{ agent.name }}
|
{{ (agent.description if agent.description else '') | decode_html }} | {{ agent.endpointUrl }} | {% if agent.tags %} {% for tag in agent.tags %} {% if tag is mapping %}{{ tag.id }}{% else %}{{ tag }}{% endif %} {% endfor %} {% endif %} | {{ agent.agentType }} |
{% if agent.enabled %}Active{% else %}Inactive{% endif %}
|
{% if agent.reachable %}Reachable{% else %}Unreachable{% endif %}
|
{{ agent.ownerEmail }} | {{ agent.team }} | {% if agent.visibility == 'private' %} Private {% elif agent.visibility == 'team' %} Team {% elif agent.visibility == 'public' %} Public {% else %} N/A {% endif %} |