Get Apache Proxy Configuration

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