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

Save SSH Settings Data V2

Description

This API is used to enable/disable SSH for vRSLCM.

Request

Request

URL

URL


put
https://localhost:8080/lcm/lcops/api/v2/settings/ssh
Copy

Request Body

Request Body

LcmSshDTO of type(s) application/json Required

lcmSshDTO

{
	"sshEnabled": false
}
boolean
sshEnabled Optional
Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns LcmSshDTO of type(s) application/json
{
	"sshEnabled": false
}
boolean
sshEnabled Optional

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 PUT -H "Content-Type: application/json" -d '{"sshEnabled":false}' https://localhost:8080/lcm/lcops/api/v2/settings/ssh


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

Was this page helpful?