createInstanceIpv4
Create IPv4
POST /instances/{instance-id}/ipv4 HTTP/1.1Parameters
{
"reboot": {
"description": "Set if the server is rebooted immediately after the IPv4 address is created.\n\n* true (default)\n* false",
"required": false,
"location": "body",
"type": "boolean"
}
}Response Schema
{
"type": "object",
"properties": {}
}