Sha256: 2eb66f2555f098765263d73a2628733beb6c75d25a6bdf124e8527271490e8ac

Contents?: true

Size: 1.51 KB

Versions: 8

Compression:

Stored size: 1.51 KB

Contents

# Fastly::WafTagsApi


```ruby
require 'fastly'
api_instance = Fastly::WafTagsApi.new
```

## Methods

> [!NOTE]
> All URIs are relative to `https://api.fastly.com`

Method | HTTP request | Description
------ | ------------ | -----------
[**list_waf_tags**](WafTagsApi.md#list_waf_tags) | **GET** /waf/tags | List tags


## `list_waf_tags()`

```ruby
list_waf_tags(opts): <WafTagsResponse> # List tags
```

List all tags.

### Examples

```ruby
api_instance = Fastly::WafTagsApi.new
opts = {
    filter_name: 'filter_name_example', # String | Limit the returned tags to a specific name.
    page_number: 1, # Integer | Current page.
    page_size: 20, # Integer | Number of records per page.
    include: 'waf_rules', # String | Include relationships. Optional.
}

begin
  # List tags
  result = api_instance.list_waf_tags(opts)
  p result
rescue Fastly::ApiError => e
  puts "Error when calling WafTagsApi->list_waf_tags: #{e}"
end
```

### Options

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **filter_name** | **String** | Limit the returned tags to a specific name. | [optional] |
| **page_number** | **Integer** | Current page. | [optional] |
| **page_size** | **Integer** | Number of records per page. | [optional][default to 20] |
| **include** | **String** | Include relationships. Optional. | [optional][default to &#39;waf_rules&#39;] |

### Return type

[**WafTagsResponse**](WafTagsResponse.md)

[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
[[Back to README]](../../README.md)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/WafTagsApi.md
fastly-8.10.0 docs/WafTagsApi.md
fastly-8.9.0 docs/WafTagsApi.md
fastly-8.8.0 docs/WafTagsApi.md
fastly-8.7.0 docs/WafTagsApi.md
fastly-8.6.0 docs/WafTagsApi.md
fastly-8.5.0 docs/WafTagsApi.md
fastly-8.4.0 docs/WafTagsApi.md