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
required
String
product code of the target product
feature
required
String
feature code of the target feature
user
required
String
name or id of the user to be registered
os_hostname
required
String
ip_local
required
String
user_info
required
String
registered_at
required
String
borrowed_until
required
String
JS
Curl
Responses
200
400

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

GET
Request
JS
Curl
Responses
200




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