Secondary Connections
Path parameters
idinteger · int32Required
Client Policy ID.
Responses
200
Success
application/json; api-version=1.0
Sessions Secondary Connection Policy
modestring · enumOptionalPossible values:
Mode Type.
serverstring · nullableOptional
The Server which the user is going to connect to
serverPortinteger · int32Optional
The port of the server
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get/api/ClientPolicies/{id}/SecondaryConnections
Path parameters
idinteger · int32Required
Client Policy ID.
Body
Add a new connection to the secondary connections list
modestring · enumRequiredPossible values:
Mode Type.
serverstring · min: 1 · max: 255 · nullableRequired
The Server which the user is going to connect to.
serverPortinteger · int32Required
The port of the Server.
Responses
201
Created
No content
401
Unauthorized
application/json; api-version=1.0
post/api/ClientPolicies/{id}/SecondaryConnections
No content
Path parameters
idinteger · int32Required
Client Policy ID.
Body
Remove a connection from the secondary connections list
modestring · enumRequiredPossible values:
Mode Type.
serverstring · min: 1 · max: 255 · nullableRequired
The Server which the user is going to connect to.
serverPortinteger · int32Required
The port of the Server.
Responses
204
No Content
No content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete/api/ClientPolicies/{id}/SecondaryConnections
No content
Last updated