class OrganizationsOptimizedHostStats extends Resource (View source)

The "optimizedHostStats" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $optimizedHostStats = $apigeeService->organizations_optimizedHostStats;

Methods

get(string $name, array $optParams = [])

Similar to GetHostStats except that the response is less verbose.

Details

GoogleCloudApigeeV1OptimizedStats get(string $name, array $optParams = [])

Similar to GetHostStats except that the response is less verbose.

(optimizedHostStats.get)

Parameters

string $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

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1OptimizedStats

Exceptions

Exception