Enabling the Web Services API

Before the Web Services API can be used, it must be enabled.

To do this, export the server configuration from the database, run the config-web-service-api command, and import the updated configuration to the database. (For details on using the Spotfire command line, see Executing commands on the command line.)

Procedure

  • On the command line, go to the <server installation folder>\tomcat\bin directory, and run the following commands:
    1. config export-config --force
    2. config config-web-service-api --enabled=true
    3. config import-config -c "Enabled the public Web Service API"