appliance techpreview networking proxy: delete
Delete a Proxy configuration for a specific protocol.
Request:
HTTP request
POST https://{server}/rest/appliance/techpreview/networking/proxy/delete
Request Body Structure:
{
"protocol": "ftp"
}
"protocol": "ftp"
}
<?xml version="1.0" ?>
<ns0:Delete-Input xmlns:ns0="http://vmware.com/appliance/techpreview/networking/proxy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<protocol>ftp</protocol>
</ns0:Delete-Input>
<ns0:Delete-Input xmlns:ns0="http://vmware.com/appliance/techpreview/networking/proxy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<protocol>ftp</protocol>
</ns0:Delete-Input>
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
protocol | string | Defines different proxy protocols Value is one of: ftp: proxy configuration for ftp. http: proxy configuration for http. https: proxy configuration for https.Protocol to delete proxy of. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |