1
0
forked from docs/doc-exports
doc-exports/docs/dns/api-ref/dns_api_70004.html
Qin Ying, Fan cf1007c84e DNS API 20240223 version
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com>
Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
2024-05-16 13:48:49 +00:00

7.7 KiB

PTR Record Management

Table 1 Actions for PTR record management

Permission

API

Action

Dependent Permission

IAM Project

Create a PTR record.

PATCH /v2/reverse/floatingips/{region}:{floatingip_id}

dns:ptr:set

vpc:*:get*

vpc:*:list*

Modify a PTR record.

PATCH /v2/reverse/floatingips/{region}:{floatingip_id}

dns:ptr:set

vpc:*:get*

vpc:*:list*

Unset a PTR record.

PATCH /v2/reverse/floatingips/{region}:{floatingip_id}

dns:ptr:set

vpc:*:get*

vpc:*:list*

Unset PTR records in batches.

DELETE /v2.1/reverse/floatingips

dns:ptr:set

vpc:*:get*

vpc:*:list*

Query a PTR record.

GET /v2/reverse/floatingips/{region}:{floatingip_id}

dns:ptr:get

-

Query PTR records.

GET /v2/reverse/floatingips

dns:ptr:list

-