Get Apache Proxy Configuration
Get Apache Reverse Proxy Configuration
Retrieves the Apache reverse proxy configuration for Cloud HCX Manager. This configuration defines how Apache HTTP Server proxies requests to backend services for public internet access.
Request
URI
GET
https://{server}:9443/system/apache/proxyConfig
COPY
Authentication
This operation uses the following authentication methods.
Responses
200
Apache proxy configuration retrieved successfully
Returns
SystemApacheProxyConfigGetResponse200
of type(s)
application/json
{
"data": {
"items": [
{
"uriType": "string",
"uri": "string",
"forwardUrl": "string",
"viaProxy": "string"
}
]
}
}
object
data
Required
data
500
Internal server error while retrieving Apache proxy configuration
Returns
ErrorResponse
of type(s)
application/json
{
"isSuccess": false,
"message": "Request schema validation failed",
"httpStatusCode": 400
}
boolean
isSuccess
Required
Indicates if the operation was successful
string
message
Required
Human-readable error message
integer
httpStatusCode
Required
HTTP status code
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/system/apache/proxyConfig
Deprecated
System Configuration Operations
GET
Get Nsp Configuration
Deprecated
POST
Create Nsp Configuration
Deprecated
PUT
Update Nsp Configuration
Deprecated
GET
Get Static Routes
PUT
Configure Static Route
GET
Get Network Settings
PUT
Configure Dns Settings
DELETE
Remove Dns Settings
GET
Get Time Settings
PUT
Configure Time Settings
DELETE
Remove Ntp Settings
PUT
Change Appliance Password
GET
Get Apache Proxy Configuration
Deprecated
POST
Configure Apache Proxy
Deprecated