Spotfire® Server and Environment - Installation and Administration

Configuring Spotfire Server REST APIs

The current Spotfire Server public APIs are enabled by default. You can disable them or make other configuration changes.

About this task

For general information about APIs, see Spotfire Server public APIs. Use the config-web-service-api command to make any configuration changes to the APIs.

For more information, see config-web-service-api and Executing commands on the command line.

Library Upload REST API

The Library Upload REST API makes it possible to upload SBDF files to the Spotfire library.

It contains the following rate limit capabilities. These configuration properties can be set by using the set-config-prop command.

  • To set the maximum number of ongoing upload jobs per client, use the public-api.library.upload.limit.max-concurrent-jobs-per-client parameter. Default: 10.
  • To set the maximum number of ongoing upload jobs allowed per server cluster, use the public-api.library.upload.limit.max-concurrent-jobs parameter. Default: 1000.
  • To set the maximum size (in bytes) for an item to be uploaded, use the public-api.library.upload.limit.max-upload-size parameter. Default: 2 GB.

For more information, see set-config-prop and Executing commands on the command line .

Note: These APIs do not use HTTP sessions so there is no need to maintain session cookies.