NSX-T Data Center REST API
Create or update a ALBTrafficCloneProfile
If a ALBTrafficCloneProfile with the alb-TrafficCloneProfile-id is notalready present, create a new ALBTrafficCloneProfile. If it already exists,
update the ALBTrafficCloneProfile. 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-traffic-clone-profiles/<alb-trafficcloneprofile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBTrafficCloneProfile+
Example Request:
{ "clone_servers": [ { "ip_address": { "addr": "1.1.1.1", "type": "V4" }, "mac": "string", "subnet": { "ip_addr": { "addr": "1.2.3.4", "type": "V4" }, "mask": 0 } } ], "display_name": "test-traffic-clone", "preserve_client_ip": true }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBTrafficCloneProfile+