NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List All DHCP Relay ProfilesReturns information about all dhcp relay profiles.  | 
                      
                        GET /api/v1/dhcp/relay-profiles
                           (Deprecated)
                         | 
                    
Create a DHCP Relay ProfileCreates a dhcp relay profile.  | 
                      
                        POST /api/v1/dhcp/relay-profiles
                           (Deprecated)
                         | 
                    
Delete a DHCP Relay ProfileDeletes the specified dhcp relay profile.  | 
                      
                        DELETE /api/v1/dhcp/relay-profiles/{relay-profile-id}
                           (Deprecated)
                         | 
                    
Read a DHCP Relay ProfileReturns information about the specified dhcp relay profile.  | 
                      
                        GET /api/v1/dhcp/relay-profiles/{relay-profile-id}
                           (Deprecated)
                         | 
                    
Update a DHCP Relay ProfileModifies the specified dhcp relay profile.  | 
                      
                        PUT /api/v1/dhcp/relay-profiles/{relay-profile-id}
                           (Deprecated)
                         |