Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
list_legacy_waf_tags | GET /wafs/tags | List WAF tags |
List all tags.
let cfg = &Configuration::default();
let params = ListLegacyWafTagsParams {
// parameters
};
list_legacy_waf_tags(cfg, params)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
filter_name | Option<String> | Limit the returned tags to a specific name. | ||
page_number | Option<i32> | Current page. | ||
page_size | Option<i32> | Number of records per page. | [default to 20] | |
include | Option<String> | Include relationships. Optional, comma separated values. Permitted values: rules . |
- Content-Type: Not defined
- Accept: application/vnd.api+json