API Guide

]
}
POST method for LDAPAccountProvider
This method adds an LDAP Directory Service.
Description Adds an LDAP Directory Service.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
{
"Name": "seaquest",
"Id":1,
"ServerType": "DNS",
"ServerName": ["10.35.195.1"],
"UserName": "Admin",
"Password": "XXXXX",
"ServerPort": 0,
"BaseDistinguishedName" : "dc=dell,dc=com",
"AttributeUserLogin": null,
"AttributeGroupMembership": null,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": ""
}
Example
response body
{
"Id": 2914,
"Name": "seaquest",
"ServerType": "DNS",
"ServerName": [
"10.35.195.1"
],
"UserName": "Admin",
"Password": "",
"ServerPort": 389,
"BaseDistinguishedName": "dc=dell,dc=com",
"AttributeUserLogin": null,
"AttributeGroupMembership": null,
"SearchFilter": null,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": ""
}
Table 32. Attributes
Attribute name Description
Id ID of the LDAP account provider.
Name Directory name.
ServerType Server type of the directoryDNS or Manual.
ServerName Server name of the directory service.
UserName User name of the directory service.
56 Application settings