POST Certificates ID Validation

The POST /Certificates/{id}/Validation operation creates or updates a certificate’s validation rules and violations. On success, the operation returns HTTP 200 OK with  results in the message body.

Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:
/certificates/collections/read/
OR
/certificates/collections/read/#/OR
AND
/certificates/collections/Risk Intelligence/modify
(along with a Risk Intelligence license)

Table 324: POST Certificates {id} Validation Input Parameters

Name In Description
id Path

Required. An integer indicating the Keyfactor Command reference ID of the certificate to be updated.

Use the GET Certificates operation to determine the certificate ID.

additionalProp# Body

Required. An array of objects—named as additionalProp1, additionalProp2, etc.—indicting the validation rules and violations to be created or updated. See the Appendix - Risk Factor Tables for a list of possible codes.ClosedShow additional property details.

Table 325: POST Certificates {id} Validation Response Body

Name Description
id An integer indicating the Keyfactor Command reference ID of the certificate.
ValidationResults

An object containing the validation information. ClosedShow validation result details.