API Explorer
API Explorer UI tutorials
API Explorer UI tutorials
These tutorials describe how to use the API Explorer web utility, which makes it easy to create and run FairCom’s jsonActions.
All FairCom JSON APIs can be tested using API Explorer. The JSON APIs include JSON Admin API, JSON Hub API, and JSON MQ API
Start the FairCom Edge browser-based tools (
https://localhost:8443/
) menu.Note
See Manage certificate warnings for issues accessing the tools.
Access the API Explorer with either Data Explorer or MQ Explorer:
In the Data Explorer, through the API Explorer tab.
In the MQ Explorer, through the Control menu ().
There are three ways you can connect to a database with a new session.
Connect to a database with no prior connection
Select the database you wish to connect to in the Server navigation window.
Click New Session pop-up window.
in theClick Connect to Server and Database window (see Figure 1, “Connect to Server and Database window”).
in theObserve your database in the new session.
Right-click on a database you have a current connection to
Right-click the database you wish to connect to in the Server navigation window and click Connect ().
Click Connect to Server and Database window (see Figure 1, “Connect to Server and Database window”).
in theObserve the connection to the database you selected in a new session (a new browser tab).
Select a database that you have a current connection to
Select the database you wish to connect to in the Server navigation window.
Select Connect () from the Menu dropdown menu.
Click Connect to Server and Database window (see Figure 1, “Connect to Server and Database window”).
in theObserve the connection to the database you selected in a new session (a new browser tab).
Click Select API to open the API dropdown menu.
Select from the list of available APIs:
JSON Admin API
JSON DB API
JSON MQ API
JSON Hub API
Observe the selected API's actions, templates, and properties.
Once an API is selected, the JSON Actions dropdown menu contains the actions available within that API.
Click the JSON Actions dropdown menu.
Select an action — for example,
createTable
.Note
Some actions require preliminary actions to be run first — for example, before selecting and running
deleteTable
you must first have selected and runcreateTable
.Observe the JSON request example in the API Request editor.
FairCom provides online documentation for each action.
Click the action's Show help for selected action icon () for available online documentation.
Observe the documentation in a new tab.
When you select an action from the JSON Actions dropdown menu, API Explorer loads an example JSON request into the API Request editor.
If preferred, select from pre-formatted templates in the Templates dropdown menu.
In the API Request editor, edit the existing example JSON.
Alternatively, paste or type in your own examples.
Click the Upload set of JSON files icon ().
Select the JSON example file.
Click
.
Click the Export JSON icon ().
Observe the download in the download bar.
To view the Property defaults panel, click the Show property defaults icon ().
Observe the Property Defaults panel.
To hide the Property Defaults panel, click the Show property defaults icon () or the Close Panel icon ().
Observe the API Explorer without the Property Defaults panel.
The Property Defaults panel allows you to create a list of default values that apply to the JSON example displayed in the API Request editor.
Click the Show property defaults icon () to view the Property Defaults panel.
Click the
button () to add a property to the list.Edit the Property Path to match the path that identifies the property in the JSON — for example,
params.databaseName
(see Figure 4, “Property Defaults panel with an added default”).Edit the Default Value to your desired default value — for example, edit the
params.databaseName
default value totest_db
.Click
to save your changes.Click the Apply defaults to JSON request defaults to JSON request icon () to apply the new default values.
Alternatively, click the Remove icon () next to the default property to remove it.
To hide the Property Defaults panel, click the Show property defaults icon () or the Close Panel icon ().
To view the Action Properties panel, click the property Show all action properties icon ().
Observe the Action Properties panel.
To hide the Action Properties panel, click the property Show all action properties icon () or the Close Panel icon ().
Observe the API Explorer without the Action Properties panel.
The Action Properties panel is a list of available properties for the selected action.
Use the Add property to request body icon () to insert a property into the API Request example.
Use the Add property to Property Defaults panel icon () to add a property to the Property Defaults list.
Use the Show property definition icon () to display any information about a property.
All API actions (except createSession
and pingSession
) require a valid authToken
property value.
Click the Apply defaults to JSON request defaults to JSON request icon ().
Observe your supplied, valid
authToken
property value.Note
When API Explorer first runs, it automatically runs the
createSession
action, creating a server session and returning a validauthToken
value. API Explorer uses this value when you click the Apply defaults to JSON request defaults to JSON request icon and then load examples from action templates.If you wish to use a different
authToken
than the one supplied atcreateSession
, use the Property Defaults feature to set theauthToken
to a different authorization code.
Error 60025
"errorCode": 60025, "errorMessage": "Invalid parameter - Missing authToken parameter in the request. The only actions that do not require authToken are createSession and pingSession in the admin API."
Error 60031
"errorCode": 60031, "errorMessage": "Not possible to find valid session for the provided token."
Click the Send Request icon () to run the current action with the properties in the API Request editor (see Figure 6, “Run an action”.
Tip
Keyboard shortcuts:For Windows use CTRL+ENTER.
For Linux use COMMAND+ENTER.
Observe the response and ensure the action completed successfully.
Note
"errorCode"
with a value of0
indicates success."errorCode"
with a non-zero value indicates a failure. See Errors and contact FairCom for more information about an error.Check the Accumulate Results? checkbox to accumulate the results each time the API Request editor example is run.
Note
When the Accumulate Results? checkbox is left unchecked the API Explorer clears the results from the API Response viewer each time the request example is run.
Click the Download results icon () to download the results to a disk.
Click the Clear results icon () to clear the API Response viewer.