createInstanceReverseIpv4
Create Instance Reverse IPv4
POST /instances/{instance-id}/ipv4/reverse HTTP/1.1Parameters
{
"ip": {
"description": "The IPv4 address.",
"required": true,
"location": "body",
"type": "string"
},
"reverse": {
"description": "The IPv4 reverse entry.",
"required": true,
"location": "body",
"type": "string"
}
}