Operations | Monitoring | ITSM | DevOps | Cloud

API

The latest News and Information on API Development, Management, Monitoring, and related technologies.

TLDR InfluxDB Tech Tips; Creating Tokens with the InfluxDB API

Whether you’re using InfluxDB Cloud or InfluxDB OSS, the InfluxDB API provides a simple way to interact with your InfluxDB instance. The InfluxDB v2 API, the read and write portions are available with InfluxDB v1.8+, offers a unified approach to querying, writing data to, and assessing the health of your InfluxDB instances. In today’s Tech Tips post, we learn how to create and list authentication tokens. Tokens provide secure data flow between an InfluxDB instance and its users.

Top 5 API monitoring tools

The performance of your APIs is a critical factor that influences the success of a project. After implementation, you will want to constantly monitor your APIs. You may want to monitor response time on a regular basis or you may have more extensive monitoring scenarios. MetricFire specializes in monitoring systems, including APIs. You can use our product with minimal configuration to gain in-depth insight into your environments.

Layer7 Continuous API Management from Broadcom

Layer7 Continuous API Management from Broadcom provides a trusted, complete API solution. Continuous API Management is a world class API solution that provides; API strategy and planning, speed to market to create APIs up to 10x faster, high performance testing in real-world scenarios, world class security that won’t impact user experience and the ability to develop SDKs for native mobile and hybrid apps.

We now support Playwright!

We are really excited to announce that you can now use Playwright in your browser checks. If you didn't know yet, Playwright is Microsoft's headless browser library. It's very similar to Puppeteer. In fact, it was built by the original creators of Puppeteer and has mostly the same features and a remarkably similar API. This was in our public roadmap and cooking for some time now and we're glad to have it out the door!

Headless Recorder: Record Puppeteer and Playwright scripts

The Headless Recorder is a Chrome extension that records your browser interactions and generates a Puppeteer or Playwright script. It massively simplifies the process of generating scripts for scraping, testing, and monitoring. Install it from the Chrome Webstore, hit "Record" and watch how it generates native Puppeteer or Playwright scripts when you interact with the browser.

Build your API first

I have a beef with companies that don’t expose nearly everything their product can do with an API. I get anxious wondering, “why can I only do some of the things via the API? How is this sausage made?” Sure, there are plenty of examples of endpoints that shouldn’t be exposed, such as changing passwords probably should be kept private. Regardless, there are tons of examples of products that I can type in a field in the UI, but that field isn’t available in the API.

Repository Webhooks: Notifications for DevOps

Webhooks, so what are they good for? Well, quite a lot as it turns out! Webhooks are great for integrating Cloudsmith with other systems that you use, by sending data or notifications to other tools in your stack and helping to enable automation across your workflows. I know what you’re thinking, this sounds a lot like an API right? Well, not quite. Webhooks are almost like a sibling of an API call. So, what’s the real difference?