Skip to main content
POST
Crea record DNS

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

account_id
string<uuid>
obbligatorio

Corpo

application/json

Schema di richiesta per creare un record DNS.

domain
string
obbligatorio
name
string
obbligatorio
type
string
obbligatorio
value
string
obbligatorio
prio
integer | null
Intervallo richiesto: 0 <= x <= 65535
ttl
integer
predefinito:3600
Intervallo richiesto: x >= 1

Risposta

id
integer
obbligatorio
name
string
obbligatorio
ttl
integer
obbligatorio
type
string
obbligatorio
value
string
obbligatorio
is_system_managed
boolean
predefinito:false
priority
integer | null