Metric API¶
The Metric Class¶
The metric high-level interface is available through the metric
member of a Connection
object. The
metric
member will only be added if the service is detected.
Capability Operations¶
-
class
openstack.metric.v1._proxy.
Proxy
(session)¶ -
capabilities
(**query)¶ Return a generator of capabilities
Parameters: **query (kwargs) – Optional query parameters to be sent to limit the resources being returned. Returns: A generator of capability objects Return type: Capabilities
-