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
  • NetworkSettings
  • PlacementPolicy
  • HostAffinityRule
  • Os
  • Nvidia
  • MetadataOptions
  • ResourcesSpec
  • AttachedDiskSpec
  • DiskSpec
  • DiskPlacementPolicy
  • AttachedFilesystemSpec
  • NetworkInterfaceSpec
  • PrimaryAddressSpec
  • OneToOneNatSpec
  • DnsRecordSpec
  • Resources
  • AttachedDisk
  • AttachedFilesystem
  • NetworkInterface
  • PrimaryAddress
  • OneToOneNat
  • DnsRecord
  1. Справочник аудитных логов
  2. CreateInstance

Compute Audit Trails Events: CreateInstance

Статья создана
Yandex Cloud
Обновлена 22 декабря 2025 г.
  • Event JSON schema
  • Field description
  • IamAuthentication
  • IamTokenInfo
  • Authorization
  • ResourceMetadata
  • Resource
  • RequestMetadata
  • Status
  • EventDetails
  • NetworkSettings
  • PlacementPolicy
  • HostAffinityRule
  • Os
  • Nvidia
  • MetadataOptions
  • ResourcesSpec
  • AttachedDiskSpec
  • DiskSpec
  • DiskPlacementPolicy
  • AttachedFilesystemSpec
  • NetworkInterfaceSpec
  • PrimaryAddressSpec
  • OneToOneNatSpec
  • DnsRecordSpec
  • Resources
  • AttachedDisk
  • AttachedFilesystem
  • NetworkInterface
  • PrimaryAddress
  • OneToOneNat
  • DnsRecord

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": {
    "instanceId": "string",
    "instanceName": "string",
    "description": "string",
    "labels": "object",
    "zoneId": "string",
    "platformId": "string",
    "metadataKeys": [
      "string"
    ],
    "metadataSerialPortEnable": "string",
    "metadataOsloginEnable": "string",
    "serviceAccountId": "string",
    "networkSettings": {
      "type": "string"
    },
    "placementPolicy": {
      "placementGroupId": "string",
      "hostAffinityRules": [
        {
          "key": "string",
          "op": "string",
          "values": [
            "string"
          ]
        }
      ],
      "placementGroupPartition": "string"
    },
    "os": {
      "type": "string",
      "nvidia": {
        "driver": "string"
      }
    },
    "productIds": [
      "string"
    ],
    "metadataOptions": {
      "gceHttpEndpoint": "string",
      "awsV1HttpEndpoint": "string",
      "gceHttpToken": "string",
      "awsV1HttpToken": "string"
    },
    "reservedInstancePoolId": "string",
    "resourcesSpec": {
      "memory": "string",
      "cores": "string",
      "coreFraction": "string",
      "gpus": "string"
    },
    "bootDiskSpec": {
      "mode": "string",
      "deviceName": "string",
      "autoDelete": "boolean",
      // Includes only one of the fields `diskSpec`, `diskId`
      "diskSpec": {
        "name": "string",
        "description": "string",
        "typeId": "string",
        "size": "string",
        // Includes only one of the fields `imageId`, `snapshotId`
        "imageId": "string",
        "snapshotId": "string",
        // end of the list of possible fields
        "diskPlacementPolicy": {
          "placementGroupId": "string",
          "placementGroupPartition": "string"
        },
        "blockSize": "string",
        "kmsKeyId": "string"
      },
      "diskId": "string"
      // end of the list of possible fields
    },
    "secondaryDiskSpecs": [
      {
        "mode": "string",
        "deviceName": "string",
        "autoDelete": "boolean",
        // Includes only one of the fields `diskSpec`, `diskId`
        "diskSpec": {
          "name": "string",
          "description": "string",
          "typeId": "string",
          "size": "string",
          // Includes only one of the fields `imageId`, `snapshotId`
          "imageId": "string",
          "snapshotId": "string",
          // end of the list of possible fields
          "diskPlacementPolicy": {
            "placementGroupId": "string",
            "placementGroupPartition": "string"
          },
          "blockSize": "string",
          "kmsKeyId": "string"
        },
        "diskId": "string"
        // end of the list of possible fields
      }
    ],
    "filesystemSpecs": [
      {
        "mode": "string",
        "deviceName": "string",
        "filesystemId": "string"
      }
    ],
    "networkInterfaceSpecs": [
      {
        "subnetId": "string",
        "primaryV4AddressSpec": {
          "address": "string",
          "oneToOneNatSpec": {
            "ipVersion": "string",
            "address": "string",
            "dnsRecordSpecs": [
              {
                "fqdn": "string",
                "dnsZoneId": "string",
                "ttl": "string",
                "ptr": "boolean"
              }
            ]
          },
          "dnsRecordSpecs": [
            {
              "fqdn": "string",
              "dnsZoneId": "string",
              "ttl": "string",
              "ptr": "boolean"
            }
          ]
        },
        "primaryV6AddressSpec": {
          "address": "string",
          "oneToOneNatSpec": {
            "ipVersion": "string",
            "address": "string",
            "dnsRecordSpecs": [
              {
                "fqdn": "string",
                "dnsZoneId": "string",
                "ttl": "string",
                "ptr": "boolean"
              }
            ]
          },
          "dnsRecordSpecs": [
            {
              "fqdn": "string",
              "dnsZoneId": "string",
              "ttl": "string",
              "ptr": "boolean"
            }
          ]
        },
        "securityGroupIds": [
          "string"
        ],
        "index": "string"
      }
    ],
    "hostname": "string",
    "resources": {
      "memory": "string",
      "cores": "string",
      "coreFraction": "string",
      "gpus": "string"
    },
    "bootDisk": {
      "mode": "string",
      "deviceName": "string",
      "autoDelete": "boolean",
      "diskId": "string"
    },
    "secondaryDisks": [
      {
        "mode": "string",
        "deviceName": "string",
        "autoDelete": "boolean",
        "diskId": "string"
      }
    ],
    "filesystems": [
      {
        "mode": "string",
        "deviceName": "string",
        "filesystemId": "string"
      }
    ],
    "networkInterfaces": [
      {
        "index": "string",
        "macAddress": "string",
        "subnetId": "string",
        "primaryV4Address": {
          "address": "string",
          "oneToOneNat": {
            "address": "string",
            "ipVersion": "string",
            "dnsRecords": [
              {
                "fqdn": "string",
                "dnsZoneId": "string",
                "ttl": "string",
                "ptr": "boolean"
              }
            ]
          },
          "dnsRecords": [
            {
              "fqdn": "string",
              "dnsZoneId": "string",
              "ttl": "string",
              "ptr": "boolean"
            }
          ]
        },
        "primaryV6Address": {
          "address": "string",
          "oneToOneNat": {
            "address": "string",
            "ipVersion": "string",
            "dnsRecords": [
              {
                "fqdn": "string",
                "dnsZoneId": "string",
                "ttl": "string",
                "ptr": "boolean"
              }
            ]
          },
          "dnsRecords": [
            {
              "fqdn": "string",
              "dnsZoneId": "string",
              "ttl": "string",
              "ptr": "boolean"
            }
          ]
        },
        "securityGroupIds": [
          "string"
        ]
      }
    ],
    "fqdn": "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

