Configure Log Forwarding
Endpoint to save log forwarding settings and configure log forwarding for Provider, Tenant and Db Appliances
Authorized Roles : PROVIDER
Request
URI
POST
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,
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
Log Forwarding Operations
POST
Configure Log Forwarding
DELETE
Delete Log Forwarding Settings
GET
Get All Log Forwarding Source
GET
Get Log Forwarding Settings
GET
Get Log Forwarding Settings 1
GET
Get Log Forwarding Source
POST
Retry Log Forwarding
PUT
Update Log Forwarding Settings
PUT
Update Log Forwarding Source