Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
#The results of the query, optionally filtered and grouped over the requested timespan.
#
# NOTE: This class is auto generated. Do not edit the class manually.
#
=begin comment
Fastly API
Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
description=> 'For HTTP/2, the number of connections the limit-streams action was applied to. The limit-streams action caps the allowed number of concurrent streams in a connection.',
format=> '',
read_only=> 'false',
},
'ddos_action_limit_streams_requests'=> {
datatype=> 'int',
base_name=> 'ddos_action_limit_streams_requests',
description=> 'For HTTP/2, the number of requests made on a connection for which the limit-streams action was taken. The limit-streams action caps the allowed number of concurrent streams in a connection.',
format=> '',
read_only=> 'false',
},
'ddos_action_tarpit_accept'=> {
datatype=> 'int',
base_name=> 'ddos_action_tarpit_accept',
description=> 'The number of times the tarpit-accept action was taken. The tarpit-accept action adds a delay when accepting future connections.',
format=> '',
read_only=> 'false',
},
'ddos_action_tarpit'=> {
datatype=> 'int',
base_name=> 'ddos_action_tarpit',
description=> 'The number of times the tarpit action was taken. The tarpit action delays writing the response to the client.',
format=> '',
read_only=> 'false',
},
'ddos_action_close'=> {
datatype=> 'int',
base_name=> 'ddos_action_close',
description=> 'The number of times the close action was taken. The close action aborts the connection as soon as possible. The close action takes effect either right after accept, right after the client hello, or right after the response was sent.',
format=> '',
read_only=> 'false',
},
'ddos_action_blackhole'=> {
datatype=> 'int',
base_name=> 'ddos_action_blackhole',
description=> 'The number of times the blackhole action was taken. The blackhole action quietly closes a TCP connection without sending a reset. The blackhole action quietly closes a TCP connection without notifying its peer (all TCP state is dropped).',