Open Context Protocol is live! 🚀 Read the launch post

createInstanceReverseIpv4

Create Instance Reverse IPv4

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

Parameters

{
  "ip": {
    "description": "The IPv4 address.",
    "required": true,
    "location": "body",
    "type": "string"
  },
  "reverse": {
    "description": "The IPv4 reverse entry.",
    "required": true,
    "location": "body",
    "type": "string"
  }
}