Get Logging Forwarding

Get Logging Forwarding

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

Request
URI
GET
https://{api_host}/api/appliance/logging/forwarding
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

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

Returns Array of Logging_Forwarding_Config of type(s) application/json
[
    {
        "hostname": "string",
        "port": 0,
        "protocol": "string"
    }
]