instanceId

string

instanceName

string

description

string

labels

object (map<string, string>)

zoneId

string

platformId

string

metadataKeys[]

string

metadataSerialPortEnable

string

metadataOsloginEnable

string

serviceAccountId

string

networkSettings

NetworkSettings

placementPolicy

PlacementPolicy

os

Os

productIds[]

string

metadataOptions

MetadataOptions

reservedInstancePoolId

string

resourcesSpec

ResourcesSpec

bootDiskSpec

AttachedDiskSpec

secondaryDiskSpecs[]

AttachedDiskSpec

filesystemSpecs[]

AttachedFilesystemSpec

networkInterfaceSpecs[]

NetworkInterfaceSpec

hostname

string

resources

Resources

bootDisk

AttachedDisk

secondaryDisks[]

AttachedDisk

filesystems[]

AttachedFilesystem

networkInterfaces[]

NetworkInterface

fqdn

string

NetworkSettingsNetworkSettings

Field

Description

type

enum (Type)

  • STANDARD
  • SOFTWARE_ACCELERATED
  • HARDWARE_ACCELERATED

PlacementPolicyPlacementPolicy

Field

Description

placementGroupId

string

hostAffinityRules[]

HostAffinityRule

placementGroupPartition

string (int64)

HostAffinityRuleHostAffinityRule

Field

Description

key

string

op

enum (Operator)

  • IN
  • NOT_IN

values[]

string

OsOs

Field

Description

type

enum (Type)

  • LINUX
  • WINDOWS

nvidia

Nvidia

