Explain a Grading Ruleset

Explain a Grading Ruleset based on a certificate provided in the request body

Path parameters
ruleset
string required
Body required
multipart/form-data

The X509 certificate file PEM or DER encoded

x509
string | string
Responses
  • 200 Explained Grading Ruleset regarding the provided certificate
    name
    string required
    apply
    boolean required
    description
    array of objects | null (LocalizedString)
    certificate
    string | null
    scope
    string | null
    max
    integer | null
    obtained
    integer | null
    score
    number | null
    explained
    array of objects | null (models.certificate.grading.rule.ExplainedGradingRule)
  • 400 Bad Request
  • 404 Not Found
  • 500 Internal Server error