Description
This function lists all pending SSL certificates from a cPanel Market provider for which the system currently polls.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
provider |
string |
Required The cPanel Market provider's name. |
A valid string. |
cPStore |
Returns
Return |
Type |
Description |
Possible values |
Example |
|
hash |
A hash that contains information about each certificate for which the system polls the provider. |
This hash includes the domains,created_time, csr, first_poll_time,last_poll_time, order_id,support_uri, order_item_id,product_id, provider, status, andvhost_names returns. |
|
last_time_poll |
integer |
The last time that the system polled the provider for the certificate. The function returns this value in the unnamed hash. |
A date in Unix time format. |
1457475501 |
domains |
array |
The domains on the certificate. The function returns this array in the unnamed hash. |
A list of domain names. |
example.com |
created_time |
integer |
When the system placed the order. The function returns this value in the unnamed hash. |
A date in Unix time format. |
1417475501 |
support_url |
string |
The URI of the cPanel Market Provider's support site. The function returns this value in the unnamed hash. |
A valid URI. |
http://support.example.com/ |
order_item_id |
string |
The ID of the ordered item. The function returns this value in the unnamed hash. |
A valid string. |
1 |
order_id |
string |
The ID of the order. The function returns this value in the unnamed hash. |
A valid string. |
AAE35B28-E57B-11E5-A5DD-B633DD41FB49 |
first_poll_time |
integer |
The first time that the system polled the provider for the certificate. The function returns this value in the unnamed hash. |
A date in Unix time format. |
1437475501 |
vhost_names |
array |
The virtual host domains on the certificate. The function returns this array in the unnamed hash. |
A list of virtual host names. |
example.com |
provider |
string |
The cPanel Market provider's name. The function returns this value in the unnamed hash. |
A valid string. |
cPStore |
csr |
string |
The Certificate Signing Request's (CSR's) text. The function returns this value in the unnamed hash. |
A CSR file in Base64 PEM format. |
|
product_id |
string |
The product's ID. The function returns this value in the unnamed hash. |
A valid string. |
12345 |
status |
string |
The status of the order. The function returns this value in the unnamed hash. |
|
confirmed |