Fusion REST APIs
Table of Contents
When you install a connector or plug-in on Fusion 5.x.x, you do not need to supply the .zip file. The installation obtains the .zip file from the repository. Fusion 4.x.x and earlier releases required you to supply the .zip file. |
How to access the API in Kubernetes
API endpoints for Kubernetes deployments use different paths than for on-prem deployments.
How to access individual API endpoints
https://FUSION_HOST:FUSION_PORT/SERVICE_NAME/ENDPOINT
How to access the Swagger UI
https://FUSION_HOST:FUSION_PORT/api/SERVICE_NAME/swagger-ui.html
How to access API specs (in JSON format)
https://FUSION_HOST:FUSION_PORT/SERVICE_NAME/v2/api-docs
How to access the on-prem API service
Fusion API services are designed to be accessed via Fusion’s authentication proxy module which is part of the Fusion UI service. All applications should use this method to access the API service:
https://FUSION_HOST:FUSION_PORT/api/ENDPOINT
List all Fusion component services
The Fusion introspect
endpoint lists basic information about endpoints and parameters for all Fusion endpoints,
including the Connectors services endpoints:
curl -u USERNAME:PASSWORD https://FUSION_HOST:FUSION_PORT/api/introspect