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

Compare with Current View Page History

« Previous Version 12 Next »

The information on this page refers to SOAP version 2, which includes additional fields. If you are using SOAP version 1, please refer to the SOAP version 1 documentation.

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.

settings_description

string

Description for the license order's Settings. 

removal

boolean

Flag to specify whether the license should be removed from the end user's machine.

removal_request_time

string

Time that the removal flag was set to true.

removal_confirmation_time

string

Time that the end user sent information that the license was removed.

deactivations_allowed

integer

Number of deactivations allowed for end user.

deactivations_left

integer

Number of deactivations that remain.

activations_allowedinteger

Number of activations of the license order allowed for the vendor.

Note that this property is in its development stage and will be available in Vendor SOAP API Version 3.

  • No labels