NvidiaNvidia

Field

Description

driver

string

MetadataOptionsMetadataOptions

Field

Description

gceHttpEndpoint

enum (MetadataOption)

  • ENABLED
  • DISABLED

awsV1HttpEndpoint

enum (MetadataOption)

  • ENABLED
  • DISABLED

gceHttpToken

enum (MetadataOption)

  • ENABLED
  • DISABLED

awsV1HttpToken

enum (MetadataOption)

  • ENABLED
  • DISABLED

ResourcesSpecResourcesSpec

Field

Description

memory

string (int64)

The maximum value is 274877906944.

cores

string (int64)

coreFraction

string (int64)

gpus

string (int64)

AttachedDiskSpecAttachedDiskSpec

Field

Description

mode

enum (Mode)

  • READ_ONLY
  • READ_WRITE

deviceName

string

Value must match the regular expression [a-z][a-z0-9-_]{,19}.

autoDelete

boolean

diskSpec

DiskSpec

Includes only one of the fields diskSpec, diskId.

diskId

string

The maximum string length in characters is 50.

Includes only one of the fields diskSpec, diskId.

DiskSpecDiskSpec

Field

Description

name

string

Value must match the regular expression \|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?.

description

string

The maximum string length in characters is 256.

typeId

string

The maximum string length in characters is 50.

size

string (int64)

Acceptable values are 4194304 to 4398046511104, inclusive.

imageId

string

The maximum string length in characters is 50.

Includes only one of the fields imageId, snapshotId.

snapshotId

string

The maximum string length in characters is 50.

Includes only one of the fields imageId, snapshotId.

diskPlacementPolicy

DiskPlacementPolicy

blockSize

string (int64)

kmsKeyId

string

The maximum string length in characters is 50.

DiskPlacementPolicyDiskPlacementPolicy

Field

Description

placementGroupId

string

placementGroupPartition

string (int64)

AttachedFilesystemSpecAttachedFilesystemSpec

Field

Description

mode

enum (Mode)

  • READ_ONLY
  • READ_WRITE

deviceName

string

Value must match the regular expression [a-z][a-z0-9-_]{,19}.

filesystemId

string

The maximum string length in characters is 50.

NetworkInterfaceSpecNetworkInterfaceSpec

Field

Description

subnetId

string

The maximum string length in characters is 50.

primaryV4AddressSpec

PrimaryAddressSpec

primaryV6AddressSpec

PrimaryAddressSpec

securityGroupIds[]

string

index

string

PrimaryAddressSpecPrimaryAddressSpec

Field

Description

address

string

oneToOneNatSpec

OneToOneNatSpec

dnsRecordSpecs[]

DnsRecordSpec

OneToOneNatSpecOneToOneNatSpec

Field

Description

ipVersion

enum (IpVersion)

  • IPV4
  • IPV6

address

string

dnsRecordSpecs[]

DnsRecordSpec

DnsRecordSpecDnsRecordSpec

Field

Description

fqdn

string

dnsZoneId

string

ttl

string (int64)

Acceptable values are 0 to 86400, inclusive.

ptr

boolean

ResourcesResources

Field

Description

memory

string (int64)

cores

string (int64)

coreFraction

string (int64)

gpus

string (int64)

AttachedDiskAttachedDisk

Field

Description

mode

enum (Mode)

  • READ_ONLY
  • READ_WRITE

deviceName

string

autoDelete

boolean

diskId

string

AttachedFilesystemAttachedFilesystem

Field

Description

mode

enum (Mode)

  • READ_ONLY
  • READ_WRITE

deviceName

string

filesystemId

string

NetworkInterfaceNetworkInterface

Field

Description

index

string

macAddress

string

subnetId

string

primaryV4Address

PrimaryAddress

primaryV6Address

PrimaryAddress

securityGroupIds[]

string

PrimaryAddressPrimaryAddress

Field

Description

address

string

oneToOneNat

OneToOneNat

dnsRecords[]

DnsRecord

OneToOneNatOneToOneNat

Field

Description

address

string

ipVersion

enum (IpVersion)

  • IPV4
  • IPV6

dnsRecords[]

DnsRecord

DnsRecordDnsRecord

Field

Description

fqdn

string

dnsZoneId

string

ttl

string (int64)

ptr

boolean

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

Предыдущая
CreateImage
Следующая
CreateInstanceGroup
Проект Яндекса
© 2026 ООО «Яндекс.Облако»