Policy > Networking > Network Services > Advanced Load Balancing > Alb String Groups

Create or update a ALBstringgroup

If a ALBstringgroup with the alb-stringgroup-id is not already present,
create a new ALBstringgroup. If it already exists, update the
ALBstringgroup. 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-string-groups/<alb-stringgroup-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBStringGroup+

Example Request:

{ "kv": [ { "key": "This is the string group profile" } ], "longest_match": false, "name": "test-string-group", "type": "SG_TYPE_STRING" }

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: