Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Client SSL Profiles

Read LBClientSslProfile

Read a LBClientSslProfile.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/lb-client-ssl-profiles/<lb-client-ssl-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/lb-client-ssl-profiles/default-balanced-client-ssl-profile

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LBClientSslProfile+

Example Response:

{ "cipher_group_label": "BALANCED", "ciphers": [ "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", "TLS_RSA_WITH_AES_128_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", "TLS_RSA_WITH_AES_128_CBC_SHA256", "TLS_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384" ], "protocols": [ "TLS_V1_1", "TLS_V1_2" ], "session_cache_enabled": true, "session_cache_timeout": 300, "prefer_server_ciphers": true, "is_secure": true, "is_fips": true, "resource_type": "LBClientSslProfile", "id": "default-balanced-client-ssl-profile", "display_name": "default-balanced-client-ssl-profile", "path": "/infra/lb-client-ssl-profiles/default-balanced-client-ssl-profile", "relative_path": "default-balanced-client-ssl-profile", "parent_path": "/infra/lb-client-ssl-profiles/default-balanced-client-ssl-profile", "marked_for_delete": false, "_create_user": "system", "_create_time": 1543304450941, "_last_modified_user": "system", "_last_modified_time": 1543304450941, "_system_owned": true, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: