- How to access the API in Kubernetes
- How to access the on-prem API service
- List all Fusion component services
- REST API Reference Pages
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>:6764/api/<servicename>/<endpoint>
How to access the Swagger UI
https://<fusion-host>:6764/api/<servicename>/swagger-ui.html
How to access API specs (in JSON format)
https://<fusion-host>:6764/api/<servicename>/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 (default port 6764). All applications should use this method to access the API service:
http://<fusion-host>:6764/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 user:pass http://fusion-host:6764/api/introspect
REST API Reference Pages
-
Recommendations API (Deprecated)