[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Get Proxy Configuration

Description

Get the current Proxy configuration

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/system/proxy-configuration
Copy

Response

Response

Response Body

Response Body

200 OK

Returns ProxyConfiguration of type(s) application/json
{
    "host": "10.0.0.250",
    "port": "3128"
}
string
host Optional

IP address/FQDN of proxy server


boolean
isConfigured Optional

Is proxy configured


boolean
isEnabled Optional

Is proxy enabled


integer as int32
port Optional

Port of proxy server

Errors

Errors

Error
400

Bad request


500

Internal server error

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/system/proxy-configuration


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?