Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • ИИ для бизнеса
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»
Yandex Smart Web Security
  • Начало работы
    • Обзор
    • Профили безопасности
    • WAF
    • ARL (лимит на запросы)
    • Правила
    • Условия
    • Списки
    • Защита доменов
    • Логирование
    • Квоты и лимиты
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
          • Overview
          • Get
  • Метрики Monitoring
  • Аудитные логи Audit Trails
  • История изменений

В этой статье:

  • gRPC request
  • GetRuleSetDescriptorRequest
  • RuleSetDescriptor
  • RuleDescription
  1. Справочник API
  2. gRPC (англ.)
  3. SmartWebSecurity WAF API
  4. RuleSetDescriptor
  5. Get

SmartWebSecurity WAF API, gRPC: RuleSetDescriptorService.Get

Статья создана
Yandex Cloud
Обновлена 26 ноября 2024 г.
  • gRPC request
  • GetRuleSetDescriptorRequest
  • RuleSetDescriptor
  • RuleDescription

Returns the specified RuleSetDescriptor resource.

gRPC requestgRPC request

rpc Get (GetRuleSetDescriptorRequest) returns (RuleSetDescriptor)

GetRuleSetDescriptorRequestGetRuleSetDescriptorRequest

{
  "name": "string",
  "version": "string"
}

Field

Description

name

string

Required field. Name of the RuleSetDescriptor resource to return.

version

string

Required field. Version of the RuleSetDescriptor resource to return.

RuleSetDescriptorRuleSetDescriptor

{
  "name": "string",
  "version": "string",
  "id": "string",
  "rules": [
    {
      "id": "string",
      "anomaly_score": "int64",
      "paranoia_level": "int64"
    }
  ]
}

Field

Description

name

string

Required field. Name of the rule set

version

string

Required field. Version of the rule set

id

string

Required field. ID of the rule set

rules[]

RuleDescription

List of rules

RuleDescriptionRuleDescription

Field

Description

id

string

ID of the rule

anomaly_score

int64

Numeric anomaly value, i.e., a potential attack indicator.
The higher this value, the more likely it is that the request that satisfies the rule is an attack.
See documentation.

paranoia_level

int64

Paranoia level classifies rules according to their aggression.
The higher the paranoia level, the better your protection, but also the higher the probability of WAF false positives.
See documentation.

Была ли статья полезна?

Предыдущая
Overview
Следующая
Overview
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»