Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

File metadata and controls

19 lines (15 loc) · 1.1 KB

Fastly::DdosProtectionEvent

Properties

Name Type Description Notes
created_at Time Date and time in ISO 8601 format. [optional][readonly]
updated_at Time Date and time in ISO 8601 format. [optional][readonly]
id String Unique ID of the event. [optional]
name String A human-readable name for the event. [optional]
requests_allowed Integer Number of requests classified as non-attack traffic for an event. [optional]
requests_detected Integer Number of requests classified as DDoS attack traffic for an event. [optional]
customer_id String Alphanumeric string identifying the customer. [optional]
service_id String Alphanumeric string identifying the service. [optional]
started_at Time Date and time in ISO 8601 format. [optional][readonly]
ended_at Time Date and time in ISO 8601 format. [optional][readonly]

[Back to API list] [Back to README]