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

TLS inspection execution state details for the tier1

TLS inspection execution state details for the tier1

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-1s/<tier-1-id>/tls-inspection-state
Request Headers:
n/a
Query Parameters:
TlsStateObjectListParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/policy/api/v1/infra/tier-1s/it_t1/tls-inspection-state?failed_domains=true&fqdn=vmware.com

Successful Response:

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

Example Response:

{ "results": [ "result_count": 1, { "resource_type": "TlsStateObject", "fqdn": "vmware.com", "failure_reasons": [ "MUTUAL_AUTH" ], "inspection_action": "BYPASS", "scope": "/infra/tier-1s/it_t1", } ] }

Required Permissions:

read

Feature:

policy_tls

Additional Errors: