March 19, 2024

Blog

Introducing Dynamic Endpoint Tagging

Photo of the author of the blog post
Buchi Reddy B

CEO & Founder at LEVO

Photo of the author of the blog post

Introducing Dynamic Endpoint Tagging

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. 

ON THIS PAGE

We didn’t join the API Security Bandwagon. We pioneered it!