Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
list_waf_tags | GET /waf/tags | List tags |
List all tags.
let cfg = &Configuration::default();
let params = ListWafTagsParams {
// parameters
};
list_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. | [default to waf_rules] |
crate::models::WafTagsResponse
- Content-Type: Not defined
- Accept: application/vnd.api+json