NSX-T Data Center REST API

TestIdentityFirewallStoreLdapServerConnectivityRequest (type)

{
  "additionalProperties": false,
  "description": "Represents the LDAP server objects of an Identity Firewall Store for which connectivity checks need to be performed.",
  "id": "TestIdentityFirewallStoreLdapServerConnectivityRequest",
  "module_id": "PolicyIdentity",
  "properties": {
    "ldap_servers": {
      "description": "An array of policy paths for the Identity Firewall Store LDAP servers to be tested. Currently, only one server can be tested per request.",
      "items": {
        "type": "string"
      },
      "maxItems": 1,
      "minItems": 1,
      "required": true,
      "title": "Target Identity Firewall Store LDAP Server Policy Paths.",
      "type": "array",
      "uniqueItems": true
    }
  },
  "title": "Identity Firewall Store LDAP Server Connectivity Test Request.",
  "type": "object"
}