class OrganizationsEnvironmentsOptimizedStats extends Resource (View source)

The "optimizedStats" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $optimizedStats = $apigeeService->organizations_environments_optimizedStats;

Methods

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

Similar to GetStats except that the response is less verbose.

Details

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

Similar to GetStats except that the response is less verbose.

(optimizedStats.get)

Parameters

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

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1OptimizedStats

Exceptions

Exception