Get Log Forwarding Settings 1
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/{logType}
COPY
Path Parameters
string
logType
Required
Log Type
Possible values are :
ELASTICSEARCH,
SYSLOG,
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
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