NSX-T Data Center REST API
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:
{ "display_name": "test-string-group", "kv": [ { "key": "This is the string group profile" } ], "longest_match": false, "type": "SG_TYPE_STRING" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a