Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (30 loc) · 2.7 KB

File metadata and controls

33 lines (30 loc) · 2.7 KB

ESP::Alert

Properties

Name Type Description Notes
id Integer Unique ID [optional]
created_at DateTime ISO 8601 timestamp when the resource was created [optional]
status String Status of the alert. Valid values are fail, warn, error, pass, info [optional]
risk_level String The risk-level of the problem identified by the signature or custom signature. Valid values are low, medium, high [optional]
resource String Resource identifier in Amazon [optional]
ended_reason String The reason this alert ended. Valid values are from_api, new_alert, from_scan, not_present_after_scan, signature_deleted, custom_signature_deleted, suppression_created, suppression_deactivated, custom_risk_level_created, custom_risk_level_deleted [optional]
replaced_by_id Integer The ID of the alert that replaced this alert [optional]
replaced_by_status String The status of the alert that replaced this alert [optional]
updated_at DateTime ISO 8601 timestamp when the resource was updated [optional]
started_at DateTime ISO 8601 timestamp when the alert started being active [optional]
ended_at DateTime ISO 8601 timestamp when the alert stopped being active [optional]
external_account ExternalAccount Associated External Account [optional]
external_account_id Integer Associated External Account ID [optional]
region Region Associated Region [optional]
region_id Integer Associated Region ID [optional]
signature Signature Associated Signature [optional]
signature_id Integer Associated Signature ID [optional]
custom_signature CustomSignature Associated Custom Signature [optional]
custom_signature_id Integer Associated Custom Signature ID [optional]
suppression Suppression Associated Suppression [optional]
suppression_id Integer Associated Suppression ID [optional]
metadata Metadata Associated Metadata [optional]
attribution Attribution Associated Attribution [optional]
tags Array<Tag> Associated Tags [optional]
compliance_controls Array<ComplianceControl> Associated Compliance Controls [optional]
custom_compliance_controls Array<CustomComplianceControl> Associated Custom Compliance Controls [optional]