[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Save Log Insight Agent Settings Data V2
DescriptionThis API is used to save log insight agent settings.
Request
URLURL
https://localhost:8080/lcm/lcops/api/v2/settings/log-insight-agent
Request Body
Request Body
LogInsightAgentConfigurationDTO
of type(s) application/json
Required
logInsightAgentConfigurationDTO
{
"hostName": "FQDN of vRLI server",
"maxBufferSize": 2000,
"portNumber": 9543,
"protocol": "CFAPI",
"reconnect": 30,
"sslEnabled": true
}
string
bundleFilePath
Optional
Bundle File Path
string
hostName
Optional
Log Insight server hostname
string
maxBufferSize
Optional
Maximum Buffer Size
string
portNumber
Optional
Port Number
string
protocol
Optional
Protocol
string
reconnect
Optional
Reconnect time
string
sslCommonName
Optional
SSL Common name
boolean
sslEnabled
Optional
SSH status
boolean
sslTrustAcceptAny
Optional
SSL Trust Accept Any
boolean
sslTrustAcceptTrusted
Optional
SSL Trust Accept Trusted
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
LogInsightAgentConfigurationDTO
of type(s) application/json
{
"hostName": "FQDN of vRLI server",
"maxBufferSize": 2000,
"portNumber": 9543,
"protocol": "CFAPI",
"reconnect": 30,
"sslEnabled": true
}
string
bundleFilePath
Optional
Bundle File Path
string
hostName
Optional
Log Insight server hostname
string
maxBufferSize
Optional
Maximum Buffer Size
string
portNumber
Optional
Port Number
string
protocol
Optional
Protocol
string
reconnect
Optional
Reconnect time
string
sslCommonName
Optional
SSL Common name
boolean
sslEnabled
Optional
SSH status
boolean
sslTrustAcceptAny
Optional
SSL Trust Accept Any
boolean
sslTrustAcceptTrusted
Optional
SSL Trust Accept Trusted
201 Created
Created
Operation doesn't return any data structure.
Errors
GenericErrorResponseDTO
400
Bad Request
401
Unauthorized
403
Forbidden
GenericErrorResponseDTO
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"hostName":"FQDN of vRLI server","maxBufferSize":2000,"portNumber":9543,"protocol":"CFAPI","reconnect":30,"sslEnabled":true}' https://localhost:8080/lcm/lcops/api/v2/settings/log-insight-agent
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Settings Controller Operations
delete
delete
delete
delete