Generate product keys for a particular version.
api_key
(Required)version_id
(Required)https://wyday.com/limelm/version/100/
you can see the version ID is 100. (Note: The Version ID is not the Version GUID).num_keys
(Optional)for_tfs
(Optional)true
then the key(s) will be for TurboFloat Server (floating licensing). Otherwise the keys will be for TurboActivate (node-locked licensing). Possible values: true
or false
(default: false
).per_inst_leases
(Optional)for_tfs
is set to true
, this parameter controls whether the leases issued by the TurboFloat Server instance are per-user session (when set to false
) or per-instance of your app launched (when set to true
). Possible values: true
or false
(default: false
).num_acts
(Optional)for_tfs
" is set to "true
") then this is the number of allowed concurrent connections to the floating license server. If this is not set then the default value of 1 is used.deact_limit
(Optional)-2
: Inherit the default deactivation limit from the product version.-1
: Unlimited deactivations.0
through 9223372036854775807
: Limited to the specified number of deactivations.email
(Optional)feature_name[]
(Optional)feature_value[]
(Optional)feature_name[]
parameter. The format of the data must match the data type of the custom license fields. Invalid data will be molded to fit a "best guess" to match the data type. To avoid this "guessing" by LimeLM, supply data in the correct format (i.e. dates formatted correctly, donʼt supply text for "Integer" types, etc., etc.)tag[]
(Optional)uname_limit_name[]
(Optional)uname_limit_platform[]
(Optional)uname_limit_name[]
parameter.
0
: The username will work from any platform.1
: The username will only work from Windows machines.2
: The username will only work from macOS machines.3
: The username will only work from Linux machines.4
: The username will only work from BSD machines.allow_vm
(Optional)yes
, no
, inherit
. If for_tfs
is true
, the default for allow_vm
is no
. Otherwise the default is inherit
, which inherits the value you set for your product version.lc_allow_deact
(Optional)inherit
: Inherit the default deactivation setting from the product version. This is the default if this parameter is unset or set with an invalid value.no
: Disallow the customer from deactivating from within LicenseChest.just-offline
: Just allow offline deactivations (where they upload the offline deactivation request to LicenseChest and it processes it.online-offline
: Allow either offline deactivations (where an offline deactivation request must be submitted) or deactivation via the interface within LicenseChest (where the customer can just click a button with no proof needed).lc_self_deact_limit
(Optional)lc_allow_deact
" parameter is anything other than "no
", this set the number of deactivations the end-user is allowed to do themselves. Possible values:
inherit
: Inherit the default self-deactivation limit from the product version.1
through 9223372036854775807
: Limited to the specified number of deactivations.lc_self_deact_limit_term
(Optional)no-term-limit
: No term limit; just respect the lc_self_deact_limit
as the hard limit. This is the default if this parameter is unset or set with an invalid value.per-day
: lc_self_deact_limit
deactivations per day.per-week
: lc_self_deact_limit
deactivations per week.per-month
: lc_self_deact_limit
deactivations per month.per-year
: lc_self_deact_limit
deactivations per year.lc_allow_offline_act
(Optional)inherit
: Inherit the default offline activation setting from the product version.no
: Disallow the customer from offline activation.yes
: Allow the customer to offline activate.lc_view_extradata
(Optional)inherit
: Inherit the default setting from the product version. This is the default if this parameter is unset or set with an invalid value.yes
: The customer will be able to see the extra data.no
: The customer will not be able to see the extra data.lc_view_fields
(Optional)inherit
: Inherit the default setting from the product version. This is the default if this parameter is unset or set with an invalid value.no
: End-users will not be able to see any custom license fields associated with their product key.just-readable
: End-users will be able to see any set custom license fields marked with the "readable in your app" parameter.any
: End-users will be able to see any and all set custom license fields for their product key.lc_charge_htfs_to_comp
(Optional)inherit
: Inherit the default setting from the product version. This is the default if this parameter is unset or set with an invalid value.yes
: The hosted TFS instance will be charged to your company.no
: The hosted TFS instance will be charged to the end-user.The method returns the list of generated product keys.
<pkeys total="2">
<pkey id="103" key="A84U-ZTZT-V2WI-5KCK-EV5S-3PWK-K2TX"/>
<pkey id="104" key="X8ZB-FRRK-PVWX-M3RY-YPE8-ARFM-N2TX"/>
</pkeys>
100: Invalid API Key
101: Method "xxx" not found
164: An API key must be used by X devices. Configurable in your settings.
108: The version id is missing.
109: The version doesnʼt exist or you donʼt have access to it.
110: You only have N activations left in your plan.
111: You have no more activations left in your plan.
113: You only have N serials left in your plan.
114: You have no more serials left in your plan.
116: There must be equal amount of features as feature values.
feature_name[]
values than feature_value[]
values (or vice versa). There must be an equal number of feature_name[]
as feature_value[]
.117: You must enter a value for the feature "feature name". Itʼs a required feature.
118: Your account is in dormant mode. Re-enable your account.
131: Tags must be less than 256 characters long.
132: Tags cannot contain the * character. The "TAG_NAME" tag violates this rule.
142: Service currently unavailable
148: You canʼt set empty tags.