Modify record set for a change list
POST https://{{host}}/config-dns/v2/changelists/:zone/recordsets/add-change
Adds a record set change to this change list. Each change is an operation that affects a single record set: ADD
, EDIT
, or DELETE
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
Request Body
{"name"=>"ftp.example.com", "op"=>"ADD", "rdata"=>["192.0.2.72"], "ttl"=>100, "type"=>"A"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |