{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Hostname / IP | {{ object.hostname }} |
| Port | {{ object.port }} |
| Protocol | {% if object.use_https %}HTTPS{% else %}HTTP{% endif %} |
| API Key | {% if has_credential_override %} Overridden by PLUGINS_CONFIG {% elif object.api_key %} (configured) {% else %} None {% endif %} |
|
The API key for this server is overridden by
PLUGINS_CONFIG['netbox_windows_dhcp']['server_overrides']['{{ object.hostname }}']
in configuration.py. The value stored here is not used.
|
|
| Verify SSL | {% if object.verify_ssl %}{% else %}{% endif %} |
| Base URL | {{ object.base_url }} |
| Sync Standalone Scopes | {% if object.sync_standalone_scopes %}{% else %}{% endif %} |
| Expires | {{ object.ca_cert_expiry|date:"N j, Y" }} |
|---|
No certificate stored. If this server uses a self-signed certificate, import it here to keep SSL verification enabled.
Import HTTPS Certificate