PlcmConntestServerRequest

PlcmConntestServerRequest

Defines the request payload that can be sent to a server to setup a test session for a client. A test session can be used for all connection tests using the same protocol.


PlcmConntestServerRequest Fields

NameTypeDescriptionAttributes
clientIpstring The IP that will be sending the test packets.
networkProtocolNetworkProtocol The desired network protocol of the test (UDP|TCP) Mandatory
userNamestring A Username of the client (for possible authentication).
userPassHashstring Sha256 hex string hash of a password to use for authenticating the start of a session.


Nested Types/Restrictions


NameTypeRestrictions
NetworkProtocolstring
Value must be one of:
  • UDP
  • TCP
  • TLS