Floating Server
Best Practices

Floating Features

2min

Starting from release v1.4.11, the floating server now supports offline floating features. This functionality allows customers to add offline floating features to a product and licenses built for that product. These can then be imported into the floating server, enabling the registration and release of users into that feature entirely offline on their premises.

To add these features to a product, navigate to the product within the vendor platform, select the "Features" tab, and click on the "Add Product Feature" button. In the popup window, after specifying the feature's name, code, and other details, check the "Offline Floating Feature" checkbox, as shown in the image below.



feature creation


The API endpoints associated with floating features are listed below.

POST
Request
Body Parameters
product
String
required
product code of the target product
feature
String
required
feature code of the target feature
user
String
required
name or id of the user to be registered
os_hostname
String
required
ip_local
String
required
user_info
String
required
registered_at
String
required
borrowed_until
String
required
JS
Curl
Responses
200
400

POST
Request
Body Parameters
product
String
required
product code of the target product
feature
String
required
feature code of the target feature
user
String
required
name or id of the user to be registered
os_hostname
String
required
ip_local
String
required
user_info
String
required
registered_at
String
required
borrowed_until
String
required
JS
Curl
Responses
200
400

GET
Request
JS
Curl
Responses
200




Updated 10 Sep 2024
Doc contributor
Did this page help you?