Accessing and using NiFi Registry API Swagger UI

NiFi Registry offers a user-friendly Swagger UI to interact with its APIs. This interface provides a convenient way to explore and test API endpoints, request parameters, and response formats.

The Swagger UI is available at the following URL: https://[***hostname***]:18433/nifi-registry-api/swagger/ui.html

Before making API calls using the Swagger UI, follow the below steps:

  1. Go to the Swagger UI interface.
  2. Set the scheme to HTTPS by selecting it from the Schemes dropdown list.
  3. Ensure that you have the proper authorization by clicking Authorize to obtain the proper token required for API calls.