API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · acme_certificates

ACME Certificate Schema

Schema-ID
acme_certificate
Collection
acme_certificates
Permissions
  • Lesendomain_acme
  • Anlegendomain_acme
  • Änderndomain_acme
  • Löschendomain_acme

Felder

ACME Certificate Schema

acme_certificates4 Permissions

Tracks SSL/TLS certificates issued via ACME DNS-01 challenge

assetIduuiderforderlich

Reference to the parent domain asset

domainNamestringerforderlich

Primary domain name

1–253 Zeichen
wildcardbooleanerforderlich

Whether this is a wildcard certificate

sansstring[]erforderlich

Subject Alternative Names

statusstringerforderlich

Current certificate status

pendingvalidexpiredrevokederror
read-only
fingerprintstringoptional

SHA-256 fingerprint

max 128 Zeichenread-onlynullable
serialNumberstringoptional

Certificate serial number

max 128 Zeichenread-onlynullable
notBeforedatetimeoptional

Certificate valid from

read-onlynullable
notAfterdatetimeoptional

Certificate valid until

read-onlynullable
acmeProviderstringerforderlich

ACME CA provider (letsencrypt, zerossl)

max 50 Zeichen
accountThumbprintstringoptional

ACME account key thumbprint

max 256 Zeichennullable
lastRenewalAtdatetimeoptional

Last renewal attempt timestamp

read-onlynullable
lastErrorstringoptional

Error from last failed issuance/renewal

max 2000 Zeichenread-onlynullable
agentIdstringoptional

Desktop agent identifier

max 128 Zeichennullable

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/acme_certificates — Liste, paginiert + filterbar
  • GET /api/v1/acme_certificates/<id> — Einzelne Entity
  • POST /api/v1/acme_certificates — Anlegen
  • PATCH /api/v1/acme_certificates/<id> — Teil-Update
  • DELETE /api/v1/acme_certificates/<id> — Soft-Delete
  • GET /api/v1/acme_certificates/<id>/timeline — Audit + Aktivitäten

Suche