Basic Operations
Retrieve a list of tunneling policies.
Query parameters
siteIdinteger · int32Optional
Site ID for which to retrieve the tunneling policy (optional).
ipstringOptional
Filter the result by the gateway IP (optional).
Responses
200
OK
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/TunnelingPolicyCreate a new tunneling policy.
Body
Create a new tunneling policy
ipstring | nullableRequired
The gateway IP of the tunneling policy.
publishTypestring · enumOptionalPossible values:
RD session hosts options
rdsHostPoolIdsinteger · int32[] | nullableOptional
The IDs of the selected RD session host pools.
rdsHostIdsinteger · int32[] | nullableOptional
The IDs of the selected individual RD session hosts.
Responses
201
Created
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
post
/api/TunnelingPolicyLast updated
Was this helpful?