Zato Blog

Open Source ESB, APIs, AI
and Cloud Integrations in Python

post 1 image
This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration of devices or equipment that does not offer a REST interface or making sure that access to SSH commands is restricted to selected external REST-based API clients only.

Topics: SSH, API, REST

post 2 image
Enabling rate-limiting in Zato means that access to Zato-based APIs can be throttled per endpoint, user or service - including options to make limits apply to specific IP addresses only - and if limits are exceeded within a selected period of time, the invocation will fail. Let’s check how to use it all.

Topics: Rate limiting

post 4 image
In this tutorial, one in the series that covers Atlassian APIs, I will show how to integrate with Confluence, how to connect to your wiki and how to extract information from it using Python.

Topics: Atlassian, Confluence, API

post 5 image
In systems-to-systems integrations, there comes an inevitable time when we have to employ some kind of a web scraping tool to integrate with a particular application. Despite its not being our first choice, it is good to know what to use at such a time - in this article, I provide a gentle introduction to my favourite tool of this kind, called Playwright.

Topics: Atlassian, Jira, API, Web scraping

post 6 image
Continuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira from the perspective of invoking its APIs to build integrations between Jira and other systems.

Topics: API, Atlassian, Jira

post 8 image
Salesforce connections are one of the newest additions to Zato 3.2, allowing you to look up and manage Salesforce records and other business data. To showcase it, the article will create a sample Salesforce marketing campaign in a way that does not require the usage of anything else except for basic REST APIs combined with plain Python objects, such as dicts.

Topics: API, Salesforce

post 9 image
Zato is a Python-based middleware and backend platform designed for integrating and building server-side systems. The platform belongs to a broader family of solutions that, depending on one’s background, will be known under the name of an integration layer, integration platform, service-oriented platform, enterprise service bus, API server, message bus, message queue, message broker, orchestration engine or similar.

Topics: Architecture, Documentation, API, Publish-Subscribe, Scheduler