Skip to main content
POST
DNS 레코드 생성

인증

Authorization
string
header
필수

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

경로 매개변수

account_id
string<uuid>
필수

본문

application/json

DNS 레코드 생성을 위한 요청 스키마.

domain
string
필수
name
string
필수
type
string
필수
value
string
필수
prio
integer | null
필수 범위: 0 <= x <= 65535
ttl
integer
기본값:3600
필수 범위: x >= 1

응답

id
integer
필수
name
string
필수
ttl
integer
필수
type
string
필수
value
string
필수
is_system_managed
boolean
기본값:false
priority
integer | null