Skip to main content
POST
Erstellen DNS Eintrag

Autorisierungen

Authorization
string
header
erforderlich

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Pfadparameter

account_id
string<uuid>
erforderlich

Body

application/json

Anfrage Schema for creating a DNS record.

domain
string
erforderlich
name
string
erforderlich
type
string
erforderlich
value
string
erforderlich
prio
integer | null
Erforderlicher Bereich: 0 <= x <= 65535
ttl
integer
Standard:3600
Erforderlicher Bereich: x >= 1

Antwort

id
integer
erforderlich
name
string
erforderlich
ttl
integer
erforderlich
type
string
erforderlich
value
string
erforderlich
is_system_managed
boolean
Standard:false
priority
integer | null