Skip to main content

A real-time server that can be used for long polling user events.

type
string

The value will always be realtime_server.

Example:

"realtime_server"

url
string

The URL for the server.

Example:

"http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all"

ttl
string

The time in minutes for which this server is available.

Example:

"10"

max_retries
string

The maximum number of retries this server will allow before a new long poll should be started by getting a new list of server.

Example:

"10"

retry_timeout
integer

The maximum number of seconds without a response after which you should retry the long poll connection.

This helps to overcome network issues where the long poll looks to be working but no packages are coming through.

Example:

610