Skip to main content

security_incidents

Overview

Namesecurity_incidents
TypeResource
Idgoogle.apigee.security_incidents

Fields

NameDatatypeDescription
namestringImmutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111
detectionTypesarrayOutput only. Detection types which are part of the incident. Examples: Flooder, OAuth Abuser, Static Content Scraper, Anomaly Detection.
displayNamestringOptional. Display name of the security incident.
firstDetectedTimestringOutput only. The time when events associated with the incident were first detected.
lastDetectedTimestringOutput only. The time when events associated with the incident were last detected.
riskLevelstringOutput only. Risk level of the incident.
trafficCountstringTotal traffic detected as part of the incident.

Methods

NameAccessible byRequired ParamsDescription
organizations_environments_security_incidents_getSELECTenvironmentsId, organizationsId, securityIncidentsIdGetSecurityIncident gets the specified security incident. Returns NOT_FOUND if security incident is not present for the specified organization and environment.
organizations_environments_security_incidents_listSELECTenvironmentsId, organizationsIdListSecurityIncidents lists all the security incident associated with the environment.
_organizations_environments_security_incidents_listEXECenvironmentsId, organizationsIdListSecurityIncidents lists all the security incident associated with the environment.