API Guide
],
"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 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.
SearchTimeOut Search timeout value.
CertificateValidation Enable or disable certificate validation for the directory service.
CertificateFile Certificate file for authentication.
/api/AccountService/ExternalAccountProvider/
LDAPAccountProvider
This URI represents the collection of LDAP Directory Services.
GET method for LDAPAccountProvider
This method returns the collection of LDAP Directory Service.
Description
Returns the collection of LDAP Directory Service.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context":
"$metadata#Collection(ExternalAccountProvider.LDAPAccountProvider)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
LDAPAccountProvider(2814)",
"Id": 2814,
"Name": "Ldap Server",
"ServerType": "MANUAL",
52 Application settings