NSX-T Data Center REST API
Create or update a ALBAuthProfile
If a ALBAuthProfile with the alb-AuthProfile-id is notalready 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:
PUT
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.10" ], "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:
Content-type: application/json
Response Body:
ALBAuthProfile+