ConnectionServerSessionProtocolData

ConnectionServerSessionProtocolData
ConnectionServerSessionProtocolData

Details of sessions launched using given protocol with Connection Server's gateway services.

JSON Example
{
    "session_count": 341,
    "session_protocol": "BLAST"
}
integer As int32 As int32
session_count
Required

Number of active sessions launched using the protocol.

string
session_protocol
Required

Protocol used in launching the sessions through gateway service.

  • PCOIP: The session display protocol is PCoIP.
  • RDP: The session display protocol is RDP.
  • BLAST: The session display protocol is BLAST.
Possible values are : PCOIP, RDP, BLAST,