NSX-T Data Center REST API
Create or Update Vni Pool Configuration
Create a Vni Pool config if it is not already present,otherwise update the Vni Pool configuration.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/vni-pools/{vni-pool-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
VniPoolConfig+
Example Request:
{ "start": 76000, "end": 77000 }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a