Update Log Forwarding Settings

Update Log Forwarding Settings

Endpoint to update Log Forwarding settings
Authorized Roles : PROVIDER

Request
URI
PUT
https://{api_host}/provider/log-forwarding-settings
COPY
Request Body
LogForwardingSettingsDto of type(s) application/json
Required
{
    "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,
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure