NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List IpAddressBlocksPaginated list of IpAddressBlocks. | GET /policy/api/v1/infra/ip-blocks | 
| Delete an IpAddressBlockDelete the IpAddressBlock with the given id. | DELETE /policy/api/v1/infra/ip-blocks/<ip-block-id> | 
| Read a IpAddressBlockRead IpAddressBlock with given Id. | GET /policy/api/v1/infra/ip-blocks/<ip-block-id> | 
| Create a new IPBlockCreates a new IpAddressBlock with specified ID if not already present. If IpAddressBlock of given ID is already present, then the instance is updated with specified attributes. | PATCH /policy/api/v1/infra/ip-blocks/<ip-block-id> | 
| Create or Replace IpAddressBlockCreate a new IpAddressBlock with given ID if it does not exist. If IpAddressBlock with given ID already exists, it will update existing instance. This is a full replace. | PUT /policy/api/v1/infra/ip-blocks/<ip-block-id> | 
