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