Skip to main content

POST Floating IP PTR

POST 

/backend/api/openstack/dns/set_floating_ip_ptr

Host: https://core.ocplanet.cloud

Add PTR records associated with a floating IP within the DNS context.

Request

Body

    description stringrequired
    floating_ip_id uuidrequired
    ptrdname stringrequired
    ttl stringrequired

Responses

Schema
    id stringrequired
    description stringrequired
    address IPrequired
    ptrdname stringrequired
    ttl integerrequired
    action stringrequired
    status stringrequired
    links objectrequired
    self stringrequired
Loading...