Yandex Cloud
Поиск
Связаться с намиПопробовать бесплатно
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
  • Marketplace
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»
Yandex Application Load Balancer
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
  • Метрики Monitoring
  • Аудитные логи Audit Trails
    • AddBackendGroupBackend
    • AddLoadBalancerListener
    • AddLoadBalancerSniMatch
    • AddTargetGroupTargets
    • CancelZonalShift
    • CreateBackendGroup
    • CreateHttpRouter
    • CreateLoadBalancer
    • CreateTargetGroup
    • CreateVirtualHost
    • DeleteBackendGroup
    • DeleteHttpRouter
    • DeleteLoadBalancer
    • DeleteTargetGroup
    • DeleteVirtualHost
    • LoadBalancerHTTPAccessLog
    • LoadBalancerTCPAccessLog
    • RemoveBackendGroupBackend
    • RemoveLoadBalancerListener
    • RemoveLoadBalancerSniMatch
    • RemoveTargetGroupTargets
    • RemoveVirtualHostRoute
    • StartLoadBalancer
    • StartZonalShift
    • StopLoadBalancer
    • UpdateBackendGroup
    • UpdateBackendGroupBackend
    • UpdateHttpRouter
    • UpdateLoadBalancer
    • UpdateLoadBalancerListener
    • UpdateLoadBalancerSniMatch
    • UpdateTargetGroup
    • UpdateVirtualHost
    • UpdateVirtualHostRoute
  • Логи L7-балансировщика
  • История изменений
  • Обучающие курсы

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

  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • EventDetails
  • Route
  • HttpRoute
  • HttpRouteMatch
  • StringMatch
  • HttpRouteHeaderMatch
  • HttpRouteQueryParamMatch
  • HttpRouteAction
  • RateLimit
  • Limit
  • RegexMatchAndSubstitute
  • RedirectAction
  • DirectResponseAction
  • Payload
  • GrpcRoute
  • GrpcRouteMatch
  • GrpcRouteAction
  • GrpcStatusResponseAction
  • RouteOptions
  • HeaderModification
  • RBAC
  • Principals
  • Principal
  • HeaderMatcher
  1. Справочник аудитных логов
  2. UpdateVirtualHostRoute

Application Load Balancer Audit Trails Events: UpdateVirtualHostRoute

Статья создана
Yandex Cloud
Обновлена 24 декабря 2025 г.
  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • EventDetails
  • Route
  • HttpRoute
  • HttpRouteMatch
  • StringMatch
  • HttpRouteHeaderMatch
  • HttpRouteQueryParamMatch
  • HttpRouteAction
  • RateLimit
  • Limit
  • RegexMatchAndSubstitute
  • RedirectAction
  • DirectResponseAction
  • Payload
  • GrpcRoute
  • GrpcRouteMatch
  • GrpcRouteAction
  • GrpcStatusResponseAction
  • RouteOptions
  • HeaderModification
  • RBAC
  • Principals
  • Principal
  • HeaderMatcher

Event JSON schemaEvent JSON schema

