Skip to main content

List LDAP server profiles

GET 

/ldap-server-profiles

Retrieve a list of LDAP server profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    The UUID of the LDAP server profile

    name stringrequired

    The name of the LDAP server profile

    base string

    Possible values: <= 255 characters

    The base DN

    bind_dn string

    Possible values: <= 255 characters

    The bind DN

    bind_password password

    Possible values: <= 121 characters

    The bind password

    bind_timelimit string

    The bind timeout (seconds)

    ldap_type

    Possible values: [active-directory, e-directory, sun, other]

    The LDAP server time

    retry_interval integer

    The search retry interval (seconds)

    server object[]required

    The LDAP server configuration

  • Array [
  • port integer

    Possible values: >= 1 and <= 65535

    The LDAP server port

    name string

    The LDAP server name

    address string

    The LDAP server IP address

  • ]
  • ssl boolean

    Require SSL/TLS secured connection?

    verify_server_certificate boolean

    Verify server certificate for SSL sessions?

    timelimit integer

    The search timeout (seconds)

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...