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/)
# @param string $filter[modsec_rule_id] Limit the returned rules to a specific ModSecurity rule ID. (optional)
# @param string $filter[waf_tags][name] Limit the returned rules to a set linked to a tag by name. (optional)
# @param string $filter[waf_rule_revisions][source] Limit the returned rules to a set linked to a source. (optional)
# @param string $filter[waf_firewall/id][not][match] Limit the returned rules to a set not included in the active firewall version for a firewall. (optional)
# @param int $page[number] Current page. (optional)
# @param int $page[size] Number of records per page. (optional, default to 20)
# @param string $include Include relationships. Optional, comma-separated values. Permitted values: `waf_tags` and `waf_rule_revisions`. (optional)
{
my$params= {
'filter[modsec_rule_id]'=> {
data_type=> 'string',
description=> 'Limit the returned rules to a specific ModSecurity rule ID.',
required=> '0',
},
'filter[waf_tags][name]'=> {
data_type=> 'string',
description=> 'Limit the returned rules to a set linked to a tag by name.',
required=> '0',
},
'filter[waf_rule_revisions][source]'=> {
data_type=> 'string',
description=> 'Limit the returned rules to a set linked to a source.',
required=> '0',
},
'filter[waf_firewall/id][not][match]'=> {
data_type=> 'string',
description=> 'Limit the returned rules to a set not included in the active firewall version for a firewall.',