{% extends '_base.html' %} {% load helpers %} {% block content %} {% include 'search_form.html' %}
Organization
{{ stats.site_count }}

Sites

Geographic locations

{{ stats.tenant_count }}

Tenants

Customers or departments

DCIM
{{ stats.rack_count }}

Racks

Equipment racks, optionally organized by group

{{ stats.device_count }}

Devices

Rack-mounted network equipment, servers, and other devices

Connections

{{ stats.interface_connections_count }}

Interfaces

{{ stats.console_connections_count }}

Console

{{ stats.power_connections_count }}

Power

Virtualization
{{ stats.cluster_count }}

Clusters

Clusters of physical hosts in which VMs reside

{{ stats.virtualmachine_count }}

Virtual Machines

Virtual compute instances running inside clusters

IPAM
{{ stats.vrf_count }}

VRFs

Virtual routing and forwarding tables

{{ stats.aggregate_count }}

Aggregates

Top-level IP allocations

{{ stats.prefix_count }}

Prefixes

IPv4 and IPv6 network assignments

{{ stats.ipaddress_count }}

IP Addresses

Individual IPv4 and IPv6 addresses

{{ stats.vlan_count }}

VLANs

Layer two domains, identified by VLAN ID

Circuits
{{ stats.provider_count }}

Providers

Organizations which provide circuit connectivity

{{ stats.circuit_count }}

Circuits

Communication links for Internet transit, peering, and other services

{% if perms.secrets %}
Secrets
{{ stats.secret_count }}

Secrets

Sensitive data (such as passwords) which has been stored securely

{% endif %}
Global Topology Maps
{% if topology_maps %} {% for tm in topology_maps %} {% endfor %}
{{ tm }} {{ tm.description }}
{% else %}
None
{% endif %}
{% if report_results %}
Reports
{% for result in report_results %} {% endfor %}
{{ result.report }} {% include 'extras/inc/report_label.html' %}
{% endif %}
Changelog
{% for change in changelog %} {% with action=change.get_action_display|lower %}
{% if action == 'created' %} {% elif action == 'updated' %} {% elif action == 'deleted' %} {% endif %} {{ change.changed_object_type.name|bettertitle }} {% if change.changed_object.get_absolute_url %} {{ change.changed_object }} {% else %} {{ change.changed_object|default:change.object_repr }} {% endif %}
{{ change.user|default:change.user_name }} - {{ change.time|date:'SHORT_DATETIME_FORMAT' }}
{% endwith %} {% if forloop.last %} {% endif %} {% empty %}
No change history found
{% endfor %}
{% endblock %}