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)
|
Get Metadata Proxy statistics with given proxy idReturns the statistics of the given metatada proxy. If no logical switch is provided, all staticstics of all the logical switches the proxy was attached will be returned. |
GET /api/v1/md-proxies/{proxy-id}/statistics
(Deprecated)
|