NSX-T Data Center REST API
Create or update a ALBauthprofile
If a ALBauthprofile with the alb-authprofile-id is not already present,create a new ALBauthprofile. If it already exists, update the
ALBauthprofile. This is a full replace.
This API is only available when using VMware NSX-T.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBAuthProfile+
Example Request:
{ "display_name": "test-authProfile-1", "http": { "cache_expiration_time": 5 }, "ldap": { "bind_as_administrator": true, "email_attribute": "email", "full_name_attribute": "name", "port": 389, "security_mode": "AUTH_LDAP_SECURE_NONE", "server": [ "10.10.10.11" ], "settings": { "admin_bind_dn": "admin", "group_filter": "(objectClass:*)", "group_member_attribute": "member", "group_member_is_full_dn": true, "group_search_dn": "", "group_search_scope": "AUTH_LDAP_SCOPE_SUBTREE", "ignore_referrals": false, "password": "Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a