{
  "eventId": "string",
  "eventSource": "string",
  "eventType": "string",
  "eventTime": "string",
  "authentication": {
    "authenticated": "boolean",
    "subjectType": "string",
    "subjectId": "string",
    "subjectName": "string",
    "federationId": "string",
    "federationName": "string",
    "federationType": "string",
    "tokenInfo": {
      "maskedIamToken": "string",
      "iamTokenId": "string",
      "impersonatorId": "string",
      "impersonatorType": "string",
      "impersonatorName": "string",
      "impersonatorFederationId": "string",
      "impersonatorFederationName": "string",
      "impersonatorFederationType": "string"
    }
  },
  "authorization": {
    "authorized": "boolean"
  },
  "resourceMetadata": {
    "path": [
      {
        "resourceType": "string",
        "resourceId": "string",
        "resourceName": "string"
      }
    ]
  },
  "requestMetadata": {
    "remoteAddress": "string",
    "userAgent": "string",
    "requestId": "string",
    "remotePort": "string"
  },
  "eventStatus": "string",
  "error": {
    "code": "integer",
    "message": "string",
    "details": [
      "object"
    ]
  },
  "details": {
    "httpRouterId": "string",
    "virtualHostName": "string",
    "routeName": "string",
    "route": {
      "name": "string",
      // Includes only one of the fields `http`, `grpc`
      "http": {
        "match": {
          "httpMethod": [
            "string"
          ],
          "path": {
            // Includes only one of the fields `exactMatch`, `prefixMatch`, `regexMatch`
            "exactMatch": "string",
            "prefixMatch": "string",
            "regexMatch": "string"
            // end of the list of possible fields
          },
          "headers": [
            {
              "name": "string",
              "value": {
                // Includes only one of the fields `exactMatch`, `prefixMatch`, `regexMatch`
                "exactMatch": "string",
                "prefixMatch": "string",
                "regexMatch": "string"
                // end of the list of possible fields
              }
            }
          ],
          "queryParameters": [
            {
              "name": "string",
              "value": {
                // Includes only one of the fields `exactMatch`, `prefixMatch`, `regexMatch`
                "exactMatch": "string",
                "prefixMatch": "string",
                "regexMatch": "string"
                // end of the list of possible fields
              }
            }
          ]
        },
        // Includes only one of the fields `route`, `redirect`, `directResponse`
        "route": {
          "backendGroupId": "string",
          "timeout": "string",
          "idleTimeout": "string",
          // Includes only one of the fields `hostRewrite`, `autoHostRewrite`
          "hostRewrite": "string",
          "autoHostRewrite": "boolean",
          // end of the list of possible fields
          "prefixRewrite": "string",
          "upgradeTypes": [
            "string"
          ],
          "rateLimit": {
            "allRequests": {
              // Includes only one of the fields `perSecond`, `perMinute`
              "perSecond": "string",
              "perMinute": "string"
              // end of the list of possible fields
            },
            "requestsPerIp": {
              // Includes only one of the fields `perSecond`, `perMinute`
              "perSecond": "string",
              "perMinute": "string"
              // end of the list of possible fields
            }
          },
          "regexRewrite": {
            "regex": "string",
            "substitute": "string"
          }
        },
        "redirect": {
          "replaceScheme": "string",
          "replaceHost": "string",
          "replacePort": "string",
          // Includes only one of the fields `replacePath`, `replacePrefix`
          "replacePath": "string",
          "replacePrefix": "string",
          // end of the list of possible fields
          "removeQuery": "boolean",
          "responseCode": "string"
        },
        "directResponse": {
          "status": "string",
          "body": {
            // Includes only one of the fields `text`
            "text": "string"
            // end of the list of possible fields
          }
        }
        // end of the list of possible fields
      },
      "grpc": {
        "match": {
          "fqmn": {
            // Includes only one of the fields `exactMatch`, `prefixMatch`, `regexMatch`
            "exactMatch": "string",
            "prefixMatch": "string",
            "regexMatch": "string"
            // end of the list of possible fields
          }
        },
        // Includes only one of the fields `route`, `statusResponse`
        "route": {
          "backendGroupId": "string",
          "maxTimeout": "string",
          "idleTimeout": "string",
          // Includes only one of the fields `hostRewrite`, `autoHostRewrite`
          "hostRewrite": "string",
          "autoHostRewrite": "boolean",
          // end of the list of possible fields
          "rateLimit": {
            "allRequests": {
              // Includes only one of the fields `perSecond`, `perMinute`
              "perSecond": "string",
              "perMinute": "string"
              // end of the list of possible fields
            },
            "requestsPerIp": {
              // Includes only one of the fields `perSecond`, `perMinute`
              "perSecond": "string",
              "perMinute": "string"
              // end of the list of possible fields
            }
          }
        },
        "statusResponse": {
          "status": "string"
        }
        // end of the list of possible fields
      },
      // end of the list of possible fields
      "routeOptions": {
        "modifyRequestHeaders": [
          {
            "name": "string",
            // Includes only one of the fields `append`, `replace`, `remove`, `rename`
            "append": "string",
            "replace": "string",
            "remove": "boolean",
            "rename": "string"
            // end of the list of possible fields
          }
        ],
        "modifyResponseHeaders": [
          {
            "name": "string",
            // Includes only one of the fields `append`, `replace`, `remove`, `rename`
            "append": "string",
            "replace": "string",
            "remove": "boolean",
            "rename": "string"
            // end of the list of possible fields
          }
        ],
        "rbac": {
          "action": "string",
          "principals": [
            {
              "andPrincipals": [
                {
                  // Includes only one of the fields `header`, `remoteIp`, `any`
                  "header": {
                    "name": "string",
                    "value": {
                      // Includes only one of the fields `exactMatch`, `prefixMatch`, `regexMatch`
                      "exactMatch": "string",
                      "prefixMatch": "string",
                      "regexMatch": "string"
                      // end of the list of possible fields
                    }
                  },
                  "remoteIp": "string",
                  "any": "boolean"
                  // end of the list of possible fields
                }
              ]
            }
          ]
        },
        "securityProfileId": "string"
      },
      "disableSecurityProfile": "boolean"
    }
  },
  "requestParameters": "object",
  "response": "object"
}

