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"
]
}
"interfaces" : [
"string",
"string"
]
}
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
interfaces | string[] | Interfaces to renew. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |