NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get specific leases of a given dhcp serverGet specific leases of a given dhcp server. As a dhcp server could manage millions of leases, the API has to limit the number of the returned leases via two mutually-excluded request parameters, i.e. "pool_id" and "address". Either a "pool_id" or an "address" can be provided, but not both in a same call. If a "pool_id" is specified, the leases of the specific pool are returned. If an "address" is specified, only the lease(s) represented y this address is(are) returned. The "address" can be a single IP, an ip-range, or a mac address. |
GET /api/v1/dhcp/servers/<server-id>/leases
(Deprecated)
|
Get DHCP statistics with given dhcp server idReturns the statistics of the given dhcp server. |
GET /api/v1/dhcp/servers/<server-id>/statistics
(Deprecated)
|
Get statistics of given dns forwarderReturns the statistics of the given dns forwarder specified by forwarder id. |
GET /api/v1/dns/forwarders/<forwarder-id>/statistics
(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)
|