Configures, modifies, or retrieves LDAP server settings.
URI | Description |
---|---|
<base_URI>/config/running/ldap-server | LDAP server configuration. |
<base_URI>/config/running/ldap-server/host | LDAP Server for AAA. Refer to ldap-server/host for information. |
<base_URI>/config/running/ldap-server/maprole | Maps a role to a group. Refer to ldap-server/maprole for information. |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/ldap-server
None
<ldap-server xmlns="urn:brocade.com:mgmt:brocade-aaa" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/ldap-server"> <host y:self="/rest/config/running/ldap-server/host/inetaddress"/> <maprole y:self="/rest/config/running/ldap-server/maprole"/> </ldap-server>