Policy > Security > North South Security > Gateway Firewall > Tls Inspection > Tls Profiles

Get TLS profile with id.

Return Tls profile.

Request:

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

Example Request:

GET https://<nsx-mgr>/policy/api/v1/infra/tls-inspection-action-profiles/external-balanced-profile

Successful Response:

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

Example Response:

{ "tls_config_setting": "BALANCED", "invalid_cert_action": "ALLOW", "decryption_fail_action": "BYPASS", "crypto_enforcement": "ENFORCE", "client_min_tls_version": "TLS_V1_1", "client_max_tls_version": "TLS_V1_2", "server_min_tls_version": "TLS_V1_1", "server_max_tls_version": "TLS_V1_2", "client_cipher_suite": [ "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_256_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_RSA_WITH_AES_128_GCM_SHA256", "TLS_RSA_WITH_AES_128_CBC_SHA256", "TLS_RSA_WITH_AES_256_GCM_SHA384", "TLS_RSA_WITH_AES_256_CBC_SHA256" ], "server_cipher_suite": [ "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_256_CBC_SHA", "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384", "TLS_RSA_WITH_AES_128_GCM_SHA256", "TLS_RSA_WITH_AES_128_CBC_SHA256", "TLS_RSA_WITH_AES_256_GCM_SHA384", "TLS_RSA_WITH_AES_256_CBC_SHA256" ], "proxy_trusted_ca_cert": "/infra/certificates/caCert1", "proxy_untrusted_ca_cert": "/infra/certificates/caCert2", "ocsp_must_staple": false, "resource_type": "TlsInspectionExternalProfile", "id": "external-balanced-profile", "display_name": "external-balanced-profile", "path": "/infra/tls-inspection-action-profiles/external-balanced-profile", "relative_path": "external-balanced-profile", "parent_path": "/infra", "unique_id": "bb236080-e49d-4475-9eb3-b749b075164a", "marked_for_delete": false, "overridden": false, "trusted_ca_bundles": [ "/infra/cabundles/default_trusted_public_ca_bundle" ], "crls": [ "/infra/crls/nsx_default_public_crl" ], "idle_connection_timeout": 5400, "_system_owned": false, "_protection": "NOT_PROTECTED", "_create_user": "admin", "_create_time": 1622225641015, "_last_modified_user": "admin", "_last_modified_time": 1622225641015, "_revision": 0 }

Required Permissions:

read

Feature:

policy_tls

Additional Errors: