Skip to main content
POST
Créer un enregistrement DNS

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

account_id
string<uuid>
requis

Corps

application/json

Schéma de demande pour créer un enregistrement DNS.

domain
string
requis
name
string
requis
type
string
requis
value
string
requis
prio
integer | null
Plage requise: 0 <= x <= 65535
ttl
integer
défaut:3600
Plage requise: x >= 1

Réponse

id
integer
requis
name
string
requis
ttl
integer
requis
type
string
requis
value
string
requis
is_system_managed
boolean
défaut:false
priority
integer | null