API Guide

Table Of Contents
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
{
"Name": "Starship",
"Id": 2714,
"ServerType": "MANUAL",
"ServerName": ["10.35.195.1"],
"UserName": "Admin",
"Password": null,
"ServerPort": 3268,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null
}
Example
response body
{
"Id": 2714,
"Name": "Starship",
"ServerType": "MANUAL",
"ServerName": ["10.35.195.1"],
"UserName": "Admin",
"Password": null,
"ServerPort": 3268,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null
}
Table 30. Attributes
Attribute name Description
Id The identifier of the AD 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.
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.
54 Application settings