Here’s a glimpse of the said function:
def
tag_endpoint
(har_entry):
request = har_entry.request
response = har_entry.response
for
header
in
response.headers:
if
header.name.casefold() == "x-powered-by".casefold():
return
{"service": header.value}
return
{}
This tag shows up on the endpoint in the catalog:

To create your own Tag Functions, navigate to the “Settings” page on the Levo dashboard and click on the “Add Tags Configuration” button under the “Dynamic Tagging” heading.

The above instances highlight just a few applications of our dynamic tagging feature. However, our users have discovered numerous ingenious ways to leverage this feature.
We offer a complimentary product for up to 100 endpoints, so sign up and try it!
We are always here to assist you if you devise any intriguing use cases or have any queries.