Management Plane API >
Services
>
Metadata Proxy
Get Metadata Proxy statistics with given proxy id
Returns 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.
Request:
Method:
GET
URI Path(s):
/api/v1/md-proxies/<proxy-id>/statistics
Request Headers:
n/a
Query Parameters:
MetadataProxyStatisticsRequestParameters
+
MetadataProxyStatisticsRequestParameters
(
schema
)
Name
Description
Type
Notes
logical_switch_id
The uuid of logical switch
string
source
The data source, either realtime or cached. If not provided, cached data is returned.
DataSourceType
Request Body:
n/a
Example Request:
TODO
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
MetadataProxyStatistics
+
MetadataProxyStatistics
(
schema
)
Name
Description
Type
Notes
metadata_proxy_id
metadata proxy uuid
string
Required
statistics
metadata proxy statistics per logical switch
array of
MetadataProxyStatisticsPerLogicalSwitch
timestamp
timestamp of the statistics
EpochMsTimestamp
Required
Required Permissions:
read
Feature:
metadata_proxies
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable