API Module SSL searchProductSslCertRequest

From Openprovider API documentation

(Difference between revisions)
Jump to: navigation, search
WikiSysop (Talk | contribs)
(Created page with '==Module SSL certificates > Search Product== {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Module''' |SSL certificates |- style="background-color:#EEEEEE…')
Newer edit →

Revision as of 09:42, 30 August 2010

Contents

Module SSL certificates > Search Product

Module SSL certificates
Command name searchProductSslCertRequest
Use Returns a list of SSL certificate products matching search criteria
Input
  • limit
  • offset
  • withPrice
  • withSupportedSoftware
  • withDescription
Output Result set of SSL certificate product details:

id name brandName category isMobileSupported isIdnSupported isSgcSupported isWildcardSupported isExtendedValidationSupported deliveryTime freeRefundPeriod freeReissuePeriod maxPeriod numberOfDomains encryption root warranty prices (if withPrice was set to 1) supportedSoftware (if withSupportedSoftware was set to 1) description (if withDescription was set to 1)

Examples

Using PHP class

$request = new OP_Request;
$request->setCommand('searchProductSslCertRequest')
  ->setAuth(array('username' => 'username', 'password' => 'password'))
  ->setArgs(array(
    'orderBy' => 'brandName',
    'withPrice' => true,
    'category' => 'premium_security'
  ));

Raw XML

<?xml version="1.0" encoding="UTF-8"?>
<openXML>
  <credentials>
    <username>username</username>
    <password>password</password>
  </credentials>
  <searchProductSslCertRequest>
    <orderBy>brandName</orderBy>
    <withPrice>1</withPrice>
  </searchProductSslCertRequest>
</openXML>
<?xml version="1.0" encoding="UTF-8"?>
<openXML>
  <reply>
    < code>0</code>
    <desc />
    <data>
      <results>
        <array>
          <item>
            <id>25</id>
            <name>Instant SGC SSL</name>
            <brandName>Comodo</brandName>
            <category>premium_security</category>
            <isMobileSupported>0</isMobileSupported>
            <isIdnSupported>0</isIdnSupported>
            <isSgcSupported>1</isSgcSupported>
            <isWildcardSupported>0</isWildcardSupported>
            <isExtendedValidationSupported>0</isExtendedValidationSupported>
            <deliveryTime>2d</deliveryTime>
            <freeRefundPeriod>30d</freeRefundPeriod>
            <freeReissuePeriod>lifetime</freeReissuePeriod>
            <maxPeriod>5</maxPeriod>
            <numberOfDomains>1</numberOfDomains>
            <encryption>40/256 bits</encryption>
            <root>Chained root</root>
            <warranty>
              <product>
                <price>250000.00</price>
                <currency>USD</currency>
              </product>
              <reseller>
                <price>193019.77</price>
                <currency>EUR</currency>
              </reseller>
            </warranty>
            <prices>
              <array>
                <item>
                  <period>1</period>
                  <price>
                    <product>
                      <price>249.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>249.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>2</period>
                  <price>
                    <product>
                      <price>429.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>429.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>3</period>
                  <price>
                    <product>
                      <price>599.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>599.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>4</period>
                  <price>
                    <product>
                      <price>749.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>749.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>5</period>
                  <price>
                    <product>
                      <price>849.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>849.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
              </array>
            </prices>
          </item>
          <item>
            <id>18</id>
            <name>SGC SuperCert</name>
            <brandName>thawte</brandName>
            <category>premium_security</category>
            <isMobileSupported>1</isMobileSupported>
            <isIdnSupported>1</isIdnSupported>
            <isSgcSupported>1</isSgcSupported>
            <isWildcardSupported>0</isWildcardSupported>
            <isExtendedValidationSupported>0</isExtendedValidationSupported>
            <deliveryTime>48h</deliveryTime>
            <freeRefundPeriod>30d</freeRefundPeriod>
            <freeReissuePeriod>lifetime</freeReissuePeriod>
            <maxPeriod>5</maxPeriod>
            <numberOfDomains>1</numberOfDomains>
            <encryption>40/256 bits</encryption>
            <root>Primary certification aut</root>
            <warranty>
              <product>
                <price>0.00</price>
                <currency>USD</currency>
              </product>
              <reseller>
                <price>0.00</price>
                <currency>EUR</currency>
              </reseller>
            </warranty>
            <prices>
              <array>
                <item>
                  <period>1</period>
                  <price>
                    <product>
                      <price>279.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>279.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>2</period>
                  <price>
                    <product>
                      <price>479.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>479.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>3</period>
                  <price>
                    <product>
                      <price>679.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>679.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>4</period>
                  <price>
                    <product>
                      <price>869.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>869.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>5</period>
                  <price>
                    <product>
                      <price>999.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>999.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
              </array>
            </prices>
          </item>
          <item>
            <id>1</id>
            <name>Secure Site</name>
            <brandName>VeriSign</brandName>
            <category>premium_security</category>
            <isMobileSupported>1</isMobileSupported>
            <isIdnSupported>1</isIdnSupported>
            <isSgcSupported>0</isSgcSupported>
            <isWildcardSupported>0</isWildcardSupported>
            <isExtendedValidationSupported>0</isExtendedValidationSupported>
            <deliveryTime>2d</deliveryTime>
            <freeRefundPeriod>30d</freeRefundPeriod>
            <freeReissuePeriod>lifetime</freeReissuePeriod>
            <maxPeriod>5</maxPeriod>
            <numberOfDomains>1</numberOfDomains>
            <encryption>40/256 bits</encryption>
            <root>Class 3 Public Primary CA</root>
            <warranty>
              <product>
                <price>100000.00</price>
                <currency>USD</currency>
              </product>
              <reseller>
                <price>77207.91</price>
                <currency>EUR</currency>
              </reseller>
            </warranty>
            <prices>
              <array>
                <item>
                  <period>1</period>
                  <price>
                    <product>
                      <price>275.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>275.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>2</period>
                  <price>
                    <product>
                      <price>499.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>499.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>3</period>
                  <price>
                    <product>
                      <price>699.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>699.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>4</period>
                  <price>
                    <product>
                      <price>879.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>879.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>5</period>
                  <price>
                    <product>
                      <price>1049.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>1049.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
              </array>
            </prices>
          </item>
          <item>
            <id>2</id>
            <name>Secure Site Pro</name>
            <brandName>VeriSign</brandName>
            <category>premium_security</category>
            <isMobileSupported>1</isMobileSupported>
            <isIdnSupported>1</isIdnSupported>
            <isSgcSupported>1</isSgcSupported>
            <isWildcardSupported>0</isWildcardSupported>
            <isExtendedValidationSupported>0</isExtendedValidationSupported>
            <deliveryTime>2d</deliveryTime>
            <freeRefundPeriod>30d</freeRefundPeriod>
            <freeReissuePeriod>lifetime</freeReissuePeriod>
            <maxPeriod>5</maxPeriod>
            <numberOfDomains>1</numberOfDomains>
            <encryption>128/256 bits</encryption>
            <root>Class 3 Public Primary CA</root>
            <warranty>
              <product>
                <price>100000.00</price>
                <currency>USD</currency>
              </product>
              <reseller>
                <price>77207.91</price>
                <currency>EUR</currency>
              </reseller>
            </warranty>
            <prices>
              <array>
                <item>
                  <period>1</period>
                  <price>
                    <product>
                      <price>599.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>599.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>2</period>
                  <price>
                    <product>
                      <price>1049.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>1049.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>3</period>
                  <price>
                    <product>
                      <price>1499.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>1499.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>4</period>
                  <price>
                    <product>
                      <price>1899.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>1899.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
                <item>
                  <period>5</period>
                  <price>
                    <product>
                      <price>2199.00</price>
                      <currency>EUR</currency>
                    </product>
                    <reseller>
                      <price>2199.00</price>
                      <currency>EUR</currency>
                    </reseller>
                  </price>
                </item>
              </array>
            </prices>
          </item>
        </array>
      </results>
      <total>4</total>
    </data>
  </reply>
</openXML>
Views
Personal tools