Open Context Protocol is live! 🚀 Read the launch post

listInstanceIpv6Reverse

List Instance IPv6 Reverse

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

Parameters

{}

Response Schema

{
  "type": "object",
  "properties": {
    "reverse_ipv6s": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "reverse": {
            "type": "string",
            "description": "The IPv6 reverse entry."
          },
          "ip": {
            "type": "string",
            "description": "The IPv6 address."
          }
        }
      }
    }
  }
}