2022-08-12
▼ ▲ apigee.organizations.environments.securityStats.queryTabularStats
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
orgenv
Location : path
Type : string
Required : Yes
Pattern : ^organizations/[^/]+/environments/[^/]+$
Description : Required. Should be of the form organizations//environments/.
HTTP Method : POST
Flat Path : v1/organizations/{organizationsId}/environments/{environmentsId}/securityStats:queryTabularStats
Parameter Order : orgenv
Description : Retrieve security statistics as tabular rows.
Path : v1/{+orgenv}/securityStats:queryTabularStats
▼ ▲ apigee.organizations.environments.securityStats.queryTimeSeriesStats
Description : Retrieve security statistics as a collection of time series.
Parameters :
orgenv
Required : Yes
Type : string
Location : path
Description : Required. Should be of the form organizations//environments/.
Pattern : ^organizations/[^/]+/environments/[^/]+$
HTTP Method : POST
Path : v1/{+orgenv}/securityStats:queryTimeSeriesStats
Flat Path : v1/organizations/{organizationsId}/environments/{environmentsId}/securityStats:queryTimeSeriesStats
Parameter Order : orgenv
▼ ▲ apigee.organizations.environments.modifyEnvironment
Description : Updates properties for an Apigee environment with patch semantics using a field mask. **Note:** Not supported for Apigee hybrid.
Parameters :
name
Description : Required. Name of the environment. Use the following structure in your request: `organizations/{org}/environments/{environment}`.
Location : path
Pattern : ^organizations/[^/]+/environments/[^/]+$
Required : Yes
Type : string
updateMask
Location : query
Type : string
Description : List of fields to be updated. Fields that can be updated: node_config.
Format : google-fieldmask
Parameter Order : name
Flat Path : v1/organizations/{organizationsId}/environments/{environmentsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
HTTP Method : PATCH