Appliance Logging Forwarding get

Appliance Logging Forwarding get

Returns the configuration for forwarding log messages to remote logging servers.

This operation was added in vSphere API 6.7.

Request
URI
GET
https://{host}/api/appliance/logging/forwarding
COPY
Authorization
This operation uses the following authorization methods.
Responses
200

Information about the configuration for forwarding log messages to remote logging servers.

[
    {
        "hostname": "string",
        "port": 0,
        "protocol": "string"
    }
]

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/appliance/logging/forwarding