License Module API searchPleskLicenseRequest
From Openprovider API documentation
(Difference between revisions)
(Created page with '==Module Licenses > Search Product== {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Module''' |Licenses |- style="background-color:#EEEEEE;" |'''Command n…') |
m (moved API Module License searchProductLicenseRequest to License Module API searchPleskLicenseRequest) |
||
(11 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
|- style="background-color:#BBBBBB;" | |- style="background-color:#BBBBBB;" | ||
|'''Module''' | |'''Module''' | ||
- | | | + | |License |
|- style="background-color:#EEEEEE;" | |- style="background-color:#EEEEEE;" | ||
|'''Command name''' | |'''Command name''' | ||
- | | | + | |searchPleskLicenseRequest |
|- | |- | ||
|'''Use''' | |'''Use''' | ||
- | |Returns | + | |Returns a list of license types matching search criteria |
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
|'''Input''' | |'''Input''' | ||
| | | | ||
- | *limit ''default value: 100'' | + | *'''limit''' ''default value: 100'' |
- | *offset ''default value: 0'' | + | *'''offset''' ''default value: 0'' |
- | * | + | *'''keyNumber''' ''search by key number e.g. PLSK.04867003'' |
- | * | + | *'''titlePattern''' ''search by text'' |
+ | *'''keyNumberPattern''' ''search by key pattern'' | ||
+ | *'''parentKeyId''' ''search by parent license number'' | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
|'''Output''' | |'''Output''' | ||
- | | | + | |Set of license's properties |
- | + | ||
- | + | ||
- | + | ||
|} | |} | ||
Line 28: | Line 27: | ||
===Using PHP class=== | ===Using PHP class=== | ||
$request = new OP_Request; | $request = new OP_Request; | ||
- | $request->setCommand(' | + | $request->setCommand('searchPleskLicenseRequest') |
- | ->setAuth(array('username' => | + | ->setAuth(array('username' => $username, 'password' => $password)) |
->setArgs(array( | ->setArgs(array( | ||
- | ' | + | 'keyNumber' => 'PLSK.04879719' |
- | + | )); | |
- | + | ||
===Raw XML=== | ===Raw XML=== | ||
+ | ''Please note that newlines and leading spaces are added only for readability. Those whitespaces should be excluded from your XML command before sending it to Openprovider.'' | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<openXML> | <openXML> | ||
Line 42: | Line 41: | ||
<password>password</password> | <password>password</password> | ||
</credentials> | </credentials> | ||
- | < | + | <searchPleskLicenseRequest> |
- | < | + | <keyNumber>PLSK.04879719</keyNumber> |
- | + | </searchPleskLicenseRequest> | |
- | </ | + | |
</openXML> | </openXML> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<openXML> | <openXML> | ||
- | + | <reply> | |
- | + | <nowiki><code>0</code></nowiki> | |
- | + | <desc> | |
- | + | </desc> | |
- | + | <data> | |
- | + | <results> | |
- | + | <array> | |
- | + | <item> | |
- | + | <title>Test</title> | |
- | + | <comment> | |
- | + | </comment> | |
- | + | <product>plesk</product> | |
- | + | <contract>2014</contract> | |
- | + | <keyId>4879719</keyId> | |
- | + | <parentKeyId> | |
- | + | </parentKeyId> | |
- | + | <keyNumber>PLSK.04879719</keyNumber> | |
- | + | <billingType>lease</billingType> | |
- | + | <period>1</period> | |
- | + | <status>ACT</status> | |
- | + | <orderDate>2018-09-05 11:07:35</orderDate> | |
- | + | <expirationDate>2018-10-04 18:00:00</expirationDate> | |
- | + | <items> | |
- | + | <array> | |
- | + | <item>PLESK-12-VPS-WEB-ADMIN-1M</item> | |
- | + | </array> | |
- | + | </items> | |
- | + | <skuValues> | |
- | + | <PLSKVPS-ADM-M>1</PLSKVPS-ADM-M> | |
- | + | </skuValues> | |
- | + | <activationCode>A00F00-******-YHDH87-******-9VBS19</activationCode> | |
- | + | <ipAddressBinding>8.8.8.7</ipAddressBinding> | |
- | + | </item> | |
- | + | </array> | |
- | + | </results> | |
- | + | <total>1</total> | |
- | + | </data> | |
- | + | </reply> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</openXML> | </openXML> |
Current revision as of 09:50, 5 September 2018
Contents |
Module Licenses > Search Product
Module | License |
Command name | searchPleskLicenseRequest |
Use | Returns a list of license types matching search criteria |
Input |
|
Output | Set of license's properties |
Examples
Using PHP class
$request = new OP_Request; $request->setCommand('searchPleskLicenseRequest') ->setAuth(array('username' => $username, 'password' => $password)) ->setArgs(array( 'keyNumber' => 'PLSK.04879719' ));
Raw XML
Please note that newlines and leading spaces are added only for readability. Those whitespaces should be excluded from your XML command before sending it to Openprovider.
<?xml version="1.0" encoding="UTF-8"?> <openXML> <credentials> <username>username</username> <password>password</password> </credentials> <searchPleskLicenseRequest> <keyNumber>PLSK.04879719</keyNumber> </searchPleskLicenseRequest> </openXML>
<?xml version="1.0" encoding="UTF-8"?> <openXML> <reply> <code>0</code> <desc> </desc> <data> <results> <array> <item> <title>Test</title> <comment> </comment> <product>plesk</product> <contract>2014</contract> <keyId>4879719</keyId> <parentKeyId> </parentKeyId> <keyNumber>PLSK.04879719</keyNumber> <billingType>lease</billingType> <period>1</period> <status>ACT</status> <orderDate>2018-09-05 11:07:35</orderDate> <expirationDate>2018-10-04 18:00:00</expirationDate> <items> <array> <item>PLESK-12-VPS-WEB-ADMIN-1M</item> </array> </items> <skuValues> <PLSKVPS-ADM-M>1</PLSKVPS-ADM-M> </skuValues> <activationCode>A00F00-******-YHDH87-******-9VBS19</activationCode> <ipAddressBinding>8.8.8.7</ipAddressBinding> </item> </array> </results> <total>1</total> </data> </reply> </openXML>