NSX-T Data Center REST API

Patch a Project ip allocation

Create a Project ip allocation if it does not exist
This API is only available when using VMware NSX.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ProjectIpAddressAllocation+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/orgs/org-1/projects/project-1/ip-address-allocations/ip-1 { "ip_block": "/infra/ip-blocks/public", "allocation_ips": "192.168.0.6" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_ipam

Additional Errors: