NSX-T Data Center REST API

FirewallIdentityStoreLdapServerTestParameters (type)

{
  "id": "FirewallIdentityStoreLdapServerTestParameters",
  "module_id": "PolicyIdentity",
  "properties": {
    "action": {
      "description": "Type of LDAP server test to perform.",
      "enum": [
        "CONNECTIVITY"
      ],
      "required": true,
      "title": "LDAP server test requested",
      "type": "string"
    },
    "enforcement_point_path": {
      "description": "Enforcement point path, forward slashes must be escaped using %2F.",
      "required": false,
      "title": "String Path of the enforcement point",
      "type": "string"
    }
  },
  "title": "Parameters for performing LDAP server test",
  "type": "object"
}