NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Read VPC Subnet DHCP server statisticsRead VPC Subnet DHCP server statistics along with ip pool usage information.  | 
                      
                        GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-server-config/stats
                         | 
                    
Read Vpc Subnet DHCP server statusRead Vpc Subnet DHCP server status  | 
                      
                        GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-server-config/status
                         | 
                    
List all VPC Subnet DHCP static bindingsPaginated list of all VPC Subnet DHCP static binding instances  | 
                      
                        GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs
                         | 
                    
Delete VPC Subnet DHCP static bindingDelete VPC Subnet DHCP static binding  | 
                      
                        DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
                         | 
                    
Read VPC Subnet DHCP static bindingRead VPC Subnet DHCP static binding  | 
                      
                        GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
                         | 
                    
Create or update VPC Subnet DHCP static bindingIf binding with the binding-id is not already present, create a new VPC Subnet DHCP static binding instance. If it already exists, replace the existing VPC Subnet DHCP static binding instance with specified attributes.  | 
                      
                        PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
                         | 
                    
Create or update VPC Subnet DHCP static bindingIf binding with the binding-id is not already present, create a new VPC Subnet DHCP static binding instance. If it already exists, replace the existing VPC Subnet DHCP static binding instance with this object.  | 
                      
                        PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
                         | 
                    
 Additional
                        Links