LDAPAuthentication
LDAPAuthentication - Activate
Activate LDAP Strategy.
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/LDAPAuthentication/{id}/activateParameters
id
-
String
Existing LDAP Strategy id. Mandatory Field
Request Example
{
"data": {}
}Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}LDAPAuthentication - Create
Adds new LDAP Strategy.
POST
Parameters
auth_param
Authenticate Using
String
Authentication parameter "uid" or "dn" or "sAMAccountName". Mandatory Field
bind_dn
Bind DN
String
Bind Distinguished Named of LDAP. Mandatory Field
bind_dn_password
Password
String
Bind DN password. Mandatory Field
description
Description
String
Description of the LDAP Strategy. Optional Field
enable_paginated_search
Enable Paginated Search
String
Enable/Disable search pagination. "on" or "off" (exact). Mandatory Field
fullname
Fullname Template
String
Fullname template. Optional Field
group_base_dn
Group Base DN
String
Node under which the LDAP groups are present. Mandatory Field
group_filter
Filter
String
Group Filter. Mandatory Field
group_member_attribute
Group Mem Attr
String
Group Member Attribute in database. Mandatory Field
group_name_attr
Group Name Attr
String
Attribute of group name provided in the database. Mandatory Field
host
Host
String
LDAP Host IP. Mandatory Field
ldap_mapping
LDAP User/Group Mapping
String
Value should be "on" (exact) to enable mapping_group_member_attr parameter or mapping_member_group_attr parameter. Mandatory Field
mapping_group_member_attr
User contains group info
String
LDAP user contains group info mapping. Mandatory if 'mapping_member_group_attr' not present. Optional Field
mapping_member_group_attr
Group contains user info
String
LDAP group contains user info mapping. Mandatory if 'mapping_group_member_attr' not present. Optional Field
member_group_attribute
Mem Group Attr
String
members belonging to a group. Mandatory Field
name
Name
String
Name of LDAP Strategy. Mandatory Field
no_ldap_connection_check
-
boolean
Do not check connection to ldap server. "true" (exact). Optional Field
port
Port
int
Port of the LDAP Server. Mandatory Field
ssl
SSL
String
Value should be "on" (exact) to enable SSL communication with the host. Optional Field
user_base_dn
User Base DN
String
User Base DN. Mandatory Field
user_filter
Filter
String
String to filter user results. Mandatory Field
user_name_attr
User Name Attr
String
User Name Attributes in database. Mandatory Field
username
Username Template
String
Template of the username. Optional Field
users_unique_field
Unique Field
String
Unique identifier of LDAP user. Optional Field
Request Example
Success Response
LDAPAuthentication - Deactivate
Deactivate LDAP Strategy.
POST
Parameters
id
-
String
Existing LDAP Strategy id. Mandatory Field
Request Example
Success Response
LDAPAuthentication - Edit
Edits existing LDAP Strategy with given ID.
PUT
Parameters
auth_param
Authenticate Using
String
Authentication parameter "uid" or "dn" or "sAMAccountName". Mandatory Field
bind_dn
Bind DN
String
Bind Distinguished Named of LDAP. Mandatory Field
bind_dn_password
Password
String
Bind DN password. Mandatory Field
description
Description
String
Description of the LDAP Strategy. Optional Field
enable_paginated_search
Enable Paginated Search
String
Enable paginated search. "on" or "off" (exact). Mandatory Field
fullname
Fullname Template
String
Fullname template. Optional Field
group_base_dn
Group Base DN
String
Node under which the LDAP groups are present. Mandatory Field
group_filter
Filter
String
Group Filter. Mandatory Field
group_member_attribute
Group Mem Attr
String
Group Member Attribute in database. Mandatory Field
group_name_attr
Group Name Attr
String
Attribute of group name provided in the database. Mandatory Field
host
Host
String
IP of the LDAP Host. Mandatory Field
id
-
String
ID of existing LDAP Strategy. Mandatory Field
ldap_mapping
LDAP User/Group Mapping
String
Exactly "on". Mandatory Field
mapping_group_member_attr
User contains group info
String
LDAP user contains group info mapping. Mandatory if 'mapping_member_group_attr' not present. Optional Field
mapping_member_group_attr
Group contains user info
String
LDAP group contains user info mapping. Mandatory if 'mapping_group_member_attr' not present. Optional Field
member_group_attribute
Mem Group Attr
String
Members belonging to a group. Mandatory Field
name
Name
String
Name of LDAP Strategy. Mandatory Field
no_ldap_connection_check
-
boolean
Do not check connection to ldap server. "true" (exact). Optional Field
port
Port
int
LDAP Server port. Mandatory Field
ssl
SSL
String
Enable SSL. "on" (exact). Optional Field
user_base_dn
User Base DN
String
User Base DN. Mandatory Field
user_filter
Filter
String
String to filter user results. Mandatory Field
user_name_attr
User Name Attr
String
User Name Attributes in database. Mandatory Field
username
Username Template
String
Username template. Optional Field
users_unique_field
Unique Field
String
Unique identifier of LDAP user. Optional Field
Request Example
Success Response
LDAPAuthentication - Get
Get LDAP Strategy with given id.
GET
Parameters
id
-
String
Existing LDAP strategy id.
Success Response
LDAPAuthentication - GetLDAPGroup
Fetches LDAP Users Group with given id.
GET
Parameters
id
-
String
Existing LDAP Strategy id.
Success Response
LDAPAuthentication - List
Lists all LDAP Strategies.
GET
Success Response
LDAPAuthentication - ListLDAPGroup
Fetches list of LDAP Users Group.
GET
Success Response
LDAPAuthentication - MapLDAPGroup
Maps LDAP Group to LogPoint Users Group.
POST
Parameters
id
-
String
Existing LDAP Strategy id. Mandatory Field
ldapgroup
LDAP Group Name
String
LDAP Group name. Mandatory Field
timezone
Timezone
String
Timezone. Mandatory Field
usergroup
LogPoint User Group
String
LogPoint User Group or "None". Mandatory Field
Request Example
Success Response
LDAPAuthentication - RefreshLDAPGroupList
Updates LDAP User Groups list.
POST
Request Example
Success Response
LDAPAuthentication - Trash
Deletes LDAP Strategy.
DELETE
Parameters
id
-
String
Existing LDAP Strategy id. Mandatory Field
Success Response
Last updated
Was this helpful?