Open Context Protocol is live! 🚀 Read the launch post

createInstanceReverseIpv6

Create Instance Reverse IPv6

POST /instances/{instance-id}/ipv6/reverse HTTP/1.1

Parameters

{
  "ip": {
    "description": "The IPv6 address in full, expanded format.",
    "required": true,
    "location": "body",
    "type": "string"
  },
  "reverse": {
    "description": "The IPv6 reverse entry.",
    "required": true,
    "location": "body",
    "type": "string"
  }
}