Pilot
https://pilot-certmanager-webservices.websecurity.symantec.com/vswebservices/reportingws
Production
https://certmanager-webservices.websecurity.symantec.com/vswebservices/reportingws
Name |
Data type |
Required |
Max Length |
Description |
---|---|---|---|---|
reportType |
Text |
Y |
32 |
For a Summary report, the value is summary. |
startDate |
Date |
Y |
10 |
Start date of the report, in MM/DD/YYYY format. The start date and date range can be six years apart, maximum. |
endDate |
Date |
Y |
10 |
End date of the report, in MM/DD/YYYY format. The start date and date range can be six years apart, maximum. |
certProductType |
Text |
N |
Takes one of the following values:
|
|
organization |
Text |
N |
64 |
The name of a vetted organization. The default is a report of all organizations. |
organizationalUnit |
Text |
N |
64 |
The name of an organizational unit within the organization. |
POST https://certmanager-webservices.websecurity.symantec.com/vswebservices/reportingws
Content-Type: application/x-www-form-urlencoded
User-Agent: ACME Security Services
Host: certmanager-webservices.websecurity.symantec.com
Content-Length: 68
reportType=summary&startDate=9%2F21%2F2013&endDate=9%2F21%2F2013
&organization=&orgUnit=&certProductType=Server
{
"certificateSummary": [
{
"productType": "Standard SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 4,
"Revoked": 11,
"Expired": 8,
"Deactivated": 0
},
{
"productType": "Premium SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 6,
"Expired": 7,
"Deactivated": 0
},
{
"productType": "Standard EV SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 2,
"Revoked": 0,
"Expired": 11,
"Deactivated": 0
},
{
"productType": "Premium EV SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 0,
"Expired": 8,
"Deactivated": 0
},
{
"productType": "Standard Intranet SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 4,
"Expired": 1,
"Deactivated": 0
},
{
"productType": "Premium Intranet SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 5,
"Expired": 2,
"Deactivated": 0
},
{
"productType": "Wildcard SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 0,
"Expired": 1,
"Deactivated": 0
},
{
"productType": "RapidSSL Enterprise",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 3,
"Expired": 5,
"Deactivated": 0
},
{
"productType": "OFX SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 1,
"Revoked": 0,
"Expired": 1,
"Deactivated": 0
},
{
"productType": "Code Signing for Authenticode",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 2,
"Revoked": 0,
"Expired": 5,
"Deactivated": 0
},
{
"productType": "Code Signing for Java",
"Pending": 1,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 0,
"Expired": 0,
"Deactivated": 0
},
{
"productType": "ECC SSL",
"Pending": 0,
"Approved": 0,
"Rejected": 0,
"Valid": 0,
"Revoked": 0,
"Expired": 0,
"Deactivated": 0
}
]
}