Save Log Insight Agent Settings Data V2 Using POST
This API is used to save log insight agent settings.
logInsightAgentConfigurationDTO
{
"bundleFilePath": "string",
"hostName": "FQDN of vRLI server",
"maxBufferSize": 2000,
"portNumber": 9543,
"protocol": "CFAPI",
"reconnect": 30,
"sslCommonName": "string",
"sslEnabled": true,
"sslTrustAcceptAny": false,
"sslTrustAcceptTrusted": false
}
Bundle File Path
Log Insight server hostname
Maximum Buffer Size
Port Number
Protocol
Reconnect time
SSL Common name
SSH status
SSL Trust Accept Any
SSL Trust Accept Trusted
OK
"LogInsightAgentConfigurationDTO Object"
Bundle File Path
Log Insight server hostname
Maximum Buffer Size
Port Number
Protocol
Reconnect time
SSL Common name
SSH status
SSL Trust Accept Any
SSL Trust Accept Trusted
Created
Bad Request
"GenericErrorResponseDTO Object"
errorCode
errorLabel
message
recommendations
Unauthorized
Forbidden
Not Found
"GenericErrorResponseDTO Object"
errorCode
errorLabel
message
recommendations
Internal Server Error
"GenericErrorResponseDTO Object"
errorCode
errorLabel
message
recommendations
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/lcm/lcops/api/v2/settings/log-insight-agent