Skip to content

Set rdata by label

PUT /v1/dns/records/{zone_name}/{name}/rrsets/{dnstype}/rdata/{label}

Creates or updates a record in a dns name, with an specified label.

Path Parameters

zone_name

The name of the zone.

Example: example.com

name

The DNS name, not including the zone portion.

Example: dns-name

dnstype

DNS name type supported by API

Example: A

label

A label for this Rdata that uniquely identifies it within its RRSet

Example: example-label

Body

application/json

Body Sample

{
"value": "192.0.2.1"
}

Body Description

* value string

Rdata value

Example: 192.0.2.1

Response