Get Log Forwarding Settings

Get Log Forwarding Settings

Endpoint to get log forwarding settings
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/log-forwarding-settings
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns LogForwardingSettingsDto of type(s) application/vnd.vmware.dms-v1+json
{
    "logType": "string",
    "ip": "string",
    "port": 0,
    "indexName": "string",
    "protocol": "string"
}
string
logType
Required

logType

Possible values are : ELASTICSEARCH, SYSLOG,
string
ip
Required

ip

integer As int32 As int32
port
Required

port

string
indexName
Optional

indexName

string
protocol
Optional

protocol

Possible values are : TCP, UDP, TLS,

400

Bad Request

Operation doesn't return any data structure

404

Not found

Operation doesn't return any data structure