NSX-T Data Center REST API
Create or update a ALBStringGroup
If a ALBStringGroup with the alb-StringGroup-id is notalready 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:
PUT
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:
Content-type: application/json
Response Body:
ALBStringGroup+