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

List LBClientSslProfiles

Paginated list of all LBClientSslProfiles.
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
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

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

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 3, "results": [ { "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 }, { "cipher_group_label": "HIGH_COMPATIBILITY", "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-high-compatibility-client-ssl-profile", "display_name": "default-high-compatibility-client-ssl-profile", "path": "/infra/lb-client-ssl-profiles/default-high-compatibility-client-ssl-profile", "relative_path": "default-high-compatibility-client-ssl-profile", "parent_path": "/infra/lb-client-ssl-profiles/default-high-compatibility-client-ssl-profile", "marked_for_delete": false, "_create_user": "system", "_create_time": 1543304450931, "_last_modified_user": "system", "_last_modified_time": 1543304450931, "_system_owned": true, "_protection": "NOT_PROTECTED", "_revision": 0 }, { "cipher_group_label": "HIGH_SECURITY", "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-high-security-client-ssl-profile", "display_name": "default-high-security-client-ssl-profile", "path": "/infra/lb-client-ssl-profiles/default-high-security-client-ssl-profile", "relative_path": "default-high-security-client-ssl-profile", "parent_path": "/infra/lb-client-ssl-profiles/default-high-security-client-ssl-profile", "marked_for_delete": false, "_create_user": "system", "_create_time": 1543304450957, "_last_modified_user": "system", "_last_modified_time": 1543304450957, "_system_owned": true, "_protection": "NOT_PROTECTED", "_revision": 0 } ] }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: