NSX-T Data Center REST API
Create or update TLS Config Profile (Experimental)
API will create/update TLS Config Profile This API is available when using VMware NSX-T or VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers).Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/security/tls-inspection-config-profiles/<tls-inspection-config-profile>
                  
/policy/api/v1/global-infra/security/tls-inspection-config-profiles/<tls-inspection-config-profile>
              
            /policy/api/v1/global-infra/security/tls-inspection-config-profiles/<tls-inspection-config-profile>
Request Headers:
                n/a
            Query Parameters:
    OverrideRequestParameters+
  Request Body:
    PolicyTlsConfigProfile+
  Example Request:
PATCH https://<nsx-mgr>/policy/api/v1/infra/security/tls-inspection-config-profiles/profile-1 { "resource_type": "PolicyTlsConfigProfile", "description": "", "display_name": "profile-1", "tls_cache": true, "tls_ssl_cache_size": 200, "tls_abc": "abc" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  