API Guide

/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.TestADConnection
This URI enables you to test the Directory Service connection.
POST method for ExternalAccountProvider.TestADConnection
This method tests the Active Directory Service connection.
Description Tests the Active Directory Service connection.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example for
ServerType:
MANUAL
Example request body
{
"Name": "Starship",
"ServerType": "MANUAL",
"ServerName": ["10.35.195.1", "10.35.195.2"],
"UserName": "test",
"Password": "test@123",
"ServerPort": 3268,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": true,
"CertificateFile":
}
Example for
ServerType:
MANUAL
Example response body
{
"Id": 2714,
"Name": "Starship",
"ServerType": "MANUAL",
"ServerName": ["10.35.195.1"],
"UserName": "Admin",
"Password": null,
"ServerPort": 3268,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": null
}
Example for
ServerType: DNS
Example request body
{
"Name": "AD",
"ServerType": "DNS",
"ServerName": [ ],
"DnsServer":
[
"dell.com"
],
"GroupDomain": "dell.com",
"UserName": null,
"Password": "",
"ServerPort": 3269,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
Application settings 55