[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Update Log Forwarding Configuration
DescriptionNOTE: The “enabled” field should not be specified. Log forwarding will be enabled as a result of this API call. To disable log forwarding use “/api/logforwarding/disable” API
Request
URLURL
https://localhost/suite-api/api/logs/forwarding
Request Body
Request Body
log-forwarding-configuration
of type(s) application/json, application/xml
Required
The log forwarding configuration data
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
LogForwardingConfiguration
of type(s) application/json, application/xml
The log forwarding configuration data
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"cluster":"string","enabled":false,"entities":["ANALYTICS"],"host":"string","port":0,"protocol":"CFAPI","sslCertPath":"string","useSSL":false}' https://localhost/suite-api/api/logs/forwarding
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations