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
{
"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
Created
Bad Request
{
"errorCode": "LCM_EXAMPLE_API_ERROR0000",
"errorLabel": "Example Error!",
"message": "Something went wrong!",
"recommendations": []
}
errorCode
errorLabel
message
recommendations
Unauthorized
Forbidden
Not Found
{
"errorCode": "LCM_EXAMPLE_API_ERROR0000",
"errorLabel": "Example Error!",
"message": "Something went wrong!",
"recommendations": []
}
errorCode
errorLabel
message
recommendations
Internal Server Error
{
"errorCode": "LCM_EXAMPLE_API_ERROR0000",
"errorLabel": "Example Error!",
"message": "Something went wrong!",
"recommendations": []
}
errorCode
errorLabel
message
recommendations