NSX-T Data Center REST API
Create or update a ALBPriorityLabels
If a ALBPriorityLabels with the alb-PriorityLabels-id is notalready present, create a new ALBPriorityLabels. If it already exists,
update the ALBPriorityLabels. 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-priority-labels/<alb-prioritylabels-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBPriorityLabels+
Example Request:
{ "description": "This is priority labels", "display_name": "test-Prioritylabels", "equivalent_labels": [ { "labels": [ "test" ] } ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBPriorityLabels+