POST /a/config/directories-test/ping

[Enterprise Only] Sends an arbitrary config and try to ping the server and bind

Body Parameters

Name Description Type Required
Bind boolean
Config #/definitions/authLdapServerConfig

Body Example

{
  "Bind": true,
  "Config": {
    "BindAnonymous": true,
    "BindDN": "string",
    "BindPW": "string",
    "ConfigId": "string",
    "Connection": "string",
    "DomainName": "string",
    "Host": "string",
    "MappingRules": [
      {
        "LeftAttribute": "string",
        "RightAttribute": "string",
        "RolePrefix": "string",
        "RuleString": "string"
      }
    ],
    "MemberOfMapping": {
      "GroupFilter": {
        "DNs": [
          "string"
        ],
        "DisplayAttribute": "string",
        "Filter": "string",
        "IDAttribute": "string",
        "Scope": "string"
      },
      "Mapping": {
        "LeftAttribute": "string",
        "RightAttribute": "string",
        "RolePrefix": "string",
        "RuleString": "string"
      },
      "PydioMemberOfAttribute": "string",
      "PydioMemberOfValueFormat": "string",
      "RealMemberOf": true,
      "RealMemberOfAttribute": "string",
      "RealMemberOfValueFormat": "string",
      "SupportNestedGroup": true
    },
    "PageSize": 10,
    "RolePrefix": "string",
    "RootCA": "string",
    "RootCAData": "string",
    "Schedule": "string",
    "SchedulerDetails": "string",
    "SkipVerifyCertificate": true,
    "SyncOnly": true,
    "User": {
      "DNs": [
        "string"
      ],
      "DisplayAttribute": "string",
      "Filter": "string",
      "IDAttribute": "string",
      "Scope": "string"
    }
  }
}

Response Example (200)

Response Type /definitions/entExternalDirectoryTestResponse

{
  "DirectoryResponseJSON": "string",
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.0 on 3-Apr-2024
Back to top