get
public Apigee.Organizations.HostStats.Get get(String name)
throws IOException
Retrieve metrics grouped by dimensions in host level. The types of metrics you can retrieve
include traffic, message counts, API call latency, response size, and cache hits and counts.
Dimensions let you view metrics in meaningful groups. You can optionally pass dimensions as path
parameters to the `stats` API. If dimensions are not specified, the metrics are computed on the
entire set of data for the given time range.
Create a request for the method "hostStats.get".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. Resource name for which the interactive query will be executed. Use the following format
in your request: `organizations/{org}/hostStats/{dimensions}` Dimensions let you view
metrics in meaningful groupings, such as `apiproxy`, `target_host`. The value of
dimensions should be a comma-separated list as shown below
`organizations/{org}/hostStats/apiproxy,request_verb`
- Returns:
- the request
- Throws:
IOException