API Guide
"10.35.195.1"
],
"UserName": "test",
"Password": null,
"ServerPort": 3268,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": null
}
Table 29. Attributes
Attribute Description
Id Active Directory or LDAP server ID.
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/
ADAccountProvider(Id)
This URI represents a specific Active Directory server.
GET method for ADAccountProvider(Id)
This method returns the details of a specific Active Directory server from the collection.
Description
Returns the details of a specific Active Directory server.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context":
"$metadata#Collection(ExternalAccountProvider.ADAccountProvider)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
ADAccountProvider(1264)",
"Id": 1264,
"Name": "Dell Servers",
"ServerType": "MANUAL",
"ServerName": [
"ausdc12amer29.amer.dell.com"
],
"UserName": "Admin",
"Password": "XXXXXX",
"ServerPort": 3268,
Application settings 49