LogInsightAgentConfigurationDTO
Properties
string
bundleFilePath
Optional
Not available
string
hostName
Optional
Not available
string
maxBufferSize
Optional
Not available
string
portNumber
Optional
Not available
string
protocol
Optional
Not available
string
reconnect
Optional
Not available
string
sslCommonName
Optional
Not available
boolean
sslEnabled
Optional
Not available
boolean
sslTrustAcceptAny
Optional
Not available
boolean
sslTrustAcceptTrusted
Optional
Not available
Parameter To
Save Log Insight Agent Settings Data V2
Returned By
Get Log Insight Settings Data V2
Save Log Insight Agent Settings Data V2
JSON Example
{
"bundleFilePath": "string",
"hostName": "string",
"maxBufferSize": "string",
"portNumber": "string",
"protocol": "string",
"reconnect": "string",
"sslCommonName": "string",
"sslEnabled": false,
"sslTrustAcceptAny": false,
"sslTrustAcceptTrusted": false
}