[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Save Log Insight Agent Settings Data V2

Description

This API is used to save log insight agent settings.

Request

Request

URL

URL


post
https://localhost:8080/lcm/lcops/api/v2/settings/log-insight-agent
Copy

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

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response 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

Errors

Errors

GenericErrorResponseDTO
400

Bad Request


401

Unauthorized


403

Forbidden


GenericErrorResponseDTO
404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

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
Settings Controller Operations
Feedback

Was this page helpful?