Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.74 KB

File metadata and controls

62 lines (37 loc) · 1.74 KB

\SslSettingsApi

All URIs are relative to https://localhost/cloudapi

Method HTTP request Description
GetSslSettings Get /1.0.0/ssl/settings Get the SSL settings
UpdateSslSettings Put /1.0.0/ssl/settings Updates the SSL settings.

GetSslSettings

SslSettings GetSslSettings(ctx, ) Get the SSL settings

Get the current VCD SSL settings

Required Parameters

This endpoint does not need any parameter.

Return type

SslSettings

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UpdateSslSettings

UpdateSslSettings(ctx, modifiedSslSettings) Updates the SSL settings.

Updates the current VCD SSL settings

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
modifiedSslSettings SslSettings

Return type

(empty response body)

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: /;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]