tlsCertificateReissueResponse
Keine Beschreibung in der Spezifikation vorhanden.
| Feld | Typ | Pflicht | Beschreibung |
|---|---|---|---|
id |
integer |
ja | — |
status |
tlsCertificateReissueStatus | ja | (pending, processing, pending_approval, issued, cancelled, rejected, failed) |
common_name |
string |
ja | — |
dns_names |
string[] |
ja | — |
order_state |
string |
nein | — |
requested_at |
string |
nein | — |
last_updated_at |
string |
nein | — |
validation |
tlsValidation | nein | — |
Beispiel
Abschnitt betitelt „Beispiel“{ "id": 0, "status": "pending", "common_name": "string", "dns_names": [ "string" ], "order_state": "string", "requested_at": "2026-01-01T00:00:00Z", "last_updated_at": "2026-01-01T00:00:00Z", "validation": { "method": "dns-cname-token", "dns_records": [ { "name": "www.example.com.", "type": "CNAME", "value": "www.example.com." } ], "email_targets": [ "string" ] }}