Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Profiles

List ALBSSLProfile for infra

Paginated list of all ALBSSLProfile for infra.
This API is only available when using VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/alb-ssl-profiles
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

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

Successful Response:

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

Example Response:

{ "result_count": 1, "results": [ { "_create_time": 1598509704991, "_create_user": "admin", "_last_modified_time": 1598509704998, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "accepted_ciphers": "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES256-SHA384", "accepted_versions": [ { "type": "SSL_VERSION_TLS1_2" } ], "cipher_enums": [ "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384" ], "ciphersuites": "", "display_name": "demo-nsx-sslprofile", "enable_early_data": false, "enable_ssl_session_reuse": true, "id": "demo-nsx-sslprofile", "marked_for_delete": false, "name": "demo-nsx-sslprofile", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-ssl-profiles/demo-nsx-sslprofile", "prefer_client_cipher_ordering": false, "relative_path": "demo-nsx-sslprofile", "resource_type": "ALBSSLProfile", "send_close_notify": true, "ssl_rating": { "compatibility_rating": "SSL_SCORE_EXCELLENT", "performance_rating": "SSL_SCORE_EXCELLENT", "security_score": "100.0" }, "ssl_session_timeout": 86400, "type": "SSL_PROFILE_TYPE_APPLICATION", "unique_id": "29793462-1559-43a2-87d2-06093564acb9" } ], "sort_ascending": true, "sort_by": "display_name" }

Required Permissions:

read

Feature:

policy_lb

Additional Errors: