Policy > Networking > Network Services > Advanced Load Balancing > Alb Auth Profiles

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:

{ "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": "", "user_id_attribute": "admin", "user_search_dn": "", "user_search_scope": "AUTH_LDAP_SCOPE_ONE" } }, "name": "test-authProfile-1", "type": "AUTH_PROFILE_LDAP" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: