Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Protocol: HTTP or HTTPS
  • Content Type:  application/json
  • Method: POST
  • Body: JSON

Settings

Disable REST API

REST API queries handling is enabled by default. To disable it, the following parameter must be set in flashphoner.properties file

Code Block
languagebash
themeRDark
disable_rest_requests=true

Ports

By default, server accepts REST HTTP requests on 8081 TCP port and REST HTTPS requests on 8444 TCP port. Those values are defined with the following settings in flashphoner.properties file

...

On the screenshot below you can see how to get list of streams by REST API using Advanced REST Console and REST method /stream/find_all

Image Removed

Image RemovedImage Added