createInstanceReverseIpv6
Create Instance Reverse IPv6
POST /instances/{instance-id}/ipv6/reverse HTTP/1.1Parameters
{
"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"
}
}