Field descriptionField description

Field

Description

eventId

string

eventSource

string

eventType

string

eventTime

string (date-time)

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

authentication

IamAuthentication

authorization

Authorization

resourceMetadata

ResourceMetadata

requestMetadata

RequestMetadata

eventStatus

enum (EventStatus)

  • STARTED
  • ERROR
  • DONE
  • CANCELLED
  • RUNNING

error

Status

The error result of the operation in case of failure or cancellation.

details

EventDetails

requestParameters

object

response

object

IamAuthenticationIamAuthentication

Field

Description

authenticated

boolean

subjectType

enum (IamSubjectType)

  • YANDEX_PASSPORT_USER_ACCOUNT
  • SERVICE_ACCOUNT
  • FEDERATED_USER_ACCOUNT
  • SSH_USER
  • KUBERNETES_USER

subjectId

string

subjectName

string

federationId

string

federationName

string

federationType

enum (FederationType)

  • GLOBAL_FEDERATION
  • PRIVATE_FEDERATION

tokenInfo

IamTokenInfo

IamTokenInfoIamTokenInfo

Field

Description

maskedIamToken

string

iamTokenId

string

impersonatorId

string

impersonatorType

enum (IamSubjectType)

  • YANDEX_PASSPORT_USER_ACCOUNT
  • SERVICE_ACCOUNT
  • FEDERATED_USER_ACCOUNT
  • SSH_USER
  • KUBERNETES_USER

impersonatorName

string

impersonatorFederationId

string

impersonatorFederationName

string

impersonatorFederationType

enum (FederationType)

  • GLOBAL_FEDERATION
  • PRIVATE_FEDERATION

AuthorizationAuthorization

Field

Description

authorized

boolean

ResourceMetadataResourceMetadata

Field

Description

path[]

Resource

ResourceResource

Field

Description

resourceType

string

resourceId

string

resourceName

string

RequestMetadataRequestMetadata

Field

Description

remoteAddress

string

userAgent

string

requestId

string

remotePort

string (int64)

StatusStatus

The error result of the operation in case of failure or cancellation.

Field

Description

code

integer (int32)

Error code. An enum value of google.rpc.Code.

message

string

An error message.

details[]

object

A list of messages that carry the error details.

EventDetailsEventDetails

Field

Description

httpRouterId

string

virtualHostName

string

routeName

string

route

Route

RouteRoute

Field

Description

name

string

http

HttpRoute

Includes only one of the fields http, grpc.

grpc

GrpcRoute

Includes only one of the fields http, grpc.

routeOptions

RouteOptions

disableSecurityProfile

boolean

HttpRouteHttpRoute

Field

Description

match

HttpRouteMatch

route

HttpRouteAction

Includes only one of the fields route, redirect, directResponse.

redirect

RedirectAction

Includes only one of the fields route, redirect, directResponse.

directResponse

DirectResponseAction

Includes only one of the fields route, redirect, directResponse.

HttpRouteMatchHttpRouteMatch

Field

Description

httpMethod[]

string

path

StringMatch

headers[]

HttpRouteHeaderMatch

The maximum number of elements is 32.

queryParameters[]

HttpRouteQueryParamMatch

The maximum number of elements is 32.

StringMatchStringMatch

Field

Description

exactMatch

string

Includes only one of the fields exactMatch, prefixMatch, regexMatch.

prefixMatch

string

Includes only one of the fields exactMatch, prefixMatch, regexMatch.

regexMatch

string

Includes only one of the fields exactMatch, prefixMatch, regexMatch.

HttpRouteHeaderMatchHttpRouteHeaderMatch

Field

Description

