API Guide

Table Of Contents
"CertificateFile": null
}
Example for ServerType: DNS
Input:
{
"Name": "AD",
"ServerType": "DNS",
"ServerName": [ ],
"DnsServer":
[
"dell.com"
],
"GroupDomain": "dell.com",
"UserName": null,
"Password": "",
"ServerPort": 3269,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": ""
}
Output:
{
"Name": "AD",
"ServerType": "DNS",
"ServerName":
[
"ausdcdell1.dell.com",
"rdudc12dell01.dell.com",
"pendc12dell01.dell.com",
"ausdc12dell02.dell.com",
"ausdc12dell01.dell.com",
"limdc12dell01.dell.com",
"ausdc12dell05.dell.com",
"ausdc12dell06.dell.com",
"rdudc12dell02.dell.com",
"ausdc12dell03.dell.com"
],
"DnsServer":
[
"dell.com"
],
"GroupDomain": "dell.com",
"UserName": null,
"Password": "",
"ServerPort": 3269,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": ""
}
Table 32. Attributes
Attribute name Description
Name Name of the directory service.
Id ID of the AD or LDAP server.
ServerType Server type of the directoryDNS or Manual.
ServerName Server name of the directory service.
UserName User name of the directory service.
Password Password of the directory service.
ServerPort Port of the directory service.
Application settings 53