API reference

List of all REST API references for IBM Fusion HCI.

For authentication of IBM Fusion REST APIs, ensure you have a valid Red Hat® OpenShift® Container Platform bearer token in Authorization header:

For example,

Authorization : Bearer sha256~4rpK-5GEwvgGKnXbBtMJ9dcaRDhIqOxt5BihZ1NVt20
IBM Fusion console route is the host for all these APIs. To access the console route, do the following steps:
  1. Log in to Red Hat OpenShift Container Platform.
  2. Go to Network > Routes page.
  3. In the Routes page, search for Console. Ensure that you are in ibm-spectrum-fusion-ns project.
    Note: All the APIs mentioned in swagger are not applicable to IBM Fusion HCI.
If you want to use the API, then use the following command to get the route:
oc get route console -n <namespace where fusion is installed>
Example:
oc get route console -n ibm-spectrum-fusion-ns
Example result:
NAME      HOST/PORT                                                                       PATH   SERVICES   PORT    TERMINATION   WILDCARD
console   console-ibm-spectrum-fusion-ns.apps.domain.com                  isf-svc       <all>        reencrypt           None
The list of APIs to understand the endpoints, methods (GET, POST, PUT, DELETE), parameters, and authentication requirements: