Retrieve a list of supported SSL ciphers and protocols
(Deprecated)
Retrieve a list of supported SSL ciphers and protocols.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Deprecated: NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
Request:
URI Path(s):
/policy/api/v1/infra/lb-ssl-ciphers-and-protocols
Query Parameters:
PolicyListRequestParameters+
cursor |
Opaque cursor to be used for getting next page of records (supplied by current result page) |
string |
|
include_mark_for_delete_objects |
Include objects that are marked for deletion in results
If true, resources that are marked for deletion will be included
in the results. By default, these resources are not included.
|
boolean |
Default: "False" |
included_fields |
Comma separated list of fields that should be included in query result
Note - this parameter currently only works when used with the search APIs /policy/api/v1/search/query and /policy/api/v1/search/dsl. It is ignored for other list APIs. |
string |
|
page_size |
Maximum number of results to return in this page (server may return fewer) |
integer |
Minimum: 0 Maximum: 1000 Default: "1000" |
sort_ascending |
|
boolean |
|
sort_by |
Field by which records are sorted |
string |
|
Example Request:
GET https:///<policy-mgr>/policy/api/v1/infra/lb-ssl-ciphers-and-protocols
Successful Response:
Response Headers:
Content-type: application/json
Response Body:
LbSslCipherAndProtocolListResult+
(Deprecated)
_links |
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink |
Readonly |
_schema |
Schema for this resource |
string |
Readonly |
_self |
Link to this resource |
SelfResourceLink |
Readonly |
ciphers |
List of SSL ciphers |
array of LbSslCipherInfo |
Required |
cursor |
Opaque cursor to be used for getting next page of records (supplied by current result page) |
string |
Readonly |
protocols |
List of SSL protocols |
array of LbSslProtocolInfo |
Required |
result_count |
Count of results found (across all pages), set only on first page |
integer |
Readonly |
sort_ascending |
If true, results are sorted in ascending order |
boolean |
Readonly |
sort_by |
Field by which records are sorted |
string |
Readonly |
Example Response:
{
"result_count" : 35,
"ciphers" : [ {
"cipher" : "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY",
"HIGH_SECURITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
"cipher_group_labels" : [ "CUSTOM", "HIGH_SECURITY" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_RSA_WITH_AES_256_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_RSA_WITH_AES_128_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_RSA_WITH_3DES_EDE_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM", "HIGH_COMPATIBILITY" ],
"is_secure" : false,
"is_default" : false
}, {
"cipher" : "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_RSA_WITH_AES_128_CBC_SHA256",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_RSA_WITH_AES_128_GCM_SHA256",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_RSA_WITH_AES_256_CBC_SHA256",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_RSA_WITH_AES_256_GCM_SHA384",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY",
"HIGH_SECURITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY",
"HIGH_SECURITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
"cipher_group_labels" : [ "CUSTOM", "BALANCED", "HIGH_COMPATIBILITY",
"HIGH_SECURITY" ],
"is_secure" : true,
"is_default" : true
}, {
"cipher" : "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
}, {
"cipher" : "TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384",
"cipher_group_labels" : [ "CUSTOM" ],
"is_secure" : true,
"is_default" : false
} ],
"protocols" : [ {
"protocol" : "SSL_V3",
"is_secure" : false,
"is_default" : false
}, {
"protocol" : "TLS_V1",
"is_secure" : false,
"is_default" : false
}, {
"protocol" : "TLS_V1_1",
"is_secure" : true,
"is_default" : true
}, {
"protocol" : "TLS_V1_2",
"is_secure" : true,
"is_default" : true
} ]
}
Required Permissions:
read
Feature:
policy_lb
Additional Errors: