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
- application/json
Body
description stringrequired
floating_ip_id uuidrequired
ptrdname stringrequired
ttl stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
id stringrequired
description stringrequired
address IPrequired
ptrdname stringrequired
ttl integerrequired
action stringrequired
status stringrequired
links objectrequired
self stringrequired
{
"id": "string",
"description": "string",
"address": "string",
"ptrdname": "string",
"ttl": 0,
"action": "string",
"status": "string",
"links": {
"self": "string"
}
}
{
"id": "ua-central-1:532f76da-8293-4851-b5e0-de3cdf669ef0",
"description": "text",
"address": "2.59.221.151",
"ptrdname": "text.",
"ttl": 60,
"action": "UPDATE",
"status": "PENDING",
"links": {
"self": "https://pub.ua-central-1.ocplanet.cloud:9001/v2/reverse/floatingips/ua-central-1:532f76da-8293-4851-b5e0-de3cdf669ef0"
}
}
Loading...