Yandex Cloud
Поиск
Связаться с намиПопробовать бесплатно
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
  • Marketplace
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»
Yandex Compute Cloud
  • Yandex Container Solution
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
  • Метрики Monitoring
  • Аудитные логи Audit Trails
    • AddInstanceOneToOneNat
    • AttachInstanceDisk
    • AttachInstanceFilesystem
    • AttachInstanceNetworkInterface
    • ChangeDiskStatus
    • ConnectSerialPort
    • CrashInstance
    • CreateDisk
    • CreateDiskPlacementGroup
    • CreateFilesystem
    • CreateGpuCluster
    • CreateHostGroup
    • CreateImage
    • CreateInstance
    • CreateInstanceGroup
    • CreatePlacementGroup
    • CreateReservedInstancePool
    • CreateSnapshot
    • CreateSnapshotSchedule
    • DecommissionHost
    • DeleteDisk
    • DeleteDiskPlacementGroup
    • DeleteFilesystem
    • DeleteGpuCluster
    • DeleteHostGroup
    • DeleteImage
    • DeleteInstance
    • DeleteInstanceGroup
    • DeleteInstanceGroupInstances
    • DeleteNode
    • DeletePlacementGroup
    • DeleteReservedInstancePool
    • DeleteSnapshot
    • DeleteSnapshotSchedule
    • DetachInstanceDisk
    • DetachInstanceFilesystem
    • DetachInstanceNetworkInterface
    • DisableNode
    • DisableSnapshotSchedule
    • DisableZones
    • EnableNode
    • EnableSnapshotSchedule
    • EnableZones
    • EvacuateNode
    • GuestStopInstance
    • MigrateInstance
    • MigrateNode
    • PauseInstanceGroup
    • PreemptInstance
    • RemoveInstanceOneToOneNat
    • RestartInstance
    • ResumeInstanceGroup
    • RollingRecreateInstanceGroupInstances
    • RollingRestartInstanceGroupInstances
    • SetInstanceGroupAccessBindings
    • StartInstance
    • StartInstanceGroup
    • StopInstance
    • StopInstanceGroup
    • StopInstanceGroupInstances
    • UpdateDisk
    • UpdateDiskPlacementGroup
    • UpdateFilesystem
    • UpdateGpuCluster
    • UpdateHost
    • UpdateHostGroup
    • UpdateImage
    • UpdateInstance
    • UpdateInstanceGroup
    • UpdateInstanceGroupAccessBindings
    • UpdateInstanceMetadata
    • UpdateInstanceNetworkInterface
    • UpdateInstanceUnderlayInterface
    • UpdateNode
    • UpdatePlacementGroup
    • UpdateReservedInstancePool
    • UpdateSnapshot
    • UpdateSnapshotSchedule
    • UpdateSnapshotScheduleDisks
  • История изменений
  • Обучающие курсы

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

  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • EventDetails
  1. Справочник аудитных логов
  2. UpdateFilesystem

Compute Audit Trails Events: UpdateFilesystem

Статья создана
Yandex Cloud
Обновлена 22 декабря 2025 г.
  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • EventDetails

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": {
    "filesystemId": "string",
    "filesystemName": "string",
    "description": "string",
    "labels": "object",
    "size": "string",
    "updateMask": "string"
  },
  "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

filesystemId

string

filesystemName

string

description

string

labels

object (map<string, string>)

size

string (int64)

updateMask

string (field-mask)

A comma-separated names off ALL fields to be updated.
Only the specified fields will be changed. The others will be left untouched.
If the field is specified in updateMask and no value for that field was sent in the request,
the field's value will be reset to the default. The default value for most fields is null or 0.

If updateMask is not sent in the request, all fields' values will be updated.
Fields specified in the request will be updated to provided values.
The rest of the fields will be reset to the default.

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

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