Skip to main content

security_stats

Creates, updates, deletes, gets or lists a security_stats resource.

Overview

Namesecurity_stats
TypeResource
Idgoogle.apigee.security_stats

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
organizations_environments_security_stats_query_tabular_statsexecorganizationsId, environmentsIdRetrieve security statistics as tabular rows.
organizations_environments_security_stats_query_time_series_statsexecorganizationsId, environmentsIdRetrieve security statistics as a collection of time series.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
environmentsIdstring
organizationsIdstring

Lifecycle Methods

Retrieve security statistics as tabular rows.

EXEC google.apigee.security_stats.organizations_environments_security_stats_query_tabular_stats 
@organizationsId='{{ organizationsId }}' --required,
@environmentsId='{{ environmentsId }}' --required
@@json=
'{
"dimensions": "{{ dimensions }}",
"metrics": "{{ metrics }}",
"filter": "{{ filter }}",
"timeRange": "{{ timeRange }}",
"pageSize": {{ pageSize }},
"pageToken": "{{ pageToken }}"
}';