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

Compare with Current View Page History

« Previous Version 4 Next »

The Soap_Feature object represents a feature in LAC. This object is used to add/edit features assigned to the Product Template of a License Order.

Soap_Feature contains the following properties:

Property name

Type

Description

name

string

Name of the feature.

version

string

Version of the feature.

expiration_type

string

Expiration type of the feature. Valid values are as follows.
fixed: Expiration date of feature is set to fixed date.
days_from_activation: Expiration date of feature is set to a specified number of days from activation.
no_expiration: Feature is permanent.

expiration_date

string

Date of fixed expiration. Required when expiration_type is set to fixed.

additional_settings

string

Additional settings for a feature.

enabled

boolean

Field defining if the feature is selected in the Product Template or License Order.

days_from_activation

integer

Number of days from activation the feature will remain active. Required when expiration_type is set to days_from_activation.

count

integer

Number of features that are allowed to run when using a network license.

The Development version of the Soap_Feature object additionally contains the following properties:

Product

Type

Description

maintenance_type

string

The type of maintenance for the feature. Valid values are:
fixed: Expiration date of maintenance is set to fixed date. 
days_from_activation: Expiration date of maintenance is set to a specified number of days from activation. 
no_maintenance: Maintenance is permanent.

maintenance_date

string

Date of fixed maintenance. Required when maintenance_type is set to fixed.

maintenance_days
from_activation

integer

Number of days from activation the maintenance will remain active. Required when maintenance_type is set to maintenance_days_from_activation.

  • No labels