Update Proxy Settings V2 Using PUT

Update Proxy Settings V2 Using PUT

Update Proxy Settings

Request
URI
PUT
https://{api_host}//lcm-15-95.eng.vmware.com/lcm/lcops/api/v2/settings/proxies
COPY
Request Body
ProxyConfigurationDTO of type(s) application/json
Optional
{
    "hostName": "string",
    "password": "string",
    "port": 0,
    "proxyEnabled": false,
    "proxyEnabledInContentMgmt": false,
    "userName": "string"
}
string
hostName
Optional

hostName

string
password
Optional

password

integer As int32 As int32
port
Optional

port

boolean
proxyEnabled
Optional

proxyEnabled

boolean
proxyEnabledInContentMgmt
Optional

proxyEnabledInContentMgmt

string
userName
Optional

userName

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProxyConfigurationDTO of type(s) application/json
{
    "hostName": "string",
    "password": "string",
    "port": 0,
    "proxyEnabled": false,
    "proxyEnabledInContentMgmt": false,
    "userName": "string"
}
string
hostName
Optional

hostName

string
password
Optional

password

integer As int32 As int32
port
Optional

port

boolean
proxyEnabled
Optional

proxyEnabled

boolean
proxyEnabledInContentMgmt
Optional

proxyEnabledInContentMgmt

string
userName
Optional

userName


201

Created

Operation doesn't return any data structure

400

Bad Request

Returns GenericErrorResponseDTO of type(s) application/json
{
    "errorCode": "string",
    "errorLabel": "string",
    "message": "string",
    "recommendations": [
        "string"
    ],
    "status": "string"
}
string
errorCode
Optional

errorCode

string
errorLabel
Optional

errorLabel

string
message
Optional

message

array of string
recommendations
Optional

recommendations

string
status
Optional

status


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Settings Controller Operations
DELETE
Delete My Vmware Account V2 Using DELETE
DELETE
Delete Product Dns Settings Data V2 Using DELETE
DELETE
Delete Product Ntp Settings Data V2 Using DELETE
DELETE
Delete Product Snmp Settings Data V2 Using DELETE
POST
Download My Vmware Binary V2 Using POST
POST
Download Product Binary V2 Using POST
POST
Generate Log Bundle V2 Using POST
GET
Get All Log Bundles Data V2 Using GET
GET
Get Lcm Ntp Settings Data V2 Using GET
GET
Get Log Insight Settings Data V2 Using GET
GET
Get My Vmware Accounts V2 Using GET
GET
Get My Vmware Binaries V2 Using GET
GET
Get Network Settings Data V2 Using GET
POST
Get Product Binaries V2 Using POST
GET
Get Product Dns Settings Data V2 Using GET
GET
Get Product Ntp Settings Data V2 Using GET
GET
Get Product Snmp Settings Data V2 Using GET
GET
Get Proxy Settings Data V2 Using GET
GET
Get Ssh Status V2 Using GET
GET
Get System Disks Data V2 Using GET
GET
Get System Settings Data V2 Using GET
GET
Get Telemetry Settings Data V2 Using GET
POST
Save Lcm Ntp Settings Data V2 Using POST
POST
Save Lcm Va Disk Expand Settings Data V2 Using POST
POST
Save Log Insight Agent Settings Data V2 Using POST
POST
Save My Vmware Account V2 Using POST
POST
Save Product Dns Settings Data V2 Using POST
POST
Save Product Ntp Settings Data V2 Using POST
POST
Save Product Snmp Settings Data V2 Using POST
POST
Save Proxy Settings Data V2 Using POST
PUT
Save Ssh Settings Data V2 Using PUT
PUT
Update My Vmware Account V2 Using PUT
PUT
Update Product Dns Settings V2 Using PUT
PUT
Update Product Ntp Settings V2 Using PUT
PUT
Update Product Snmp Settings V2 Using PUT
PUT
Update Proxy Settings V2 Using PUT