Create Product
URL : /api/v1/products/
Method : POST
Parameters
active- Booleanproduct_name- Stringshort_code- Stringonly accepts alphanumeric characters, digits and dashes
default_license_type- Stringvalues can be
perpetual,subscription,time-limited,consumption
subscription_duration- Stringvalid_duration- Stringenable_maintenance_period- Booleanmaintenance_duration- Stringmax_consumptions- Integerallow_overages- Booleanmax_overages- Integerreset_consumption- Booleanconsumption_period- Stringis_floating- Booleanis_floating_cloud- Booleanfloating_users- Integerfloating_timeout- Integermax_activations- Integerallow_trial- Booleantrial_days- Integerauthorization_method- Stringvalues can be
license-key,user
prevent_vm- Booleanhardware_id_required- Booleanis_upgrade- Booleanupgrade_from- list of product IDsis_node_locked- Booleanis_user_locked- Boolean
Data example
Success Response
Code : 200 OK
Content examples :
Last updated
Was this helpful?