Skip to end of metadata
Go to start of metadata

This is an example of an RPC call code snippet for enabling a pool/specific license.

#### For enabling the pool/specific license
#### Make RPC Call Start ####
	$xmlrpc_msg = new xmlrpcmsg('licensing.enableLicense', array(
		new xmlrpcval($licPool, 'string')
	));
	$reply = $client->send($xmlrpc_msg);
#### Make RPC Call End ####


Response Example

Here is an example of a response to the XML-RPC request:

Array ( [Enabled] => 1 [License Pool ID] => 345345345-d986-4ec5-be53-345345345345 [Product] => Enterprise Edition (Linux) [Type] => Pooled License [Installed] => [ID] => 34534534-7e99-4793-be36-34534534534 [Physical Servers] => 1 )

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.