API Guide

{
"@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,
"SsoEnablement": false,
"KerberosFile": null,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null,
"Groups": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
ADAccountProvider(1264)/Groups"
}
]
}
]
}
POST method for ADAccountProvider
This method adds an Active Directory service.
Description
Adds an Active Directory service.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
:
{
"Name": "Starship",
"Id":2,
"ServerType": "DNS",
"ServerName": ["10.35.195.1"],
"UserName": "test",
"Password": "test@123",
"ServerPort": 3268,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": true,
"CertificateFile": ""
}
Example
response body
{
"Id": 2714,
"Name": "Starship",
"ServerType": "DNS",
"ServerName": [
"10.35.195.1"
],
50 Application settings