You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The Soap_LicenseOrder object represents a license order in LAC. This object is used to add/edit license orders for a logged-in vendor.

Soap_LicenseOrder contains the following properties:

Property name

Type

Description

customer_id

integer

ID of the customer that the license order was created for.

product_template_id

integer

ID of the product template used to create the license order.

activation_key

string

Activation key of the license order.

creation_time

string

Creation time of the license order, in the format YYYY-MM-DD HH:MM:SS (for example, 2011-11-08 08:36:53).

license_type

string

Type of license for the license order. The possible values are as follows.
local: Local license.
network: Network license.

licensee_type

string

Type of licensee for the license order. The possible values are as follows.
fixed: Fixed string value.
customer: Licensee is set to customer name.
not_specified: No licensee is specified.

licensee

string

Licensee for the license order. Required when licensee_type is set to fixed.

hostid_match_rate

integer

HostID match rate percentage required for license activation for the license order.

min_hostids

integer

Total minimum number of HostIDs required for license activation for the license order.

activated_licenses_count

integer

Number of activated licenses for the license order.

enabled

boolean

Specifies whether the license order is enabled or disabled.

description

string

Description of the license order.

Hostids

ArrayOfSoap_Hostid

Array of HostIDs for the license order.

Features

ArrayOfSoap_Feature

Array of Features for the license order.


  • No labels