Fudo Enterprise 5.6 - API DocumentationΒΆ


Welcome!


The transition to APIv2 continues, bringing numerous new endpoints designed to enhance functionality and streamline the process of rewriting tabs to the new API. Consequently, this update aims to significantly improve performance and expand overall capabilities.


We’ve added numerous new object specifications and endpoints to our Fudo Enterprise 5.6 APIv2, so you can now utilize it to manage:

APIv2 for User Access Gateway This release introduces the first set of APIv2 endpoints for User Access Gateway. While the current scope is limited, it marks the beginning of broader API support for managing User Access Gateway programmatically.

Warning

  • Fudo Enterprise 5.6 no longer supports the APIv1. All scripts using APIv1 should be rewritten to use APIv2.

  • The following endpoints were deprecated in version 5.5 and have now been removed. Please update your integrations accordingly:

    • GET /api/v2/diagnostics
    • POST /api/v2/diagnostics
    • DELETE /api/v2/diagnostics
    • GET /objspec/account_grant
    • GET /objspec/listener_grant
    • GET /objspec/pool_grant
    • GET /objspec/safe_grant
    • GET /objspec/server_grant
    • GET /objspec/user_grant
    • GET /grant/account
    • GET /grant/listener
    • GET /grant/pool
    • GET /grant/safe
    • GET /grant/server
    • GET /grant/user
    • POST /grant/account
    • POST /grant/listener
    • POST /grant/pool
    • POST /grant/safe
    • POST /grant/server
    • POST /grant/user
    • GET /grant/<to_user_id>/account/<for_account_id>
    • GET /grant/<to_user_id>/listener/<for_listener_id>
    • GET /grant/<to_user_id>/pool/<for_pool_id>
    • GET /grant/<to_user_id>/safe/<for_safe_id>
    • GET /grant/<to_user_id>/server/<for_server_id>
    • GET /grant/<to_user_id>/user/<for_user_id>
    • DELETE /grant/<to_user_id>/account/<for_account_id>
    • DELETE /grant/<to_user_id>/listener/<for_listener_id>
    • DELETE /grant/<to_user_id>/pool/<for_pool_id>
    • DELETE /grant/<to_user_id>/safe/<for_safe_id>
    • DELETE /grant/<to_user_id>/server/<for_server_id>
    • DELETE /grant/<to_user_id>/user/<for_user_id>

You can search for Fudo Enterprise API features by using the search bar located on your left or refer to the table of contents below.