裸金属解决方案审核日志记录

本文档介绍了裸金属解决方案的审核日志记录。Google Cloud 服务会生成审核日志,以记录 Google Cloud 资源中的管理和访问活动。 如需详细了解 Cloud Audit Logs,请参阅以下文档页面:

服务名称

裸金属解决方案审核日志使用服务名称 baremetalsolution.googleapis.com。 针对此服务的过滤条件:

    protoPayload.serviceName="baremetalsolution.googleapis.com"
  

方法(按权限类型)

每个 IAM 权限都有一个 type 属性,该属性的值是一个枚举,可以是以下四个值之一:ADMIN_READADMIN_WRITEDATA_READDATA_WRITE。调用方法时 裸金属解决方案会生成审核日志,其类别取决于 执行该方法所需权限的 type 属性。 需要 IAM 权限且 type 属性值为 DATA_READDATA_WRITEADMIN_READ 的方法会生成数据访问审核日志。需要 IAM 权限且 type 属性值为 ADMIN_WRITE 的方法会生成管理员活动审核日志。

权限类型 方法
ADMIN_READ google.cloud.baremetalsolution.v2.BareMetalSolution.GetInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.GetLun
google.cloud.baremetalsolution.v2.BareMetalSolution.GetNetwork
google.cloud.baremetalsolution.v2.BareMetalSolution.GetNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.GetOSImage
google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.ListInstances
google.cloud.baremetalsolution.v2.BareMetalSolution.ListLuns
google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworks
google.cloud.baremetalsolution.v2.BareMetalSolution.ListNfsShares
google.cloud.baremetalsolution.v2.BareMetalSolution.ListOSImages
google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumeSnapshots
google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumes
google.cloud.baremetalsolution.v2.BareMetalSolution.LoadInstanceAuthInfo
ADMIN_WRITE google.cloud.baremetalsolution.v2.BareMetalSolution.CreateProvisioningConfig
google.cloud.baremetalsolution.v2.BareMetalSolution.DetachLun
google.cloud.baremetalsolution.v2.BareMetalSolution.DisableHyperthreading
google.cloud.baremetalsolution.v2.BareMetalSolution.DisableInteractiveSerialConsole
google.cloud.baremetalsolution.v2.BareMetalSolution.EnableHyperthreading
google.cloud.baremetalsolution.v2.BareMetalSolution.EnableInteractiveSerialConsole
google.cloud.baremetalsolution.v2.BareMetalSolution.EvictLun
google.cloud.baremetalsolution.v2.BareMetalSolution.EvictVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.GetProvisioningConfig
google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworkUsage
google.cloud.baremetalsolution.v2.BareMetalSolution.ListProvisioningQuotas
google.cloud.baremetalsolution.v2.BareMetalSolution.ReimageInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNetwork
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.ResizeVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.StopInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.SubmitProvisioningConfig
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNetwork
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateProvisioningConfig
DATA_READ google.cloud.baremetalsolution.v2.BareMetalSolution.ListSSHKeys
DATA_WRITE google.cloud.baremetalsolution.v2.BareMetalSolution.CreateNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.CreateSSHKey
google.cloud.baremetalsolution.v2.BareMetalSolution.CreateVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteSSHKey
google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.ResetInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.RestoreVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.StartInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateVolume

API 接口审核日志

如需了解如何为每种方法评估哪些权限以及评估哪些权限, 请参阅裸金属解决方案的 Identity and Access Management 文档。

google.cloud.baremetalsolution.v2.BareMetalSolution

以下部分包含与属于 google.cloud.baremetalsolution.v2.BareMetalSolution 的方法关联的审核日志的详细信息。

CreateNfsShare

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.CreateNfsShare
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.nfsshares.create - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateNfsShare"

CreateProvisioningConfig

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.CreateProvisioningConfig
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.create - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateProvisioningConfig"

CreateSSHKey

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.CreateSSHKey
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.sshKeys.create - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateSSHKey"

CreateVolumeSnapshot

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.CreateVolumeSnapshot
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumesnapshots.create - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateVolumeSnapshot"

DeleteNfsShare

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteNfsShare
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.nfsshares.delete - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteNfsShare"

DeleteSSHKey

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteSSHKey
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.sshKeys.delete - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteSSHKey"

DeleteVolumeSnapshot

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteVolumeSnapshot
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumesnapshots.delete - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteVolumeSnapshot"

DetachLun

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.DetachLun
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.detachLun - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DetachLun"