name

string

The string length in characters must be 1-256. Value must match the regular expression [-0-9a-zA-Z]+.

value

StringMatch

HttpRouteQueryParamMatchHttpRouteQueryParamMatch

Field

Description

name

string

The string length in characters must be 1-256. Value must match the regular expression [-_0-9a-zA-Z]+.

value

StringMatch

HttpRouteActionHttpRouteAction

Field

Description

backendGroupId

string

timeout

string (duration)

idleTimeout

string (duration)

hostRewrite

string

Includes only one of the fields hostRewrite, autoHostRewrite.

autoHostRewrite

boolean

Includes only one of the fields hostRewrite, autoHostRewrite.

prefixRewrite

string

upgradeTypes[]

string

rateLimit

RateLimit

regexRewrite

RegexMatchAndSubstitute

RateLimitRateLimit

Field

Description

allRequests

Limit

requestsPerIp

Limit

LimitLimit

Field

Description

perSecond

string (int64)

Value must be greater than 0.

Includes only one of the fields perSecond, perMinute.

perMinute

string (int64)

Value must be greater than 0.

Includes only one of the fields perSecond, perMinute.

RegexMatchAndSubstituteRegexMatchAndSubstitute

Field

Description

regex

string

substitute

string

RedirectActionRedirectAction

Field

Description

replaceScheme

string

replaceHost

string

replacePort

string (int64)

replacePath

string

Includes only one of the fields replacePath, replacePrefix.

replacePrefix

string

Includes only one of the fields replacePath, replacePrefix.

removeQuery

boolean

responseCode

enum (RedirectResponseCode)

  • MOVED_PERMANENTLY
  • FOUND
  • SEE_OTHER
  • TEMPORARY_REDIRECT
  • PERMANENT_REDIRECT

DirectResponseActionDirectResponseAction

Field

Description

status

string (int64)

Acceptable values are 100 to 599, inclusive.

body

Payload

PayloadPayload

Field

Description

text

string

The string length in characters must be greater than 0.

Includes only one of the fields text.

GrpcRouteGrpcRoute

Field

Description

match

GrpcRouteMatch

route

GrpcRouteAction

Includes only one of the fields route, statusResponse.

statusResponse

GrpcStatusResponseAction

Includes only one of the fields route, statusResponse.

GrpcRouteMatchGrpcRouteMatch

Field

Description

fqmn

StringMatch

GrpcRouteActionGrpcRouteAction

Field

Description

backendGroupId

string

maxTimeout

string (duration)

idleTimeout

string (duration)

hostRewrite

string

Includes only one of the fields hostRewrite, autoHostRewrite.

autoHostRewrite

boolean

Includes only one of the fields hostRewrite, autoHostRewrite.

rateLimit

RateLimit

GrpcStatusResponseActionGrpcStatusResponseAction

Field

Description

status

enum (Status)

  • OK
  • INVALID_ARGUMENT
  • NOT_FOUND
  • PERMISSION_DENIED
  • UNAUTHENTICATED
  • UNIMPLEMENTED
  • INTERNAL
  • UNAVAILABLE

RouteOptionsRouteOptions

Field

Description

modifyRequestHeaders[]

HeaderModification

modifyResponseHeaders[]

HeaderModification

rbac

RBAC

securityProfileId

string

HeaderModificationHeaderModification

Field

Description

name

string

append

string

Includes only one of the fields append, replace, remove, rename.

replace

string

Includes only one of the fields append, replace, remove, rename.

remove

boolean

Includes only one of the fields append, replace, remove, rename.

rename

string

Includes only one of the fields append, replace, remove, rename.

RBACRBAC

Field

Description

action

enum (Action)

  • ALLOW
  • DENY

principals[]

Principals

The minimum number of elements is 1.

PrincipalsPrincipals

Field

Description

andPrincipals[]

Principal

The minimum number of elements is 1.

PrincipalPrincipal

Field

Description

header

HeaderMatcher

Includes only one of the fields header, remoteIp, any.

remoteIp

string

Includes only one of the fields header, remoteIp, any.

any

boolean

Includes only one of the fields header, remoteIp, any.

HeaderMatcherHeaderMatcher

Field

Description

name

string

value

StringMatch

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

Предыдущая
UpdateVirtualHost
Следующая
Логи L7-балансировщика
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»