SoftLayer Software VirtualLicense

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Software_VirtualLicense service. For information on the SoftLayer_Software_VirtualLicense data type please see SoftLayer_Software_VirtualLicense (type).

Contents

Overview

SoftLayer_Software_VirtualLicense is the application class that handles a special type of Software License. Most software licenses are licensed to a specific hardware ID; virtual licenses are designed for virtual machines and therefore are assigned to an IP Address. Not all software packages can be "virtual licensed".

SoftLayer_Software_VirtualLicense's service allows you to retrieve the hard-copy license file for a virtual license, if one exists for your license instance.

You can also retrieve the subnet that the IP to which a software virtual license is licensed upon exists in, as well as the software description that this virtual license is for.

Endpoints

SOAP WSDL http://api.service.softlayer.com/soap/v3/SoftLayer_Software_VirtualLicense?wsdl
XML-RPC http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Software_VirtualLicense

Methods

getAccount

Retrieve the SoftLayerAccount this Virtual License belongs to.

  • returns
SoftLayer_Account
  • parameters
None



getLicenseFile

Get the file for a virtual license, if it exists

  • returns
binary data
  • parameters
None



getObject

Retrieve a SoftLayer_Software_VirtualLicense record.

  • returns
SoftLayer_Software_VirtualLicense
  • parameters
None



getSoftwareDescription

Retrieve the SoftLayer_Software_Description that this virtual license is for.

  • returns
SoftLayer_Software_Description
  • parameters
None



getSubnet

Retrieve the subnet this Virtual License's IP address belongs to.

  • returns
SoftLayer_Network_Subnet
  • parameters
None

See Also

Personal tools