NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Get a paginated list of metadata proxies | GET /api/v1/md-proxies
                           (Deprecated) | 
| Create a metadata proxy | POST /api/v1/md-proxies
                           (Deprecated) | 
| Delete a metadata proxy | DELETE /api/v1/md-proxies/<proxy-id>
                           (Deprecated) | 
| Get a metadata proxy | GET /api/v1/md-proxies/<proxy-id>
                           (Deprecated) | 
| Update a metadata proxy | PUT /api/v1/md-proxies/<proxy-id>
                           (Deprecated) | 
| Get Metadata Proxy status with given proxy id and attached logical switch.Returns the status of the given metadata proxy and attached logical switch. | GET /api/v1/md-proxies/<proxy-id>/<logical-switch-id>/status
                           (Deprecated) | 
