{% extends 'base/layout.html' %} {% load i18n %} {% load helpers %} {% block title %}{% trans "Import Monitored Endpoints" %}{% endblock %} {% block content %}
{% trans "Created" %}: {{ created }} {% trans "Updated" %}: {{ updated }}
{% if outcomes %}| {% trans "URL" %} | {% trans "Action" %} |
|---|---|
| {{ outcome.url }} | {% if outcome.action == 'created' %} {% trans "Created" %} {% else %} {% trans "Updated" %} {% endif %} |
{% trans "Required column:" %} url.
{% trans "Optional:" %} sni, tenant,
assigned_device, assigned_vm, assigned_service.
{% trans "The endpoint name is derived from the SNI or hostname." %}