Monitoring
The Monitoring component of the Keyfactor API A set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. provides a set of methods to support management of CRL
A Certificate Revocation List (CRL) is a list of digital certificates that have been revoked by the issuing Certificate Authority (CA) before their scheduled expiration date and should no longer be trusted. and OCSP monitoring locations.
Table 467: Monitoring Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/Revocation/ | POST | Creates a new revocation monitoring location. | POST Monitoring Revocation |
/Revocation/ | PUT | Edits the revocation monitoring location with the specified ID. | PUT Monitoring Revocation |
/Revocation/ | GET | Returns details for all revocation monitoring location according to the provided filter and output parameters. | GET Monitoring Revocation |
/ResolveOSCP | POST | Resolves the given OCSP certificate authority. | POST Monitoring Resolve OSCP |
/Revocation/{id} | GET | Returns details for the revocation monitoring location with the specified ID. | GET Monitoring Revocation ID |
/Revocation/{id} | DELETE | Deletes the revocation monitoring location with the specified ID. | DELETE Monitoring Revocation ID |
/Revocation/Test | POST | Tests the revocation monitoring alert with the specified ID. | POST Monitoring Revocation Test |
/Revocation/TestAll | POST | Tests the revocation monitoring alerts. | POST Monitoring Revocation Test All |