DisableHyperthreading

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.DisableHyperthreading
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.disableHyperthreading - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DisableHyperthreading"

DisableInteractiveSerialConsole

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.DisableInteractiveSerialConsole
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.disableInteractiveSerialConsole - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DisableInteractiveSerialConsole"

EnableHyperthreading

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.EnableHyperthreading
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.enableHyperthreading - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EnableHyperthreading"

EnableInteractiveSerialConsole

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.EnableInteractiveSerialConsole
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.enableInteractiveSerialConsole - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EnableInteractiveSerialConsole"

EvictLun

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.EvictLun
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.luns.evict - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EvictLun"

EvictVolume

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.EvictVolume
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.volumes.evict - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EvictVolume"

GetInstance

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetInstance
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.instances.get - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetInstance"

GetLun

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetLun
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.luns.get - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetLun"

GetNetwork

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetNetwork
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.networks.get - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetNetwork"

GetNfsShare

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetNfsShare
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.nfsshares.get - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetNfsShare"

GetOSImage

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetOSImage
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.osimages.get - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetOSImage"

GetProvisioningConfig

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetProvisioningConfig
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.create - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetProvisioningConfig"

GetVolume

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolume
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumes.get - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolume"

GetVolumeSnapshot

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolumeSnapshot
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumesnapshots.get - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolumeSnapshot"

ListInstances

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListInstances
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.instances.list - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListInstances"

ListLuns

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListLuns
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.luns.list - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListLuns"

ListNetworkUsage

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworkUsage
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.create - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworkUsage"

ListNetworks

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworks
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.networks.list - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworks"

ListNfsShares

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListNfsShares
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.nfsshares.list - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListNfsShares"

ListOSImages

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListOSImages
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.osimages.list - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListOSImages"

ListProvisioningQuotas

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListProvisioningQuotas
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.create - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListProvisioningQuotas"

ListSSHKeys

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListSSHKeys
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.sshKeys.list - DATA_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListSSHKeys"

ListVolumeSnapshots

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumeSnapshots
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumesnapshots.list - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumeSnapshots"

ListVolumes

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumes
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumes.list - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumes"

LoadInstanceAuthInfo

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.LoadInstanceAuthInfo
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.instances.loadAuthInfo - ADMIN_READ
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.LoadInstanceAuthInfo"

ReimageInstance

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ReimageInstance
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.reimage - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ReimageInstance"

RenameInstance

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.RenameInstance
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.rename - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameInstance"

RenameNetwork

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNetwork
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.networks.rename - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNetwork"

RenameNfsShare

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNfsShare
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.nfsshares.rename - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNfsShare"

RenameVolume

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.RenameVolume
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.volumes.rename - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameVolume"

ResetInstance

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ResetInstance
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.instances.reset - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ResetInstance"

ResizeVolume

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.ResizeVolume
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.volumes.resize - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ResizeVolume"

RestoreVolumeSnapshot

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.RestoreVolumeSnapshot
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumesnapshots.restore - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RestoreVolumeSnapshot"

StartInstance

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.StartInstance
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.instances.start - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.StartInstance"

StopInstance

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.StopInstance
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.stop - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.StopInstance"

SubmitProvisioningConfig

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.SubmitProvisioningConfig
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.create - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.SubmitProvisioningConfig"

UpdateInstance

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateInstance
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.update - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateInstance"

UpdateNetwork

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNetwork
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.networks.update - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNetwork"

UpdateNfsShare

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNfsShare
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.nfsshares.update - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNfsShare"

UpdateProvisioningConfig

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateProvisioningConfig
  • 审核日志类型管理员活动
  • 权限
    • baremetalsolution.instances.create - ADMIN_WRITE
  • 方法是长时间运行的操作或流式传输操作:否。
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateProvisioningConfig"

UpdateVolume

  • 方法google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateVolume
  • 审核日志类型数据访问
  • 权限
    • baremetalsolution.volumes.update - DATA_WRITE
  • 方法是长时间运行的操作或流式传输操作长时间运行的操作
  • 此方法的过滤条件 protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateVolume"

不会生成审核日志的方法

由于以下一个或多个原因,方法可能不会生成审核日志:

  • 这是一种高容量方法,涉及较高的日志生成和存储费用。
  • 它的审核价值较低。
  • 其他审核或平台日志已提供方法。

以下方法不会生成审核日志:

  • google.cloud.baremetalsolution.v2.BareMetalSolution.GetOperation
  • google.cloud.location.Locations.GetLocation
  • google.cloud.location.Locations.ListLocations