{% extends "base.html" %} {% load static %} {% block content %} {{ block.super }}

Endpoint Meta Importer


{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}

Endpoint Meta Importer is a very simple CSV mapping that can apply meta data to Endpoints in the form of column:row to tags and DojoMeta

Allowable meta is totally arbitray such that any column:row pair will be added to endpoints associated to the product

Note: The field "hostname" is required as it is used to query/create endpoints.

Here is an example:

hostname, team, public_facing

sheets.google.com, data analytics, yes

docs.google.com, language processing, yes

feedback.internal.google.com, human resources, no

{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}