{% extends 'ndr_core/admin_views/base.html' %} {% load django_tables2 %} {% block content %}

Configure API Access

Configured APIs
    {% for api in apis %}
  • {{ api.api_label }} ({{ api.api_name }})
    {{ api.get_api_protocol_display }}://{{ api.api_host }}/{{ api.api_url_stub }}
    Type: {{ api.api_type.label }}

  • {% endfor %}
{% if object %}
{{ object.api_label }}

{{ object.api_description }}

API Name
{{ object.api_name }} (This name is used internally to create forms and search URLs.)
API Type
{{ object.api_type.label }} ({{ object.api_type.name }}) {{ object.api_type.description }}
API Request URL
{{ object.get_api_protocol_display }}://{{ object.api_host }}:{{ object.api_port }}/{{ object.api_url_stub }}
Number of Results per Page
{{ object.api_page_size }}
Username / password
{{ object.api_user_name }} / {{ object.api_password }}
Auth Key
{{ object.api_auth_key }}
{% endif %} {% endblock %}