post
https://saner.secpod.com/AncorWebService/perform
This method allows you to issue an AD connection test in the organizations in Saner Server. It requires name of the organization, integration type, AD username, AD password, AD domain name. Field device name is required if AD was configured via agent integration. If an organization is already AD configured, then only name of the organization is required to issue an AD connection test.
Field ‘usecredential’ and ‘secureldap’ are optional and if its value is not provided, then default value true and false will be used. Also, ‘usecredential’ field is used during agent integration only.
If AD is configured, then only organization field is mandatory to issue test connection.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| organization | Name of the organization for which AD connection test will be issued | Yes | string |
| devicename | Device name associated with AD agent integration | No (required if agent integration) | string |
| integrationtype | Type of integration (server/agent) | No (required if testing new configuration) | string |
| username | Active Directory username | No (required if testing new configuration) | string |
| password | Active Directory password | No (required if testing new configuration) | string |
| domainname | Active Directory domain name | No (required if testing new configuration) | string |
| ssl | SSL content | No | string |
| sslverify | SSL verification option (yes/no) | No | string |
| usecredential | Indicates whether credentials are used (default true, agent integration only) | No | string |
| secureldap | Indicates whether secure LDAP is enabled (default false) | No | string |
