get
public Apigee.Organizations.Environments.Stats.Get get(String name)
throws IOException
Retrieve metrics grouped by dimensions. 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 "stats.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}/environments/{env}/stats/{dimensions}` Dimensions
let you view metrics in meaningful groupings, such as `apiproxy` or `target_host`. The
value of dimensions should be a comma-separated list, as shown below:
`organizations/{org}/environments/{env}/stats/apiproxy,request_verb`
- Returns:
- the request
- Throws:
IOException