Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...