Skip to main content
Fusion API services are designed to be accessed via Fusion’s authentication proxy module which is part of the Fusion UI service (default port 8764). All applications should use this method to access the API service:

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:

Assign Fusion request IDs

Fusion automatically assigns each API request a Fusion request ID. Optionally, you can assign your own Fusion request IDs. In this example of a search, the request does not set the Fusion request ID. Fusion assigns one, in this case, PdNfxc1V2o:
Here, we assign the Fusion request ID Movie202:
With a Fusion request ID, you can trace requests in log files and Use Dashboards in Fusion
This topic details the options available to use Fusion dashboards.

Dashboards main page

When you open the Fusion dashboards, your organization’s dashboards display, as well as the EXPLORE DASHBOARDS section that provides options to create or display specific types of dashboards.You can click the icons in the top right corner of the screen to perform the following functions:For more information, see Fusion 4.x Built-in Dashboards.

Interact with data

The table describes options to interact with data displayed in certain dashboards.

Interact with specific types of panels

The table describes options for specific types of panels.

Table and text panels

Histogram and Range Facet panels

The table describes options for the Histogram and Range Facet panels.

Filtering panels

The table describes filter options for panels.

Heat Map panels

The table describes the option for heat map panels.

Filter by Fusion request ID

To only display information about log entries with a specific Fusion request ID, you can filter the contents of a logs dashboard by the Fusion request ID.Filter the contents in the following ways:To view the dashboard for a Fusion UI API error or API error toast, click View logs dashboard. The system displays the dashboard using a filter for that request ID.API error with link in Fusion UI:View logs dashboard link in API errorAPI error toast with link:View logs dashboard link in toastFiltered Service Logs dashboard:Click View logs dashboard to open the Service Logs dashboard with filters by the Fusion request ID. For example, the filtering query for the mdc_requestId_s field displays the fusion-request-id of BWQSjPPYgB.Service Logs dashboard filtered by request ID

Filter in a logs dashboard

This section only applies to Fusion versions prior to 5.4.0.
You can filter the dashboards for service logs, access logs, and combined logs by Fusion request ID.To filter by Fusion request ID, complete the following:
  1. Obtain the Fusion request ID returned by a request. For example, notice the Fusion request ID BWQSjPPYgB returned by this API command:
  2. Open the logs dashboard.
  3. Specify the Fusion request ID in the Filter panel, with a query for the mdc_requestId_s field that specifies the value of fusion-request-id for which you want to search.
In this example, the fusion-request-id is BWQSjPPYgB:Add a filter for the Fusion request ID

Append a query filter parameter to the dashboard URL

As an alternative to constructing a query filter in the dashboard, you can append a query filter parameter to the dashboard URL. In the query filter, use the field name mdc_requestID_s.Example 1: Default dashboard (Service Logs)Default dashboard URLExample 2: Combined Logs dashboardCombined Logs URL

Open the Service Logs dashboard from a job history

  1. Open the job history.
    • For most jobs, click Collections > Jobs, select a job, and then click Job History.
    • For datasource jobs, click Indexing > Datasources, select a datasource, and then click Job History. In the job history, you will see a link named runId: Job history
  2. Click the link to view the Service Logs dashboard filtered by the runId: Service Logs dashboard filtered by runId