API Guide

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,
"CertificateFile": ""
}
Example for
ServerType: DNS
Example response body
{
"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 31. Attributes
Attribute name Description
Name Name of the directory service.
Id ID of the AD or LDAP server.
ServerType Server type of the directory—DNS 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.
NetworkTimeOut Network timeout value.
52 Application settings