GetLicenseInfo

Important: The ManagementAPI web service is deprecated and will be removed in a future release. Use the Administration Utility to get license and version information about your system. For more information about the Administration Utility, see the Administration Guide.

The method GetLicenseInfo returns a license object. The license object contains properties for machine type, operating system type, hostname, and CPU limit. It also contains an array of feature objects and an array of restriction objects. These arrays can be processed to determine specific information about features and restrictions. Feature has an ID, a name, and an enabled flag. Restriction has an ID, a limit, and a start date.

Web Service

ManagementAPIService

Parameters

None.

Result

Returns the license object.

Example

License 
	string machineType 
	string osType 
	string hostName 
	string CPULimit 
	Feature[] features 
	Restriction[] restrictions 

Feature 
	string ID; 
	string name; 
	Restriction[] restrictions 

Restriction 
	string ID 
	long limit 
	datetime startDate 
	Feature[] features 

ExpirationRestriction extends Restriction 

UsageRestriction extends Restriction 
	long usages