Run a certificate trigger

When a trigger fails, the user might have the ability to run the trigger manually again. This is only possible when retryable is set to true in the triggerResult.

Path parameters
id
string required

The ID of the certificate

Example 644796623000003800cc6c4b
triggerName
string required

The name of the trigger

Example TestTrigger
event
string required
Enum on_enroll on_revoke on_update on_recover on_migrate on_expire on_renew
Responses
  • 200 The updated certificate
    certificate
    object (Certificate) required

    The certificate object

    permissions
    object (models.search.certificate.CertificatePermissions) required

    The permissions of the currently authenticated principal on the certificate

  • 400 Bad request
  • 401 Unauthorized request
  • 403 Unauthorized request
  • 404 Object not found
  • 500 Internal server error