get
public Apigee.Organizations.Environments.OptimizedStats.Get get(String name)
throws IOException
Similar to GetStats except that the response is less verbose.
Create a request for the method "optimizedStats.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}/optimizedStats/{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}/environments/{env}/optimizedStats/apiproxy,request_verb`
- Returns:
- the request
- Throws:
IOException