appliance techpreview networking ipv4: renew

Renew IPv4 network configuration on interfaces. If the interface is configured to use DHCP for IP address assignment, the lease of the interface is renewed.

Request:

HTTP request

POST https://{server}/rest/appliance/techpreview/networking/ipv4/renew

Request Body Structure:

{
    "interfaces"[
        "string",
        "string"
    ]
}
<?xml version="1.0" ?>
<ns0:Renew-Input xmlns:ns0="http://vmware.com/appliance/techpreview/networking/ipv4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <interfaces-array>
    <array-item>string</array-item>
    <array-item>string</array-item>
  </interfaces-array>
</ns0:Renew-Input>

Request Body Parameters:

Name Type Description
bold = required
interfaces string[] Interfaces to renew.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
500 error Generic error