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

Get Log Insight Settings Data V2

Description

This API is used to get the information on log insight agent settings saved.

Request

Request

URL

URL


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

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

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 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?