OrganizationsEnvironmentsSecurityStats
class OrganizationsEnvironmentsSecurityStats extends Resource (View source)
The "securityStats" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$securityStats = $apigeeService->organizations_environments_securityStats;
Methods
queryTabularStats(string $orgenv, GoogleCloudApigeeV1QueryTabularStatsRequest $postBody, array $optParams = [])
Retrieve security statistics as tabular rows.
queryTimeSeriesStats(string $orgenv, GoogleCloudApigeeV1QueryTimeSeriesStatsRequest $postBody, array $optParams = [])
Retrieve security statistics as a collection of time series.
Details
GoogleCloudApigeeV1QueryTabularStatsResponse
queryTabularStats(string $orgenv, GoogleCloudApigeeV1QueryTabularStatsRequest $postBody, array $optParams = [])
Retrieve security statistics as tabular rows.
(securityStats.queryTabularStats)
GoogleCloudApigeeV1QueryTimeSeriesStatsResponse
queryTimeSeriesStats(string $orgenv, GoogleCloudApigeeV1QueryTimeSeriesStatsRequest $postBody, array $optParams = [])
Retrieve security statistics as a collection of time series.
(securityStats.queryTimeSeriesStats)