Update Log Forwarding Source
Endpoint to update log forwarding source
Authorized Roles : PROVIDER
Request
URI
PUT
https://{api_host}/provider/log-forwarding-sources/{source}
COPY
Path Parameters
string
source
Required
Forward Source Type
Possible values are :
PROVIDER_APPLIANCE,
AGENT_APPLIANCE,
DB_APPLIANCE,
Query Parameters
boolean
enable
Required
enable
Responses
200
OK
Returns
LogForwardingSourcesDto
of type(s)
application/vnd.vmware.dms-v1+json
{
"source": "string",
"state": false,
"message": "string",
"lastModifiedTimestamp": "string",
"managedDbDisableList": [
"string"
]
}
string
source
Optional
source
Possible values are :
PROVIDER_APPLIANCE,
AGENT_APPLIANCE,
DB_APPLIANCE,
boolean
state
Optional
state
string
message
Optional
message
string As date-time
As date-time
lastModifiedTimestamp
Optional
lastModifiedTimestamp
array of
string
managedDbDisableList
Optional
managedDbDisableList
400
Bad Request
Operation doesn't return any data structure
On This Page
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